Res2Net / Res2Net-detectron2

Res2Net for Panoptic Segmentation based on detectron2 (SOTA results).
https://mmcheng.net/res2net/
Apache License 2.0
30 stars 9 forks source link

是不是缺少一个文件? #1

Closed yulong314 closed 4 years ago

yulong314 commented 4 years ago

backbone的init.py中有“from .res2net import Res2Net, build_res2net_backbone” 但是没有res2net.py

gasvn commented 4 years ago

Thanks for the bug report. The res2net is in the resnet.py file. You can just remove this line.

gasvn commented 4 years ago

I have updated the code. Thanks again.