Open Dr-Xiaogaren opened 2 years ago
It works fine in my environment. I guess you probably didn't set the vis_type parameter, whose default value 0 means "no visualization". We disable RGB rendering by default for higher FPS. And I will add more notes about visualization in README soon :)
If you did set the vis_type to a non-zero value, plz let me know and I'll check further.
Thanks for open-sourcing such a solid and excellent work. But I found the following problem in test:
When I tried to test the trained model on the Matterport3D dataset, I found that the texture of the scene mesh could not be loaded correctly. The RGB images acquired by the robots are completely black without color.
The scene used for testing is named
E9uDoFAP3SH
picked frommp3d-b.scenes
. The data format of the scene is like this:I also did not modify the config file
basic.yaml
. Although the lack of texture does not affect the acquisition of depth information, it would be better if a full RGB image could be acquired.I would be very grateful if you could provide some ideas