π [Update] README, add WIP tag
Browse files
README.md
CHANGED
@@ -1,6 +1,20 @@
|
|
1 |
# YOLOv9-MIT
|
2 |
An MIT license rewrite of YOLOv9
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
## To-Do Lists
|
5 |
- [ ] Project Setup
|
6 |
- [X] requirements
|
|
|
1 |
# YOLOv9-MIT
|
2 |
An MIT license rewrite of YOLOv9
|
3 |
|
4 |
+

|
5 |
+
> [!IMPORTANT]
|
6 |
+
> This project is currently a Work In Progress and may undergo significant changes. It is not recommended for use in production environments until further notice. Please check back regularly for updates.
|
7 |
+
>
|
8 |
+
> Use of this code is at your own risk and discretion. It is advisable to consult with the project owner before deploying or integrating into any critical systems.
|
9 |
+
|
10 |
+
## Contributing
|
11 |
+
|
12 |
+
While the project's structure is still being finalized, we ask that potential contributors wait for these foundational decisions to be made. We greatly appreciate your patience and are excited to welcome contributions from the community once we are ready. Alternatively, you are welcome to propose functions that should be implemented based on the original YOLO version or suggest other enhancements!
|
13 |
+
|
14 |
+
If you are interested in contributing, please keep an eye on project updates or contact us directly at [[email protected]](mailto:[email protected]) for more information.
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
## To-Do Lists
|
19 |
- [ ] Project Setup
|
20 |
- [X] requirements
|