Closed letatanu closed 7 years ago
This issue is due to your system setup, not our code. We understand that this repository is not trivial to use, and we regret this, but this is only research code, not a consumer-grade product.
For ease of use, please check out our Docker image. It takes care of all the compilation and you can start working with FlowNet right away: https://github.com/lmb-freiburg/flownet2-docker
If you do not have experience in compilation, I recommend getting help from someone (an admin, a coworker, or another student) who can show you how to understand compilation and linker errors, and how to find files on your machine.
Thank you. The reason I posted my issue is to help other people getting the same problem. I solved my issue by adding gflags path to Makefile.config.
Hi, I'm getting this error when compiling Caffe in Flownet2:
I did some research, they recommend using cmake. However, there's no cmake folder in Flownet2's Caffe. Any idea?