compvis / examples /homography_regression /install_dependencies.sh
Dexter's picture
Upload folder using huggingface_hub
36c95ba verified
#!/bin/bash -ex
# install torchgeometry from source
cd ../.. && python setup.py install && cd examples/homography_regression
# we need last opencv
conda install opencv --yes