SysCV / transfiner

Mask Transfiner for High-Quality Instance Segmentation, CVPR 2022
https://www.vis.xyz/pub/transfiner
Apache License 2.0
528 stars 60 forks source link

transfiner to detectron2 #30

Closed Mrwangxin1998 closed 2 years ago

Mrwangxin1998 commented 2 years ago

Hi,I want know if I can build the detectron2 environment first ,then I copy transfiner project code to detectron2 project?

lkeab commented 2 years ago

Hi, I have not tried this. For current code version, as we made a deep modification to original code in some python files, you need to make sure the modification parts to detectron2 is executed (by overwritting) when placing transfiner in the project folder. My suggestion is to use our code to build detectron2 environment directly.

Mrwangxin1998 commented 2 years ago

Hi,I tried this way,No errors found so far