You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I recently read your paper RODNet, and found it very inspiring. But something went wrong during the test.
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.
The text was updated successfully, but these errors were encountered:
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.
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?
Hi, I recently read your paper RODNet, and found it very inspiring. But something went wrong during the test.
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.
The text was updated successfully, but these errors were encountered: