Skip to content

Benchmarks

We are working on creating pretrained weights with NetsPresso Trainer and our own resources. We base training recipes on the official repositories or original papers to replicate the performance of models.

For models that we have not yet trained with NetsPresso Trainer, we provide their pretrained weights from other awesome repositories. We have converted several models' weights into our own model architectures. We appreciate all the original authors and we also do our best to make other values.

Therefore, in the benchmark performance table of this section, a Reproduced status of True indicates performance obtained from our own training resources. In contrast, a False status means that the data is from original papers or repositories.

Classification

Dataset Model Weights Resolution Acc@1 Acc@5 Params MACs torch.fx NetsPresso Reproduced Remarks
ImageNet1K EfficientFormer-l1 download 224x224 80.20 - 12.30M 1.30G Supported Supported False -
ImageNet1K MixNet-s download 224x224 75.13 - - - Supported Supported False -
ImageNet1K MixNet-m download 224x224 76.49 - - - Supported Supported False -
ImageNet1K MixNet-l download 224x224 78.67 - - - Supported Supported False -
ImageNet1K MobileNetV3-small download 224x224 67.67 87.40 2.50M 0.03G Supported Supported False -
ImageNet1K MobileViT download 224x224 78.40 - 5.60M - Supported Supported False -
ImageNet1K ResNet18 download 224x224 68.47 88.20 11.69M 1.82G Supported Supported True -
ImageNet1K ResNet34 download 224x224 72.26 90.63 21.80M 3.67G Supported Supported True -
ImageNet1K ResNet50 download 224x224 79.61 94.67 25.56M 2.62G Supported Supported True -
ImageNet1K ViT-tiny download 224x224 72.91 - 5.70M - Supported Supported False -

Semantic segmentation

Dataset Model Weights Resolution mIoU Pixel acc Params MACs torch.fx NetsPresso Reproduced Remarks
- SegFormer-b0 download - - - - - Supported Supported False -
Cityscapes PIDNet-s download 2048x1024 78.8 - - - Supported Supported False -

Object detection

Dataset Model Weights Resolution mAP50 mAP75 mAP50:95 Params MACs torch.fx NetsPresso Reproduced Remarks
COCO YOLOX-s download 640x640 58.56 44.10 40.63 8.97M 13.40G Supported Supported True conf_thresh=0.01, nms_thresh=0.65

Acknowledgment

The original weight files which are not yet trained with NetsPresso Trainer are as follows.