Skip to content

Commit

Permalink
Update docs to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
furiosamg committed Nov 24, 2023
1 parent 4d53687 commit 51b5b29
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@ for FuriosaAI NPU. However, all models are standard ONNX or tflite models,
and they can run even on CPU and GPU as well.

## Releases
* [v0.10.1](https://furiosa-ai.github.io/furiosa-models/v0.10.1/changelog/) - 2023-11-25
* [v0.10.0](https://furiosa-ai.github.io/furiosa-models/v0.10.0/changelog/) - 2023-08-28
* [v0.9.1](https://furiosa-ai.github.io/furiosa-models/v0.9.1/changelog/) - 2023-05-26
* [v0.9.0](https://furiosa-ai.github.io/furiosa-models/v0.9.0/changelog/) - 2023-05-12
* [v0.8.0](https://furiosa-ai.github.io/furiosa-models/v0.8.0/changelog/) - 2022-11-10

## Online Documentation
If you are new, you can start from [Getting Started](https://furiosa-ai.github.io/furiosa-models/v0.10.0/getting_started/).
If you are new, you can start from [Getting Started](https://furiosa-ai.github.io/furiosa-models/v0.10.1/getting_started/).
You can also find the latest online documents,
including programming guides, API references, and examples from the following:

* [Furiosa Models - Latest Documentation](https://furiosa-ai.github.io/furiosa-models/latest/)
* [Model Object](https://furiosa-ai.github.io/furiosa-models/v0.10.0/model_object/)
* [Model List](https://furiosa-ai.github.io/furiosa-models/v0.10.0/#model_list)
* [Command Line Tool](https://furiosa-ai.github.io/furiosa-models/v0.10.0/command_line_tool/)
* [Furiosa SDK - Tutorial and Code Examples](https://furiosa-ai.github.io/docs/v0.10.0/en/software/tutorials.html)
* [Model Object](https://furiosa-ai.github.io/furiosa-models/v0.10.1/model_object/)
* [Model List](https://furiosa-ai.github.io/furiosa-models/v0.10.1/#model_list)
* [Command Line Tool](https://furiosa-ai.github.io/furiosa-models/v0.10.1/command_line_tool/)
* [Furiosa SDK - Tutorial and Code Examples](https://furiosa-ai.github.io/docs/v0.10.1/en/software/tutorials.html)


## <a name="model_list"></a>Model List
Expand All @@ -32,14 +33,14 @@ you can find details about loading a model, their input and output tensors, pre/

| Model | Task | Size | Accuracy |
| ------------------------------------------------------------------------------------------------- | -------------------- | ---- | ------------------------- |
| [ResNet50](https://furiosa-ai.github.io/furiosa-models/v0.10.0/models/resnet50_v1.5/) | Image Classification | 25M | 75.618% (ImageNet1K-val) |
| [EfficientNetB0](https://furiosa-ai.github.io/furiosa-models/v0.10.0/models/efficientnet_b0/) | Image Classification | 6.4M | 72.44% (ImageNet1K-val) |
| [EfficientNetV2-S](https://furiosa-ai.github.io/furiosa-models/v0.10.0/models/efficientnet_v2_s/) | Image Classification | 26M | 83.532% (ImageNet1K-val) |
| [SSDMobileNet](https://furiosa-ai.github.io/furiosa-models/v0.10.0/models/ssd_mobilenet/) | Object Detection | 7.2M | mAP 0.232 (COCO 2017-val) |
| [SSDResNet34](https://furiosa-ai.github.io/furiosa-models/v0.10.0/models/ssd_resnet34/) | Object Detection | 20M | mAP 0.220 (COCO 2017-val) |
| [YOLOv5M](https://furiosa-ai.github.io/furiosa-models/v0.10.0/models/yolov5m/) | Object Detection | 21M | mAP 0.272 (Bdd100k-val) <sup>[[1]](#footnote_1)</sup> |
| [YOLOv5L](https://furiosa-ai.github.io/furiosa-models/v0.10.0/models/yolov5l/) | Object Detection | 46M | mAP 0.284 (Bdd100k-val) <sup>[[1]](#footnote_1)</sup> |
| [YOLOv7w6Pose](https://furiosa-ai.github.io/furiosa-models/PR-173/models/yolov7_w6_pose/) | Pose Estimation | 80M | N/A |
| [ResNet50](https://furiosa-ai.github.io/furiosa-models/v0.10.1/models/resnet50_v1.5/) | Image Classification | 25M | 75.618% (ImageNet1K-val) |
| [EfficientNetB0](https://furiosa-ai.github.io/furiosa-models/v0.10.1/models/efficientnet_b0/) | Image Classification | 6.4M | 72.44% (ImageNet1K-val) |
| [EfficientNetV2-S](https://furiosa-ai.github.io/furiosa-models/v0.10.1/models/efficientnet_v2_s/) | Image Classification | 26M | 83.532% (ImageNet1K-val) |
| [SSDMobileNet](https://furiosa-ai.github.io/furiosa-models/v0.10.1/models/ssd_mobilenet/) | Object Detection | 7.2M | mAP 0.232 (COCO 2017-val) |
| [SSDResNet34](https://furiosa-ai.github.io/furiosa-models/v0.10.1/models/ssd_resnet34/) | Object Detection | 20M | mAP 0.220 (COCO 2017-val) |
| [YOLOv5M](https://furiosa-ai.github.io/furiosa-models/v0.10.1/models/yolov5m/) | Object Detection | 21M | mAP 0.272 (Bdd100k-val) <sup>[[1]](#footnote_1)</sup> |
| [YOLOv5L](https://furiosa-ai.github.io/furiosa-models/v0.10.1/models/yolov5l/) | Object Detection | 46M | mAP 0.284 (Bdd100k-val) <sup>[[1]](#footnote_1)</sup> |
| [YOLOv7w6Pose](https://furiosa-ai.github.io/furiosa-models/v0.10.1/models/yolov7_w6_pose/) | Pose Estimation | 80M | N/A |

_<a name="footnote_1">[1]</a>: The accuracy of the yolov5 f32 model trained with bdd100k-val dataset, is mAP 0.295 (for yolov5m) and mAP 0.316 (for yolov5l)._

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.10.1 - TBU]
## [0.10.1 - 2023-11-25]

### New Features
- Added YOLOv7w6 Pose Estimation Model #173
Expand Down

0 comments on commit 51b5b29

Please sign in to comment.