File size: 176 Bytes
36c95ba
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash -ex

# install torchgeometry from source
cd ../.. && python setup.py install && cd examples/homography_regression

# we need last opencv
conda install opencv --yes