lmb-freiburg / flownet2-docker

Dockerfile and runscripts for FlowNet 2.0 (estimation of optical flow)
https://lmb.informatik.uni-freiburg.de/Publications/2017/IMKDB17/
GNU General Public License v3.0
158 stars 52 forks source link

I can't see any output in the root folder #26

Open byeciao opened 3 years ago

byeciao commented 3 years ago

I run the example: $ ./run-network.sh -n FlowNet2 -v data/0000000-imgL.png data/0000001-imgL.png flow.flo

Using GPU: 0 Running network: FlowNet2 Working dir: /flownet2/flownet2/scripts First input: data/0000000-imgL.png Second input: data/0000001-imgL.png Output: flow.flo

but no .flo output can be found

nikolausmayer commented 3 years ago

Please post the output when you run the command with the -vv flag for extra debug output. Do the data and networks reside on the same filesystem?