-
Couldn't load subscription status.
- Fork 65
Description
I successful run the train.py ,but I can't run the test.py.
Traceback (most recent call last):
File "/home/zzz/pycharm-community-2017.2.3/helpers/pydev/pydevd.py", line 1599, in
globals = debugger.run(setup['file'], None, None, is_module)
File "/home/zzz/pycharm-community-2017.2.3/helpers/pydev/pydevd.py", line 1026, in run
pydev_imports.execfile(file, globals, locals) # execute the script
File "/home/zzz/RetinaNet/retinanet/test.py", line 56, in
main()
File "/home/zzz/RetinaNet/retinanet/test.py", line 53, in main
args.vis, args.ignore_cache, args.shuffle, config.TEST.HAS_RPN, config.dataset.proposal, args.thresh, logger=logger, output_path=final_output_path)
File "/home/zzz/RetinaNet/retinanet/function/test_rcnn.py", line 37, in test_rcnn
imdb = eval(dataset)(image_set, root_path, dataset_path, result_path=output_path)
File "/home/zzz/RetinaNet/retinanet/../lib/dataset/kitti.py", line 38, in init
self._image_index = self._load_image_set_index()
File "/home/zzz/RetinaNet/retinanet/../lib/dataset/kitti.py", line 69, in _load_image_set_index
'Path does not exist: {}'.format(image_set_file)
AssertionError: Path does not exist: ../data/kitti/ImageSets/imageset.txt
I downloaded the datasets which you support,but it haven't imagesets ,how can i do?
Thanks. @unsky