PeizeSun / SparseR-CNN

[CVPR2021, PAMI2023] End-to-End Object Detection with Learnable Proposal
MIT License
1.31k stars 187 forks source link

Does anything changes in detectron2? #93

Open kuiran opened 3 years ago

kuiran commented 3 years ago

Can i just use the command like python -m pip install detectron2 -f \ https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.8/index.html to install the detectron2 and than use sparsercnn?

PeizeSun commented 3 years ago

Hi~ We don't change detectron2(except adding CrowdHuman in dataset). You could install d2 and use sparsercnn directly.