-
Notifications
You must be signed in to change notification settings - Fork 64
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
test problem #5
Comments
Can you give a brief explanation of the training steps? |
@ChienLiu About testing, I solved previous issue.And in the Retinanet folder, I find another test. But I met this issue. |
I train the kitti,others are all right. However, the cls loss is increasing. And In my dataset, the same situation occurred.This is a training situation map.I don't know why, and how to solve it.Have you encountered such a situation during your training?Looking forward to your reply, Thanks. |
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
The text was updated successfully, but these errors were encountered: