-
Notifications
You must be signed in to change notification settings - Fork 4
Checkpoint Loading Error in Demo_sim_Erender.py #1
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
Comments
Sorry for the late reply. This model is trained with python=3.7.12, torch=1.13.1, and torch_geometric=2.2.0. The issue may raise from the different versions of Solution: We now upload the "state dict" of the model (see |
Thank you for your previous assistance. It worked! I have a new issue with the algorithm under two scenarios:
|
The object of 'Hard' mode with fewer than 50 match points is just a simple screw. |
This is the intrinsic drawback of this work, as our controller only uses the point position (image or point features are not utilized) to compute the control rate. Therefore, if the frontend fails (or provides few keypoints and errorneous matches), the whole algorithm will fail. It is typical when servoing textureless scenes or symmetric objects. Here are the possible solutions:
|
Hi Chen,
I followed all the instructions provided in the documentation but encountered an error related to checkpoint loading. The error message is as follows:
It seems that the issue is related to the environment or potential differences in the PyTorch versions. I am using the following environment:
Python version: 3.8
Torch version: 1.13.1
I would appreciate it if you could provide some insights into the following:
PyTorch Compatibility: Could you confirm if the checkpoint provided is compatible with PyTorch version 3.8? If not, could you please specify the recommended PyTorch version?
Loading Checkpoint in Different Environments: Are there any known issues or considerations when loading the checkpoint in an environment different from the one it was saved in?
Possible Solutions: Do you have any suggestions or solutions to resolve this issue? I have already checked the PyTorch version and made sure it aligns with the project requirements.
Thank you for your time and assistance. I appreciate the effort you put into maintaining this open-source project, and I look forward to your guidance on resolving this matter.
Best regards,
The text was updated successfully, but these errors were encountered: