tztztztztz / eqlv2

The official implementation of Equalization Loss v1 & v2 (CVPR 2020, 2021) based on MMDetection. https://arxiv.org/abs/2012.08548 https://arxiv.org/abs/2003.05176
Apache License 2.0
155 stars 22 forks source link

installation problem #23

Open twangnh opened 2 years ago

twangnh commented 2 years ago

Hi, thanks for the great work! For installation, could you give more details?

I tried pip install -v -e . in this project directory following the installation instructions in mmdetection, but could not be installed, specifically the following error is raised:

ERROR: Could not find a version that satisfies the requirement pycocotools (unavailable) (from mmdet) (from versions: 2.0.0, 2.0.1, 2.0.2a1, 2.0.2, 2.0.3, 2.0.4)
ERROR: No matching distribution found for pycocotools (unavailable)

I tried with mmdetection, it works, but just within this project cannot install.