skokec / detectron-traffic-signs

Apache License 2.0
34 stars 21 forks source link

Configuration File #2

Closed progvasu closed 4 years ago

progvasu commented 4 years ago

Hi @skokec,

Wanted to know whether you used a custom-defined configuration file or used one of the following that facebook provided:

e2e_mask_rcnn_R-50-FPN_1x.yaml e2e_mask_rcnn_R-101-FPN_1x.yaml

Thanks!

skokec commented 4 years ago

Hi @progvasu,

We actually based our custom configuration files on those exact same files that facebook provided, but we disabled the segmentation head and enabled our modifications (OHEM etc).

I have now updated README.md with links to yaml files that we used on DFG-dataset for more details.

Best, Domen

progvasu commented 4 years ago

Thanks @skokec