lmb-freiburg / flownet2

FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
https://lmb.informatik.uni-freiburg.de/Publications/2017/IMKDB17/
Other
1k stars 318 forks source link

Small fixes for Dockerfile and dataset download scripts #32

Closed mbuckler closed 7 years ago

mbuckler commented 7 years ago

Two fixes: 1) Use new URL for flying chairs dataset 2) Fix "nvcc fatal : Unsupported gpu architecture 'compute_60'" error when building caffe in dockerfile by using CUDA 8.0 instead of 7.5

nikolausmayer commented 7 years ago

Looks good, thank you. We had to move the dataset and I forgot about this...

Please keep in mind that we have our own dockerfile, and the one included in this repository is just vestigial :)