Skip to content

Commit 6488cfc

Browse files
authored
Merge pull request #110 from LinasKo/develop
Batch rename: APGL-3.0 -> AGPL-3.0
2 parents 0e3b439 + 2eff243 commit 6488cfc

32 files changed

+80
-80
lines changed

models/object_detection/yolov10/results_yolov10b.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"model": "yolov10b",
4-
"license": "APGL-3.0",
4+
"license": "AGPL-3.0",
55
"github_url": "https://github.com/THU-MIG/yolov10",
66
"paper_url": "https://arxiv.org/abs/2405.14458",
77
"run_parameters": {

models/object_detection/yolov10/results_yolov10l.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"model": "yolov10l",
4-
"license": "APGL-3.0",
4+
"license": "AGPL-3.0",
55
"github_url": "https://github.com/THU-MIG/yolov10",
66
"paper_url": "https://arxiv.org/abs/2405.14458",
77
"run_parameters": {

models/object_detection/yolov10/results_yolov10m.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"model": "yolov10m",
4-
"license": "APGL-3.0",
4+
"license": "AGPL-3.0",
55
"github_url": "https://github.com/THU-MIG/yolov10",
66
"paper_url": "https://arxiv.org/abs/2405.14458",
77
"run_parameters": {

models/object_detection/yolov10/results_yolov10n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"model": "yolov10n",
4-
"license": "APGL-3.0",
4+
"license": "AGPL-3.0",
55
"github_url": "https://github.com/THU-MIG/yolov10",
66
"paper_url": "https://arxiv.org/abs/2405.14458",
77
"run_parameters": {

models/object_detection/yolov10/results_yolov10s.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"model": "yolov10s",
4-
"license": "APGL-3.0",
4+
"license": "AGPL-3.0",
55
"github_url": "https://github.com/THU-MIG/yolov10",
66
"paper_url": "https://arxiv.org/abs/2405.14458",
77
"run_parameters": {

models/object_detection/yolov10/results_yolov10x.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"model": "yolov10x",
4-
"license": "APGL-3.0",
4+
"license": "AGPL-3.0",
55
"github_url": "https://github.com/THU-MIG/yolov10",
66
"paper_url": "https://arxiv.org/abs/2405.14458",
77
"run_parameters": {

models/object_detection/yolov10/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
MODEL_IDS = ["yolov10n", "yolov10s", "yolov10m", "yolov10b", "yolov10l", "yolov10x"]
1919
DATASET_DIR = "../../../data/coco-val-2017"
20-
LICENSE = "APGL-3.0"
20+
LICENSE = "AGPL-3.0"
2121

2222
GIT_REPO_URL = "https://github.com/THU-MIG/yolov10"
2323
PAPER_URL = "https://arxiv.org/abs/2405.14458"

models/object_detection/yolov11/results_yolo11l.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"model": "yolo11l",
4-
"license": "APGL-3.0",
4+
"license": "AGPL-3.0",
55
"github_url": "https://github.com/ultralytics/ultralytics",
66
"paper_url": "",
77
"run_parameters": {

models/object_detection/yolov11/results_yolo11m.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"model": "yolo11m",
4-
"license": "APGL-3.0",
4+
"license": "AGPL-3.0",
55
"github_url": "https://github.com/ultralytics/ultralytics",
66
"paper_url": "",
77
"run_parameters": {

models/object_detection/yolov11/results_yolo11n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"model": "yolo11n",
4-
"license": "APGL-3.0",
4+
"license": "AGPL-3.0",
55
"github_url": "https://github.com/ultralytics/ultralytics",
66
"paper_url": "",
77
"run_parameters": {

0 commit comments

Comments
 (0)