Skip to content

Commit 0b448fc

Browse files
authored
Revert "Add results of models from OTE's mmdet on public datasets (#8… (openvinotoolkit#863)
This reverts commit 6b2fb26
1 parent ec694be commit 0b448fc

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

-12
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ to find instruction and links to exact configuration files and final checkpoints
199199
* [Classification](#pytorch_classification)
200200
* [Object detection](#pytorch_object_detection)
201201
* [Semantic segmentation](#pytorch_semantic_segmentation)
202-
* [Instance segmentation](#pytorch_instance_segmentation)
203202
* [Natural language processing (3rd-party training pipelines)](#pytorch_nlp)
204203
- [TensorFlow models](#tensorflow-models)
205204
* [Classification](#tensorflow_classification)
@@ -246,8 +245,6 @@ to find instruction and links to exact configuration files and final checkpoints
246245
|SSD300-VGG-BN|Filter pruning, 40%, geometric median criterion|VOC12+07 train, VOC07 eval|77.72 (0.56)|
247246
|SSD512-VGG-BN|INT8|VOC12+07 train, VOC07 eval|80.12 (0.14)|
248247
|SSD512-VGG-BN|INT8 + Sparsity 70% (Magnitude)|VOC12+07 train, VOC07 eval|79.67 (0.59)|
249-
|MobileNet V2-FCOS|INT8|WiderFace|AP for faces > 64x64 (%): 93.44 (-0.59)|
250-
|ResNet-152b-ATSS|INT8|WiderFace|AP for faces > 64x64 (%): 94.05 (-0.24)|
251248

252249
<a name="pytorch_semantic_segmentation"></a>
253250
#### Semantic segmentation
@@ -262,15 +259,6 @@ to find instruction and links to exact configuration files and final checkpoints
262259
|UNet|INT8 + Sparsity 60% (Magnitude)|Mapillary|55.65 (0.58)|
263260
|UNet|Filter pruning, 25%, geometric median criterion|Mapillary|55.62 (0.61)|
264261

265-
266-
<a name="pytorch_instance_segmentation"></a>
267-
#### Instance segmentation
268-
269-
|PyTorch Model|Compression algorithm|Dataset|mAP (drop) %|
270-
| :---: | :---: | :---: | :---: |
271-
|ResNet-50-MaskRCNN (768x1024)|INT8|COCO2017|bbox: 40.8(0.0)<br/>segm: 36.9(0.0)|
272-
|ResNet-101-MaskRCNN (608x608)|INT8|COCO2017|bbox: 39.1(0.25)<br/>segm: 33.9(0.0)|
273-
274262
<a name="pytorch_nlp"></a>
275263
#### NLP
276264

0 commit comments

Comments
 (0)