liguang0115's picture
Add initial project structure with core files, configurations, and sample images
2df809d

A newer version of the Gradio SDK is available: 5.34.2

Upgrade

Evaluation Scripts

Monodepth

bash eval/monodepth/run.sh

Results will be saved in eval_results/monodepth/${data}_${model_name}/metric.json.

Video Depth

bash eval/video_depth/run.sh # You may need to change [--num_processes] to the number of your gpus

Results will be saved in eval_results/video_depth/${data}_${model_name}/result_scale.json.

Camera Pose Estimation

bash eval/relpose/run.sh # You may need to change [--num_processes] to the number of your gpus

Results will be saved in eval_results/relpose/${data}_${model_name}/_error_log.txt.

Multi-view Reconstruction

bash eval/mv_recon/run.sh # You may need to change [--num_processes] to the number of your gpus

Results will be saved in eval_results/mv_recon/${model_name}_${ckpt_name}/logs_all.txt.