DennisCjy13 / MIPI2022-RGB-ToF-depth-completion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIPI2022 RGB+ToF depth completion track

Training

To run the training of the baseline:

sh train.sh (save_path)

Testing

To run the testing of the baseline:

sh test.sh (test_data_dir) (trained_model) (save_name) (data_list)

We provide a trained model of the baseline in baseline.pt

About

License:MIT License


Languages

Language:Python 99.2%Language:Shell 0.8%