Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do we have to recompute the images and ranking when we try new unseen test data? #10

Open
arpit1984 opened this issue Jan 9, 2023 · 1 comment

Comments

@arpit1984
Copy link

No description provided.

@zhuyitan
Copy link
Owner

With the current code setting, you need to recompute the images and ranking when trying on new unseen test data. You can also modify the code, so that recomputing is not needed. See lines 627 and 628 in IGTD_Functions.py. index[min_id, :] gives how the features should be reordered. After feature reordering, the features should be assigned to pixels according to coordinate. In this way, you can convert new test data into images without recomputing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants