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

https://github.com/junjie18/CMT/blob/master/tools/data_converter/create_gt_database.py#L212 #75

Open
ChChwang opened this issue Sep 20, 2023 · 3 comments

Comments

@ChChwang
Copy link

https://github.com/junjie18/CMT/blob/master/tools/data_converter/create_gt_database.py#L212

coord_img shape=[n, 3], why filter coord_img[2] <= 0 ?

@junjie18
Copy link
Owner

Depth < 0 means the object shouldn't be captured by this camera.

@ChChwang
Copy link
Author

Depth < 0 means the object shouldn't be captured by this camera.

why coord_img[2] not coord_img[:, 2] ?

@junjie18
Copy link
Owner

@ChChwang It seems to be a bug ...

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