Samsung project, manufacturing AI, 2022 Spring
conda env create -f conda_env.yml
conda activate samsung
Dataset is required in data/
.
To run training use the train.py
script
python train.py
for 4-to-1 depth estimation, or
python train.py --single_image
for 1-to-1 depth estimation.
python predict.py
for 4-to-1 depth estimation, or
python predict_one.py
for 1-to-1 depth estimation.