-
Notifications
You must be signed in to change notification settings - Fork 16
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
OutOfRangeError exception running objectTrackingSingleFrame.py. Intentional? #14
Comments
btw, the same problem happens in handObjectTrack in handObjectTrackingSingleFrame.py with the runOptimization on line 190. Frustrating to say the least since it took almost an hour to get to that point.
|
Hi, |
Hello, when I run
python objectTrackingSingleFrame.py --seq 'test'
for '1.1. Object pose initialization' from the ReadMe I get an OutOfRangeError exception at what appears to be the very end of the run:.
I'm wondering if this is expected/intended as the way for the script to bail out of the while(True) loop in objectTracker(...) in objectTrackingSingleFrame.py? If I add a try/except around session.run(self.optOp, feed_dict=feedDict) in runOptimization(...) the script never ends (due to the while(True) in objectTracker(...).
Should I instead, put the try/except around the call site for objectTracker so that the while(True) will bail out? Is there a better method? Thanks.
Thanks a lot.
Python: 3.6.12
HOnnotate git hash: d94f6b7
dirt git hash: 571addc359201b668d9dc450086c6dce6c18d0b6
CUDA: 11
tensorflow: 1.14
GCC: 8.3.1
The text was updated successfully, but these errors were encountered: