shenyunhang / DRN-WSOD-pytorch

Enabling Deep Residual Networks for Weakly Supervised Object Detection
https://github.com/shenyunhang/DRN-WSOD-pytorch/tree/DRN-WSOD/projects/WSL
Apache License 2.0
50 stars 10 forks source link

Update TTA in train_net.py #1

Closed XuYunqiu closed 4 years ago

XuYunqiu commented 4 years ago

With pre-compute proposals, RPN and GeneralizedRCNNWithTTAUNION are not used now. And cfg.WSL.RPN.RPN_ON is not in default config file.

shenyunhang commented 4 years ago

You are right. Thanks for the commit.