-
Notifications
You must be signed in to change notification settings - Fork 41
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
How to visualize other datasets test set pictures? #25
Comments
A1: You can generate the prediction results for other students, and then modify the |
Thank you for your reply in your busy schedule. May I ask you three questions? Question 1:The txt files of the test set SHHB_VGG16_FPN_test.txt and SHHB_HR_Net_test.txt are used in the test set of SHHB provided by the author. The code is as follows:
Prompt me error :
The same error occurs in the same dataset Question2:JHU's test set image order is random,
Prompt me error :
And what is
Prompt me error,
Question3:When the training set is set to NWPU, an error will be reported. Could you please tell me what caused it and how to modify the code? Thanks.
Looking forward to your reply. Thank you very much for your kind help. |
Q1: you can try to fix it by installing the
Q2: One way to generate the id list for JHU is to read the txt list of JHU test set, like bellow We here only provide the code for the visualization of several typical datasets. This code would be failed when the data format is not the same as the code targeted. For FDST's visualization, you can figure it out after you know how the code works. Q3: Have you generated the dot map correctly? it is recommended to debug step by step and find why your image size is not the same as the dot_map. |
Thanks your patient explanation extremely ! I replace
or
The error is:
and
Could you please tell me what caused it and how to modify Thank you for writing back to me from your busy schedule. |
[i for i in range(''0401'',''0716'',1)] or id_std = [i for i in range(0401,0716,1)] are the wrong usages cause you can't range between two strings. They must be integer. |
Thank you very much for your reply! |
About Q1, you can try fix this code. |
Thanks for the author's impressive work!
Question 1: How to visualize test set pictures for SHHA, SHHB, UCF-QNRF, FDST?
Question 2: The link (DATA.md) is broken, could you please update the link, especially SHHA and SHHB, thanks.
The text was updated successfully, but these errors were encountered: