- 
                Notifications
    You must be signed in to change notification settings 
- Fork 541
support RPN proposals testing #125
base: master
Are you sure you want to change the base?
Conversation
| Hi, thanks for your work. But I did not see these codes in the master branch? | 
| This pull request is not merged. | 
| 
 | 
| 
 and then train the model from the precompute proposals. | 
| 
 Okay, Thanks for your kindly help. | 
| This codebase does not support Fast-RCNN training (the one you described) or RPN-only training. Both require restructuring model_builder.py. I did not do this pull request since it is better for the author himself to decide on this. Also, _compute_targets in roidb.py has a behavior difference compared to fast rcnn assignment policy regarding crowd. I would say it involves a bit of testing to make sure there is no bug. | 
| 
 Hi, I wonder if there we could test the bbox and mask by given proposals? Thanks for your help in advance! | 


Support single GPU and multi GPU testing on RPN proposals
Do not support RPN only training.
Cases such as
require restructuring model_builder.py quite a bit.
@roytseng-tw you should call the shots