You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: