Skip to content
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

Is the performance realtime? #1

Open
nonlinear1 opened this issue Apr 1, 2020 · 2 comments
Open

Is the performance realtime? #1

nonlinear1 opened this issue Apr 1, 2020 · 2 comments

Comments

@nonlinear1
Copy link

Your code is very good. I am coding a slam with 3D descriptor, which is trained by CNN. The 3DMatching of your codes with TSDF to TSDF registration can run in realtime?

@wangziyang182
Copy link
Owner

It is hard for it to run in real time. It need some modifications for that to happen. The structured 3D tensor plus the way I handling the matching point make it kind of slow. To achieve real time, dense voxel wise inference is very expensive. You can try to train instead of contrastive loss, using classification loss which will make it much faster. However, it might sacrifice the accuracy to some extent.

@nonlinear1
Copy link
Author

Thank you very much! Do you have wechat(微信)?If you like, I can add your wechat?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants