-
Notifications
You must be signed in to change notification settings - Fork 23
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
assert self.embedding_space_ftr.num_embeddings >= idx_occu.shape[0] #9
Comments
Hi, CongSuxu, Can you plese check if #7 can resolve your problem? BTW, the convension of transformation matrix between SLAM/OpenCV format and NDC format can be found here: object_nerf/datasets/generic_dataset.py Lines 358 to 361 in e8b1a7a
|
Thank you for your reply. my comand is |
Hi, it seems that I cannot reproduce this issue. Can you provide more information or logs printed on the terminal? I guess there might be something wrong with checkpoint loading. |
assert self.embedding_space_ftr.num_embeddings >= idx_occu.shape[0]
AssertionError
I encounter this error when test on toy_desk dataset. Does anyone know what is causing it?
the error location is in embeding_helper.py line 197.
by the way, how can i change the transformation matrix form slam/opncv format to NDC format, is there any code exist in project that i didnt found.
The text was updated successfully, but these errors were encountered: