Our reconstruction evaluation code is based on the PI3 evaluation code. Please follow the instructions (link) to prepare the required data. To run the reconstruction evaluation for G2VLM, the following modifications are required:
-
In
mv_recon/eval.py,relpose/eval_angle.py,monodepth/infer.py,modify the path added to sys so that it points to the codebase root directory.import sys sys.path.append("/path/to/G2VLM")
-
Specify the model checkpoint path under
configs/model/default.yaml. -
To avoid import conflicts, save the required data under
datasinstead ofdata.
python monodepth/infer.py
python monodepth/eval.pypython relpose/eval_angle.pypython mv_recon/eval.py