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

Results on 7Scenes Dataset #2

Open
UsamaHasan opened this issue Jul 13, 2023 · 2 comments
Open

Results on 7Scenes Dataset #2

UsamaHasan opened this issue Jul 13, 2023 · 2 comments

Comments

@UsamaHasan
Copy link

UsamaHasan commented Jul 13, 2023

Hy there, thank you for making your code public and remarkable contribution. I'm trying to recreate your paper result. Thou I was successful in generating them on scannet test dataset but unable to recreate them on 7scene dataset. Is there any specific transformation that you applied for scannet which should be removed or updated in the code?
.Also when I change the voxel size the 0.01 in test_config.yaml, the code throughs the following error.

/VisFusion/utils.py", line 130, in update 
self.data[k] += v 
KeyError: 'loss_1'

snapshot00

@wei-mao-2019
Copy link

Hi Usama,

Thank you for your interests.

You need to align the coordinate system first since all the scenes in Scannet used to train the model are well aligned.

The aligned scene should look like this
Screenshot from 2023-07-18 12-05-58

Cheers,
Wei

@UsamaHasan
Copy link
Author

Hi Wei, thanks for replying to this comment. I have tried looking for a solution for that, Can you please share the method or approach you used for coordinate system alignment which you used. It would be of great help.

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