huiyu-gao/VisFusion

Results on 7Scenes Dataset

UsamaHasan opened this issue · 2 comments

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

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

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.