Views
No views yet
infer.py script provided in the cdm directory of the main repository.1cd cdm
2python infer.py \
3 --encoder vitl \
4 --model-path /path/to/model.pth \
5 --rgb-image /path/to/rgb.jpg \
6 --depth-image /path/to/depth.png \
7 --output result.png