Commit 8c022b5
metrics for pre-trained FPN RCNN (#693)
* number of gpus
* syncbn
* pylint
* resnetv1c
* merge
* indent
* unitest
* trigger
* norm args
* indent
* resnet v1d +0.5%
* style
* update docs
* fix args
* trigger build
* add test
* resolve conflict
* Add FPN model
* Add FPN train scripts
* Fix FPN error, Stay tuned
Training on VOC is still going on, I will report the result and log later.
* Revert "Sync from dmlc/master"
* Revert "Revert "Sync from dmlc/master""
* Update gluoncv/model_zoo/fpn/fpn.py
* Fix `FPN` Bugs
mAP on VOC07 is 58%, stay tuned.
* add faster_rcnn_fpn_resnet50_v1b model
* Update gluoncv/model_zoo/fpn/fpn.py
* Update gluoncv/model_zoo/fpn/fpn.py
* Create Readme.md
* Update Readme.md
* Update Readme.md
* Update Readme.md
* Update Readme.md
* Update Readme.md
* Rename Readme.md to README.md
* Update Train and Eval script, Support Eval VOC12 Test.
* Update scripts/detection/fpn/eval_fpn_voc12.py
* Update scripts/detection/fpn/eval_fpn_voc12.py
* Update README.md
* Update README.md
* Update fpn.py
* Update gluoncv/model_zoo/model_zoo.py
* Update gluoncv/model_zoo/model_zoo.py
* default not to use static alloc to save memory, speed is not significantly impacted.
added dilated faster_rcnn_resnet50_v1b
added mask_rcnn_resnet101_v1b
* fix missing args
* small fix
* docs
* rm unneeded file
* rm debug log
* Faster RCNN with FPN
* rm unnecessary files
pylint
rm Non-ASCII
fix syntax
lint
rm from .fpn import *
stride => strides
rm syncbn in rpn
rm syncbn arg
mask rcnn arg fix
missing "s"
* rm 's' in anchor_generators
* old model compatibility
fix
* not using RPNHead to keep backward compatibility with old models
* _strides
* mask rcnn compatibility
* docs
* rm dilated faster rcnn
* mask rcnn w/ fpn
* rm undefined functions
* change default roi mode to 'align'
* trigger build
* change name of the fpn networks
* model store update
* Fix typo (#622)
* Improve custo coco compatible detection dataset (#624)
* coco det improve for custom datasets
* allow flexible image path parser
* fix pycocotools _isArrayLike
* better comment
* clean
* Add assertions for invalid class names for VOCDetection (#614)
* Add assertions for invalid class names
* Add assertions for invalid class names (revision1)
* Add assertions/warnings for invalid class names (revision2)
* Add assertions/warnings for invalid class names (revision3)
* Add assertions/warnings for invalid class names (revision4)
* add detection paper (#628)
* add bibtex
* rephrase
* update bibtex
* Update PSP Params (#629)
* update psp params
* update with pin-device_id (#630)
* sync bn faster rcnn
* pylint
* change roi from 7 to 14, since the last fpn model we trained use 14
* add pretrained faster rcnn fpn bn
* Update model_zoo.py
* Update model_zoo.py
* fpn RCNN docs1 parent a83ef8c commit 8c022b5
3 files changed
Lines changed: 37 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
178 | 184 | | |
179 | 185 | | |
180 | 186 | | |
| |||
213 | 219 | | |
214 | 220 | | |
215 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
112 | 122 | | |
113 | 123 | | |
114 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| |||
0 commit comments