zhenpeiyang / FvOR

FvOR: Robust Joint Shape and Pose Optimization for Few-view Object Reconstruction
53 stars 2 forks source link

Test without depth #2

Open Jiakui opened 2 years ago

Jiakui commented 2 years ago

Dear author,

As my understanding, during test stage we don't need to provide the depth information, right?

But, in the test_config_joint.yaml file, there is still LOAD_DEPTH: True. I wonder, can we set this option to false and run the reconstruction?

Thanks!

zhenpeiyang commented 2 years ago

Hi Jiakui, yes the depth information is used to generate scene coordinate supervision, which is not used during testing. You should be able to set load_depth to False in test_config_joint.yaml.