-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README * Update README * Update image * Update image
- Loading branch information
Showing
4 changed files
with
25 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,11 +46,15 @@ ________________________________________________________________________________ | |
|
||
### Ready to deploy pre-trained SOTA models | ||
|
||
YOLO-NAS architecture is out! The new YOLO-NAS delivers state-of-the-art performance with the unparalleled accuracy-speed performance, outperforming other models such as YOLOv5, YOLOv6, YOLOv7 and YOLOv8. | ||
Check it out here: [YOLO-NAS](YOLONAS.md). | ||
YOLO-NAS and YOLO-NAS-POSE architectures are out! | ||
The new YOLO-NAS delivers state-of-the-art performance with the unparalleled accuracy-speed performance, outperforming other models such as YOLOv5, YOLOv6, YOLOv7 and YOLOv8. | ||
A YOLO-NAS-POSE model for pose estimation is also available, delivering state-of-the-art accuracy/performance tradeoff. | ||
|
||
Check these out here: [YOLO-NAS](YOLONAS.md) & [YOLO-NAS-POSE](YOLONAS-POSE.md). | ||
|
||
<div align="center"> | ||
<img src="https://github.com/Deci-AI/super-gradients/raw/master/documentation/source/images/yolo_nas_frontier.png" width="800px"> | ||
<img src="https://github.com/Deci-AI/super-gradients/raw/master/documentation/source/images/yolo_nas_frontier.png" height="600px"> | ||
<img src="https://github.com/Deci-AI/super-gradients/raw/master/documentation/source/images/yolo_nas_pose_frontier_t4.png" height="600px"> | ||
</div> | ||
|
||
```python | ||
|
@@ -77,6 +81,11 @@ model = models.get(Models.YOLO_NAS_M, pretrained_weights="coco") | |
<img src="https://github.com/Deci-AI/super-gradients/raw/master/documentation/assets/SG_img/Object [email protected]" width="800px"> | ||
</div> | ||
|
||
#### Pose Estimation | ||
<div align="center"> | ||
<img src="https://github.com/Deci-AI/super-gradients/raw/master/documentation/source/images/yolo_nas_pose_frontier_t4.png" width="400px"> | ||
<img src="https://github.com/Deci-AI/super-gradients/raw/master/documentation/source/images/yolo_nas_pose_frontier_xavier_nx.png" width="400px"> | ||
</div> | ||
|
||
### Easy to train SOTA Models | ||
|
||
|
@@ -123,6 +132,13 @@ pip install super-gradients | |
|
||
## What's New | ||
|
||
__________________________________________________________________________________________________________ | ||
Version 3.4.0 (November 6, 2023) | ||
|
||
* [YoloNAS-Pose](YOLONAS-POSE.md) model released - a new frontier in pose estimation | ||
* Added option to export a recipe to a single YAML file or to a standalone train.py file | ||
* Other bugfixes & minor improvements. Full release notes available [here](https://github.com/Deci-AI/super-gradients/releases/tag/3.4.0) | ||
|
||
__________________________________________________________________________________________________________ | ||
Version 3.1.3 (July 19, 2023) | ||
|
||
|
@@ -148,16 +164,6 @@ Version 3.1.1 (May 3rd) | |
|
||
Check out SG full [release notes](https://github.com/Deci-AI/super-gradients/releases). | ||
|
||
## Coming soon | ||
__________________________________________________________________________________________________________ | ||
- [ ] Pre-trained pose estimation model | ||
- [ ] Test Time Augmentations (TTA) | ||
- [ ] Recipe to train DEKR model(convertable to TRT) | ||
- [ ] Key-points Rescoring for Pose estimation | ||
- [ ] LR finder | ||
- [ ] Data analysis tools | ||
|
||
|
||
## Table of Content | ||
__________________________________________________________________________________________________________ | ||
<!-- toc --> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters