Update license
Browse filesHello
@jameslahm
Congratulations on the release! 💗
I see your model is based on ultralytics, any derived work from YOLO should be licensed as AGPL3.0. People who use this model can get in trouble if they don't know about it.
It would be great if you could host the model checkpoints in different model repositories for the sake of convenience too!
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: ultralytics
|
3 |
pipeline_tag: object-detection
|
4 |
-
license:
|
5 |
---
|
6 |
|
7 |
# [YOLOE: Real-Time Seeing Anything](https://arxiv.org/abs/2503.07465)
|
|
|
1 |
---
|
2 |
library_name: ultralytics
|
3 |
pipeline_tag: object-detection
|
4 |
+
license: agpl-3.0
|
5 |
---
|
6 |
|
7 |
# [YOLOE: Real-Time Seeing Anything](https://arxiv.org/abs/2503.07465)
|