MingtaoFu / gliding_vertex

The implementation of paper "Gliding vertex on the horizontal bounding box for multi-oriented object detection".
271 stars 63 forks source link

How to use Light Head? #36

Closed ZhWL123456 closed 3 years ago

ZhWL123456 commented 4 years ago

I have read this paper and find there is the experiment which uses light head, but i cant find out which code is for setting this! Could anyone give me some helps? And also, there are four kinds of class in "./maskrcnn_benchmark/modeling/roi_heads/box_headroi_box_feature_extractors.py " , if there anyone know the different meaning of them. image

MingtaoFu commented 3 years ago

This repo only contains our own method, please implement by yourself if you want to use light-head in it. According to my experience, light-head architechture does not work well here.

ZhWL123456 commented 3 years ago

This repo only contains our own method, please implement by yourself if you want to use light-head in it. According to my experience, light-head architechture does not work well here.

I got it~ Thank u very much!