-
Notifications
You must be signed in to change notification settings - Fork 33
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
distance error: #7
Comments
In xxx.json, how to get the pose data? If I only get topo point and it's label of every frame (in your work ,refers to [centers] and [nodes]), can I get similar score between two any frames without pose? |
Pose data is from KITTI dataset and you can get similar score between two any frames without pose as we don't need pose in infer. Pose data is only used for evaluation and training as we need pose to define which pair is positive (distance less 3m) and which is negative (distance over 20m). |
Nice |
I test pair_file: ["/SG_PR_DATA/graphs_sk/05/000000.json","/SG_PR_DATA/graphs_sk/05/000006.json"] in eval_pair.py.
The rusult score more than 1.
------------------------------------------------------------------------------console output:
Enumerating unique labels.
{0: 0, 1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 11}
12
loading model: ./model/model.pth
distance error: 3.3904110318197205
I,m confused.
The text was updated successfully, but these errors were encountered: