#!/bin/bash
set -e
DIR=$(pip3 show odm-sfm|grep Location|cut -d: -f2)
python3 $DIR/odm_sfm/odm_sfm.py $@
