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

AssertionError #52

Open
jashshah999 opened this issue Jul 26, 2020 · 0 comments
Open

AssertionError #52

jashshah999 opened this issue Jul 26, 2020 · 0 comments

Comments

@jashshah999
Copy link

While trying to run train.sh I encountered this error please do help me out in any way. Thanks!
Traceback (most recent call last):
File "/home/jashshah999/Downloads/SqueezeSeg/src/train.py", line 220, in
tf.app.run()
File "/home/jashshah999/venv/local/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 44, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
File "/home/jashshah999/Downloads/SqueezeSeg/src/train.py", line 216, in main
train()
File "/home/jashshah999/Downloads/SqueezeSeg/src/train.py", line 64, in train
imdb = kitti(FLAGS.image_set, FLAGS.data_path, mc)
File "/home/jashshah999/Downloads/SqueezeSeg/src/imdb/kitti.py", line 20, in init
self._image_idx = self._load_image_set_idx()
File "/home/jashshah999/Downloads/SqueezeSeg/src/imdb/kitti.py", line 33, in _load_image_set_idx
'File does not exist: {}'.format(image_set_file)
AssertionError: File does not exist: ImageSet/.txt

Also before this, I had to convert all the paths to absolute so anything that had ./ (SOMETHING) had to be changed to /home/jashshah999/Downloads/SqueezeSeg/(SOMETHING)

Please do help me out!
Thanks.

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

1 participant