Hi ,
I am Sam and currently a grad student . I am planning to work on a hobby project of settting up my own Nodes for CloudODM . Can anybody please guide me how this can be done on 2 nodes machine ?
Regards
Hi ,
I am Sam and currently a grad student . I am planning to work on a hobby project of settting up my own Nodes for CloudODM . Can anybody please guide me how this can be done on 2 nodes machine ?
Regards
docker run -d -p 3000:3000 opendronemap/nodeodm
./odm node add local http://localhost:3000
./odm -n local path/to/images
See ./odm --help
for more info.