open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.21k stars 9.4k forks source link

Update __init__.py #11789

Open JohnConnor123 opened 3 months ago

JohnConnor123 commented 3 months ago

Fixed a bug due to which mmdet was not installed for some Windows 10 users.

Motivation

I was one of the users who experienced this bug. All options did not work, and the only working solution to the problem in the project issue on github is to change <2.2.0 to <=2.2.0 in the assert function. For version 2.1.0 an error occurred in all installation methods.

Modification

<2.2.0 to <=2.2.0 in the assert function

BC-breaking (Optional)

No

CLAassistant commented 3 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

perry-smartsizer commented 2 months ago

Really looking forward to this fix!