https://github.com/y-t-g/yolov9-neo
A permissively licensed implementation of YOLOv9.
https://github.com/y-t-g/yolov9-neo
Last synced: 10 months ago
JSON representation
A permissively licensed implementation of YOLOv9.
- Host: GitHub
- URL: https://github.com/y-t-g/yolov9-neo
- Owner: Y-T-G
- License: apache-2.0
- Created: 2024-04-11T15:43:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T16:56:43.000Z (over 1 year ago)
- Last Synced: 2025-03-19T00:24:50.373Z (10 months ago)
- Language: Python
- Size: 7.39 MB
- Stars: 7
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YOLOv9 Neo
> [!WARNING]
> This codebase is work in progress.
## Currently implemented
- GELAN-C
## Acknowledgements
The project uses [YOLO-X](https://github.com/Megvii-BaseDetection/YOLOX) as
base. Thanks to them for keeping the codebase permissively licensed.