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

About missing annotation data in HO-3D dataset #8

Open
joyjoy00 opened this issue Jul 16, 2023 · 0 comments
Open

About missing annotation data in HO-3D dataset #8

joyjoy00 opened this issue Jul 16, 2023 · 0 comments

Comments

@joyjoy00
Copy link

joyjoy00 commented Jul 16, 2023

Thanks for sharing the awesome code!
I got an error in the command ‘track_dataset.py’ for HO-3D dataset. (Please see the below for details)

cv2.error: OpenCV(4.8.0) /io/opencv/modules/calib3d/src/calibration.cpp:3534: error: (-2:Unspecified error) in function 'void cv::Rodrigues(cv::InputArray, cv::OutputArray, cv::OutputArray)'

> Input matrix must be 1x3 or 3x1 for a rotation vector, or 3x3 for a rotation matrix:
>     'srcSz == Size(3, 1) || srcSz == Size(1, 3) || (srcSz == Size(1, 1) && src.channels() == 3) || srcSz == Size(3, 3)'
> where
>     'srcSz' is [0 x 0]

It seems to be related to missing annotation data for camera parameters.
As far as I checked, it was 'none' in the annotation data of some frames.
스크린샷 2023-07-16 오후 11 56 17

I would like to know if you had any problems with the missing data of HO-3D as in my case.
And if so, can you share how to deal with the problem?

Thank you :)

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