facebookresearch / Detectron

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

Update requirements.txt to install opencv 4.2 #1005

Open edupooch opened 4 years ago

edupooch commented 4 years ago

Python 2.7 is not supported anymore in opencv since 4.3.0.36, the latest support for python 2.7 is opencv-python version 4.2.0.32. The requirement 'opencv-python>=3.2' installs the latest version which does not support python 2 anymore, which throws an error. This replaces it with 'opencv-python==4.2.0.32'.

facebook-github-bot commented 4 years ago

Hi @edupooch!

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.

In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

facebook-github-bot commented 4 years ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

facebook-github-bot commented 4 years ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!