I use this scritpt, but it fails
[email protected]:/mnt$ sudo docker run -it --rm \
-v $(pwd)/images:/code/images \
-v $(pwd)/odm_georeferencing:/code/odm_georeferencing
-v $(pwd)/odm_meshing:/code/odm_meshing
-v $(pwd)/odm_orthophoto:/code/odm_orthophoto
-v $(pwd)/odm_texturing:/code/odm_texturing
-v $(pwd)/smvs:/code/smvs
-v $(pwd)/odm_dem:/code/odm_dem
opendronemap/odm
–dtm --use-opensfm-dense
–mve-confidence 0.1
–rerun-all --orthophoto-resolution 10 p
#–use-3dmesh
I get the following error message
usage: run.py [options]
run.py: error: argument : 0.1 is not a valid name. Must use alphanumeric characters.
[email protected]:/mnt$ ^C
Any suggestions?