JialeCao001 / D2Det

D2Det: Towards High Quality Object Detection and Instance Segmentation (CVPR2020)
https://openaccess.thecvf.com/content_CVPR_2020/papers/Cao_D2Det_Towards_High_Quality_Object_Detection_and_Instance_Segmentation_CVPR_2020_paper.pdf
MIT License
297 stars 86 forks source link

Question about installation #15

Closed efedoganay closed 3 years ago

efedoganay commented 3 years ago

Hi, thanks for sharing your code.

Do we need to install mmdetection and put this repo under it? I followed the instructions you provided but mmdetection folder does not have any D2Det folder in configs.

JialeCao001 commented 3 years ago

Hi. You do not need to install another mmdetection because this repo contains mmdetection. Just download this code and compile it.

efedoganay commented 3 years ago

Thanks, I was confused for a moment. Lastly, did you test this with CUDA 11.0 or later? I was not able to compile correctly by following the steps in the official file.

JialeCao001 commented 3 years ago

I think that this version does not support CUDA11.0. Maybe the new provided version with mmdetection v2.1 supports it.