Hi,
Thanks for this great work, it looks very promising and exciting!
I am doing some tests. I did not have major issues with installation and the demo runs. Congrats!
I want to adapt the code to get a simple CLI with an input image and its intrinsics. It would be great if such a demo was part of the codebase IMHO.
To this end, could you kindly explain, in demo.py, what is the "scene" argument here ?
for name, scene in zip(
('3m', 'sofa', 'lab', 'desk'),
('scene0474_02', 'scene0207_00', 'scene0378_02', 'scene0474_02')
):
Thanks
Thibault
Hi,
Thanks for this great work, it looks very promising and exciting!
I am doing some tests. I did not have major issues with installation and the demo runs. Congrats!
I want to adapt the code to get a simple CLI with an input image and its intrinsics. It would be great if such a demo was part of the codebase IMHO.
To this end, could you kindly explain, in
demo.py, what is the "scene" argument here ?Thanks
Thibault