Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 454 Bytes

readme.md

File metadata and controls

24 lines (13 loc) · 454 Bytes

Cross-spectrum Depth Estimation

Cross-Spectrum Unsupervised Depth Estimation by Visible-light and Thermal Cameras

[papre link]

Training

  1. requriment:

    pytorch >= 1.7.0

    cuda >= 10.0

    python >= 3.6

  2. Prepare dataset

    Download VTD dataset.

  3. Edit train.sh to add your dataset path.

    CUDA_VISIBLE_DEVICES=0 python train.py --mscroot "yourpath"

    then, run train.sh.