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

Questions about the test set and test.py #73

Open
Heng-Dickens opened this issue Mar 16, 2023 · 3 comments
Open

Questions about the test set and test.py #73

Heng-Dickens opened this issue Mar 16, 2023 · 3 comments

Comments

@Heng-Dickens
Copy link

Hi, I recently read your paper RODNet, and found it very inspiring. But something went wrong during the test.
image
When the program runs to line 192, TypeError:'NoneType' object is not subscribable appears. Then I check the CRDataset.py and found that when the annotation information does not exist, data_dict['anno'] is none. I think this is the cause of the error above. While in the CRUW dataset, there is no annotation file provided. So I wonder how to run the test.py. Or is there something else wrong with me that prevents the program from running?
looking forward to an answer.

@promaxj
Copy link

promaxj commented Mar 16, 2023

Maybe need to confirm the placement of the dataset.

ref: https://github.com/yizhou-wang/RODNet#prepare-data-for-rodnet

@zhchen17
Copy link

zhchen17 commented Aug 3, 2023

In test.py, image_path is used several times, in fact this doesn't exist, and from the composition of the dataset, there is only radar data in the test set, no image data, so it doesn't work.

@rastna12
Copy link

I am seeing the same thing too. @zhchen17 did you find a solution? My folder structure matches the README guide. @yizhou-wang is there a missing dataset folder with test images or something? What should we do for the test images since it seems like the test script is expecting them?

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

4 participants