doubleheadsrcnn icon indicating copy to clipboard operation
doubleheadsrcnn copied to clipboard

Rethinking Classification and Localization for Object Detection

Results 6 doubleheadsrcnn issues
Sort by recently updated
recently updated
newest added

In roi_box_predictors.py, I didn't find the code of conv_head layers, it seems that there is only fc_head layer. Can you tell me where I can find these two heads code....

codes are here:https://github.com/wuyuebupt/doubleheadsrcnn/blob/master/maskrcnn_benchmark/modeling/roi_heads/box_head/roi_box_feature_extractors.py. And another question:I found no difference between the reg and cls operations. All the network structure parameters are the same except some details.

Could you please advise where in this project I can find the classification and regression heads? How the regression head gets bounding box coordinates as inputs to regress the object's...

Thank you for your work. When I run 'test_net.py', GeneralizedRCNN in generalized_rcnn.py return list with len=4. and each 'list' (4 number of) in returned list has different num_boxes. When I...

Thanks for your nice work. I find that you use the class PoolerNeighbor instead of the class Pooler. It seems that the PoolerNeighbor only expand proposals. Can you describe the...

Hi, Could you help me with the step for building maskrcnn-benchmark? It says in your ```INSTALL.md``` file to run the commands below. My question is, before doing this, should I...