Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

The json files in keypoints3d folder are empty #176

Closed
Taylorminer opened this issue Jul 25, 2022 · 2 comments
Closed

The json files in keypoints3d folder are empty #176

Taylorminer opened this issue Jul 25, 2022 · 2 comments

Comments

@Taylorminer
Copy link

When I test mvmp.py on my own datasets, the json files in keypoints3d folder are empty. The files in detec and keypoints2d seem normal. I debug this program, and I find that "(proposal != -1).sum() < cfg.min_views"(line 71 in associate.py). Thus, the program skip the following step("keypoints3d = batch_triangulate(keypoints2d, Pused)" line 75 in associate.py)). Can you tell me why I get this error?

@chingswy
Copy link
Member

This step is check the minimal views. This may occur when the cameras are sparse or the scene is crowded.

@Taylorminer
Copy link
Author

@chingswy Thanks for your reply. It seems some wrong in camera calibration. It work after I delete " k3d[:, 0] *= -1" like #155, but I don't know the reason.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants