-
Notifications
You must be signed in to change notification settings - Fork 9
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
Some code bugs #9
Comments
RoyAmoyal
changed the title
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/LINEMOD\\ape\\Split\\train.txt'
Some code bugs
Oct 28, 2022
Have you solved this problem? |
I wrote a Python script to solve this problem.
https://github.com/aaronWool/rcvpose/blob/c1490bf79450093fdb23e41b72e80e339d192942/AccumulatorSpace.py#L499C26-L499C26 test_list = open(opts.root_dataset + "LINEMOD/"+class_name+"/" +"val.txt","r").readlines() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, I am trying to run the code with your pretrained weights. (without training it by myself)
How to run the code just for testing/visualization?
Following your guide:
when running
python3 main.py --root_dataset="datasets/" --mode=test --demo_mode=True
I am getting the next error:
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/LINEMOD/ape/Split/train.txt'
or 'datasets/LINEMOD/ape/Split/val.txt'
that because there is not Split directory (the
ape/Split/
doesn't exist) but instead the files inside theape/
folderCan you please try to edit the guide for us to run your code from scratch?
Thanks for your great work!
The text was updated successfully, but these errors were encountered: