AlphaJia / pytorch-faster-rcnn

pytorch based implementation faster rcnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add more backbone

wannie163 opened this issue · comments

Hi, thanks for your contribution, would you like to add more backbone like hrnet, some high resolution backbone network
Thanks

from utils.anchor_utils import AnchorsGenerator, RegionProposalNetwork
cant find RegionProposalNetwork in anchor_utils.py,can you?

Hi, thanks for your contribution, would you like to add more backbone like hrnet, some high resolution backbone network
Thanks

Thanks for your advice, hrnet has been added to the backbone.

from utils.anchor_utils import AnchorsGenerator, RegionProposalNetwork
cant find RegionProposalNetwork in anchor_utils.py,can you?

Thanks, the bug has been fixed. Feel free to enjoy it. start if you like it