facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.21k stars 5.45k forks source link

Dockerfile #1013

Open sh7jacobi opened 3 years ago

sh7jacobi commented 3 years ago

There are some errors in Makefiles and requirements.txt of Dockerfile. For example, for opencv it is set version >=4.2.0.32, end you get latest version, that does not work with python 2.7 while in suggested docker conatainer you have only python 2.7. The same problem, for, example, in Makefile with version of matplotlib. Could you fix that?