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

test_kitti_pose.py: error: batch_unpack_image_sequence #21

Closed
joyyang1215 opened this issue Aug 18, 2017 · 2 comments
Closed

test_kitti_pose.py: error: batch_unpack_image_sequence #21

joyyang1215 opened this issue Aug 18, 2017 · 2 comments

Comments

@joyyang1215
Copy link

joyyang1215 commented Aug 18, 2017

When I run the test_kitti_pose.py, I got the error for missing function batch_unpack_image_sequence

Traceback (most recent call last):
  File "test_kitti_pose.py", line 97, in <module>
    main()
  File "test_kitti_pose.py", line 62, in main
    FLAGS.seq_length)
  File "/media/cssp/Data/JoyYang/SfMLearner/SfMLearner.py", line 306, in setup_inference
    self.build_pose_test_graph()
  File "/media/cssp/Data/JoyYang/SfMLearner/SfMLearner.py", line 273, in build_pose_test_graph
    self.batch_unpack_image_sequence(
AttributeError: 'SfMLearner' object has no attribute 'batch_unpack_image_sequence'

But the batch_unpack_image_sequence is defined at data_loader.py for sure.
Could you tell me how to fix it?

@joyyang1215 joyyang1215 changed the title batch_unpack_image_sequence error: batch_unpack_image_sequence Aug 24, 2017
@joyyang1215 joyyang1215 changed the title error: batch_unpack_image_sequence test_kitti_pose.py: error: batch_unpack_image_sequence Aug 24, 2017
@tinghuiz
Copy link
Owner

Should be fixed now.

@joyyang1215
Copy link
Author

Thank you so much! I'll try it.

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

2 participants