Closed qsisi closed 6 days ago
Did you load the pre-trained weight correctly?
I think I've loaded the pre-trained model correctly, I only modified this line: and here are the results:
kitti train from scratch: kitti finetuned on cofii2p_kitti.t7: Looks like the released weight cofii2p_kitti only converges on loss_coarse?
I have tested the pre-trained model for the KITTI dataset. It seems like everything is fine. I will re-check the code for training and evaluation tomorrow.
Any updates over the last few days?
We have double-checked the evaluation code and everything is fine. Could you please provide more details, like configurations?
kitti train from scratch: kitti finetuned on cofii2p_kitti.t7: Looks like the released weight cofii2p_kitti only converges on loss_coarse? We have made further attempts and found that the evaluation results (RRE & RTE) are close to the values reported in the paper. We also recommend using Tensorboard to visualize the training details.
After re-installing the cuda、torch、open3d as required, the problem is solved.
Hello! Sorry to bother you again, but my question is what is the purpose to normalize the query features here?
https://github.com/WHU-USI3DV/CoFiI2P/blob/main/model/transformer/transformer.py#L53
Thanks for your reply.
It's just an implementation trick. We found that normalized query vector leads to better performance. Other variants may work, while you can have a try.
Thanks for open-sourcing this project!
I have a question related to the registration recall on KITTI, looks like in your paper, the recall is 100% on kitti: but when I ran the evaluation on kitti, the angles_diff and t_diff printed out is something like: most of the printed information indicates the angle & translation diff are large, which is strange to me. Could you provide some hints about it?
Thanks for your reply!