Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shaktiwadekar9 authored Oct 6, 2022
1 parent 8b5da67 commit 8d5eaac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Note that for the segmentation and detection, only the backbone architecture par
## Classification

### ImageNet-1K:
| Model name | Accuracy (%) | Parameters (Million) | FLOPs (Million) | foldername |
| Model name | Accuracy (%) | Parameters (Million) | FLOPs (Million) | Foldername |
| :---: | :---: | :---: | :---: | :---: |
| MobileViTv3\-S | 79.3 | 5.8 | 1841 | mobilevitv3\_S\_e300\_7930 |
| MobileViTv3\-XS | 76.7 | 2.5 | 927 | mobilevitv3\_XS\_e300\_7671 |
Expand All @@ -44,7 +44,7 @@ Note that for the segmentation and detection, only the backbone architecture par


### ImageNet-1K using low-latency models:
| Model name | Accuracy (%) | Parameters (Million) | FLOPs (Million) | foldername |
| Model name | Accuracy (%) | Parameters (Million) | FLOPs (Million) | Foldername |
| :---: | :---: | :---: | :---: | :---: |
| MobileViTv3\-S-L2 | 79.06 | 5.2 | 1651 | mobilevitv3\_S\_L2\_e300\_7906 |
| MobileViTv3\-XS-L2 | 76.10 | 2.3 | 853 | mobilevitv3\_XS\_L2\_e300\_7610 |
Expand All @@ -53,7 +53,7 @@ Note that for the segmentation and detection, only the backbone architecture par
## Segmentation

### PASCAL VOC 2012:
| Model name | mIoU | Parameters (Million) | foldername |
| Model name | mIoU | Parameters (Million) | Foldername |
| :---: | :---: | :---: | :---: |
| MobileViTv3\-S | 79.59 | 7.2 | mobilevitv3\_S\_voc\_e50\_7959 |
| MobileViTv3\-XS | 78.77 | 3.3 | mobilevitv3\_XS\_voc\_e50\_7877 |
Expand All @@ -62,14 +62,14 @@ Note that for the segmentation and detection, only the backbone architecture par
| MobileViTv3\-0.5 | 76.48 | 6.3 | mobilevitv3\_voc\_0\_5\_0 |

### ADE20K:
| Model name | mIoU | Parameters (Million) | foldername |
| Model name | mIoU | Parameters (Million) | Foldername |
| :---: | :---: | :---: | :---: |
| MobileViTv3\-1.0 | 39.13 | 13.6 | mobilevitv3\_ade20k\_1\_0\_0 |
| MobileViTv3\-0.75 | 36.43 | 9.7 | mobilevitv3\_ade20k\_0\_7\_5 |
| MobileViTv3\-0.5 | 33.57 | 6.4 | mobilevitv3\_ade20k\_0\_5\_0 |

## Detection MS-COCO:
| Model name | mAP | Parameters (Million) | foldername |
| Model name | mAP | Parameters (Million) | Foldername |
| :---: | :---: | :---: | :---: |
| MobileViTv3\-S | 27.3 | 5.5 | mobilevitv3\_S\_coco\_e200\_2730 |
| MobileViTv3\-XS | 25.6 | 2.7 | mobilevitv3\_XS\_coco\_e200\_2560 |
Expand Down

0 comments on commit 8d5eaac

Please sign in to comment.