Skip to content

Commit

Permalink
rename demos
Browse files Browse the repository at this point in the history
  • Loading branch information
jamjamjon committed Jul 4, 2024
1 parent b95ad62 commit 2b7f19a
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 15 deletions.
Binary file removed examples/yolov10/demo.png
Binary file not shown.
27 changes: 12 additions & 15 deletions examples/yolov8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,18 @@ yolo export model=yolov8m-obb.pt format=onnx simplify
| Task | Annotated image |
| :-------------------: | ----------------------------------------------------------- |
| Obb | |
| Instance Segmentation | `<img src='examples/yolov8/demo-seg.png' width="800px">` |
| Classification | `<img src='examples/yolov8/demo-cls.png' width="800px">` |
| Detection | `<img src='examples/yolov8/demo-det.png' width="800px">` |
| Pose | `<img src='examples/yolov8/demo-pose.png' width="800px">` |
| Instance Segmentation | <img src='examples/yolov8/demos/seg.png' height="300px"> |
| Classification | <img src='examples/yolov8/demos/cls.png' height="300px"> |
| Detection | <img src='examples/yolov8/demos/det.png' height="300px"> |
| Pose | <img src='examples/yolov8/demos/pose.png' height="300px"> |

## Other YOLOv8 Solution Models

| Model | Weights | Result | Datasets |
| :---------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Face-Landmark Detection | [yolov8-face-dyn-f16](https://github.com/jamjamjon/assets/releases/download/v0.0.1/yolov8-face-dyn-f16.onnx) | `<img src='examples/yolov8-face/demo.png' width="220px" height="180px">` | |
| Head Detection | [yolov8-head-f16](https://github.com/jamjamjon/assets/releases/download/v0.0.1/yolov8-head-f16.onnx) | `<img src='examples/yolov8-head/demo.png' width="220px" height="180px">` | |
| Fall Detection | [yolov8-falldown-f16](https://github.com/jamjamjon/assets/releases/download/v0.0.1/yolov8-falldown-f16.onnx) | `<img src='examples/yolov8-falldown/demo.png' width="220px" height="180px">` | |
| Trash Detection | [yolov8-plastic-bag-f16](https://github.com/jamjamjon/assets/releases/download/v0.0.1/yolov8-plastic-bag-f16.onnx) | `<img src='examples/yolov8-trash/demo.png' width="250px" height="180px">` | |
| FastSAM | [FastSAM-s-dyn-f16](https://github.com/jamjamjon/assets/releases/download/v0.0.1/FastSAM-s-dyn-f16.onnx) | | |
| FaceParsing | [face-parsing-dyn](https://github.com/jamjamjon/assets/releases/download/v0.0.1/face-parsing-dyn.onnx)<br />[face-parsing-dyn-f16](https://github.com/jamjamjon/assets/releases/download/v0.0.1/face-parsing-dyn-f16.onnx) | | [CelebAMask-HQ](https://github.com/switchablenorms/CelebAMask-HQ/tree/master/face_parsing)<br />[[Processed YOLO labels]](https://github.com/jamjamjon/assets/releases/download/v0.0.1/CelebAMask-HQ-YOLO-Labels.zip)[[Python Script]](https://github.com/jamjamjon/assets/releases/download/v0.0.1/CelebAMask-HQ-YOLO-Labels.zip) |
| | | | |
| | | | |
| | | | |
| Model | Weights | Result | Datasets |
| :---------------------: | :--------------------------: | :-------------------------------: | ------ |
| Face-Landmark Detection | [yolov8-face-dyn-f16](https://github.com/jamjamjon/assets/releases/download/v0.0.1/yolov8-face-dyn-f16.onnx) | <img src='examples/yolov8/demos/face.png' height="300px"> | |
| Head Detection | [yolov8-head-f16](https://github.com/jamjamjon/assets/releases/download/v0.0.1/yolov8-head-f16.onnx) | <img src='examples/yolov8/demos/head.png' height="300px"> | |
| Fall Detection | [yolov8-falldown-f16](https://github.com/jamjamjon/assets/releases/download/v0.0.1/yolov8-falldown-f16.onnx) |<img src='examples/yolov8/demos/falldown.png' height="300px"> | |
| Trash Detection | [yolov8-plastic-bag-f16](https://github.com/jamjamjon/assets/releases/download/v0.0.1/yolov8-plastic-bag-f16.onnx) | <img src='examples/yolov8/demos/trash.png' height="300px"> | |
| FastSAM | [FastSAM-s-dyn-f16](https://github.com/jamjamjon/assets/releases/download/v0.0.1/FastSAM-s-dyn-f16.onnx) | | <img src='examples/yolov8/demos/fastsam.png' height="300px"> |
| FaceParsing | [face-parsing-dyn](https://github.com/jamjamjon/assets/releases/download/v0.0.1/face-parsing-dyn.onnx) | <img src='examples/yolov8/demos/face-parsing.png' height="300px"> | [CelebAMask-HQ](https://github.com/switchablenorms/CelebAMask-HQ/tree/master/face_parsing)<br />[[Processed YOLO labels]](https://github.com/jamjamjon/assets/releases/download/v0.0.1/CelebAMask-HQ-YOLO-Labels.zip)[[Python Script]](https://github.com/jamjamjon/assets/releases/download/v0.0.1/CelebAMask-HQ-YOLO-Labels.zip) |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed examples/yolov9/demo.png
Binary file not shown.

0 comments on commit 2b7f19a

Please sign in to comment.