Datasets:
Upload dataset and weights
Browse files- dataset_dict.json +1 -0
- test/data-00000-of-00001.arrow +3 -0
- test/dataset_info.json +52 -0
- test/state.json +13 -0
- train/data-00000-of-00004.arrow +3 -0
- train/data-00001-of-00004.arrow +3 -0
- train/data-00002-of-00004.arrow +3 -0
- train/data-00003-of-00004.arrow +3 -0
- train/dataset_info.json +52 -0
- train/state.json +22 -0
- validation/data-00000-of-00001.arrow +3 -0
- validation/dataset_info.json +52 -0
- validation/state.json +13 -0
- weights/.DS_Store +0 -0
- weights/codetr_locator/.DS_Store +0 -0
- weights/codetr_locator/epoch_23.pth +3 -0
- weights/codetr_locator/pretrain_weights/co_dino_5scale_swin_large_1x_coco.pth +3 -0
- weights/yolo_obb_segmenter/.DS_Store +0 -0
- weights/yolo_obb_segmenter/best.pt +3 -0
- weights/yolo_obb_segmenter/pretrain_weights/yolo11x-obb.pt +3 -0
dataset_dict.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"splits": ["train", "validation", "test"]}
|
test/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0efa3a7aea4386acf33d232dd0862a5657095ad9f1b1f67e6388548da9091bfc
|
| 3 |
+
size 295073584
|
test/dataset_info.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"image": {
|
| 6 |
+
"_type": "Image"
|
| 7 |
+
},
|
| 8 |
+
"image_id": {
|
| 9 |
+
"dtype": "int64",
|
| 10 |
+
"_type": "Value"
|
| 11 |
+
},
|
| 12 |
+
"width": {
|
| 13 |
+
"dtype": "int32",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"height": {
|
| 17 |
+
"dtype": "int32",
|
| 18 |
+
"_type": "Value"
|
| 19 |
+
},
|
| 20 |
+
"objects": {
|
| 21 |
+
"feature": {
|
| 22 |
+
"id": {
|
| 23 |
+
"dtype": "int64",
|
| 24 |
+
"_type": "Value"
|
| 25 |
+
},
|
| 26 |
+
"category": {
|
| 27 |
+
"dtype": "string",
|
| 28 |
+
"_type": "Value"
|
| 29 |
+
},
|
| 30 |
+
"bbox": {
|
| 31 |
+
"feature": {
|
| 32 |
+
"dtype": "float32",
|
| 33 |
+
"_type": "Value"
|
| 34 |
+
},
|
| 35 |
+
"length": 4,
|
| 36 |
+
"_type": "List"
|
| 37 |
+
},
|
| 38 |
+
"area": {
|
| 39 |
+
"dtype": "float32",
|
| 40 |
+
"_type": "Value"
|
| 41 |
+
},
|
| 42 |
+
"iscrowd": {
|
| 43 |
+
"dtype": "int8",
|
| 44 |
+
"_type": "Value"
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
"_type": "List"
|
| 48 |
+
}
|
| 49 |
+
},
|
| 50 |
+
"homepage": "",
|
| 51 |
+
"license": ""
|
| 52 |
+
}
|
test/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "f5b1dd63b2feaadc",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|
train/data-00000-of-00004.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df95e81177bc7ca8f1f012b836905d39c32c1cd251559a6f8d814446f2b77b43
|
| 3 |
+
size 380354656
|
train/data-00001-of-00004.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b323b470721f3d3f673274234d91c49d04f3be320f2fca4baec5693a3cad398
|
| 3 |
+
size 391674064
|
train/data-00002-of-00004.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f46cac348a5d4053cb14d7a076147568b2b002274bbfded68d41c99cc320e1b3
|
| 3 |
+
size 378348992
|
train/data-00003-of-00004.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92c86378f4d90bd6dfc609e2e8c2889ac033b027ec93ea736e95dfa6bc8084c4
|
| 3 |
+
size 387348232
|
train/dataset_info.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"image": {
|
| 6 |
+
"_type": "Image"
|
| 7 |
+
},
|
| 8 |
+
"image_id": {
|
| 9 |
+
"dtype": "int64",
|
| 10 |
+
"_type": "Value"
|
| 11 |
+
},
|
| 12 |
+
"width": {
|
| 13 |
+
"dtype": "int32",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"height": {
|
| 17 |
+
"dtype": "int32",
|
| 18 |
+
"_type": "Value"
|
| 19 |
+
},
|
| 20 |
+
"objects": {
|
| 21 |
+
"feature": {
|
| 22 |
+
"id": {
|
| 23 |
+
"dtype": "int64",
|
| 24 |
+
"_type": "Value"
|
| 25 |
+
},
|
| 26 |
+
"category": {
|
| 27 |
+
"dtype": "string",
|
| 28 |
+
"_type": "Value"
|
| 29 |
+
},
|
| 30 |
+
"bbox": {
|
| 31 |
+
"feature": {
|
| 32 |
+
"dtype": "float32",
|
| 33 |
+
"_type": "Value"
|
| 34 |
+
},
|
| 35 |
+
"length": 4,
|
| 36 |
+
"_type": "List"
|
| 37 |
+
},
|
| 38 |
+
"area": {
|
| 39 |
+
"dtype": "float32",
|
| 40 |
+
"_type": "Value"
|
| 41 |
+
},
|
| 42 |
+
"iscrowd": {
|
| 43 |
+
"dtype": "int8",
|
| 44 |
+
"_type": "Value"
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
"_type": "List"
|
| 48 |
+
}
|
| 49 |
+
},
|
| 50 |
+
"homepage": "",
|
| 51 |
+
"license": ""
|
| 52 |
+
}
|
train/state.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00004.arrow"
|
| 5 |
+
},
|
| 6 |
+
{
|
| 7 |
+
"filename": "data-00001-of-00004.arrow"
|
| 8 |
+
},
|
| 9 |
+
{
|
| 10 |
+
"filename": "data-00002-of-00004.arrow"
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"filename": "data-00003-of-00004.arrow"
|
| 14 |
+
}
|
| 15 |
+
],
|
| 16 |
+
"_fingerprint": "4f9d6efe4f0bcaa8",
|
| 17 |
+
"_format_columns": null,
|
| 18 |
+
"_format_kwargs": {},
|
| 19 |
+
"_format_type": null,
|
| 20 |
+
"_output_all_columns": false,
|
| 21 |
+
"_split": null
|
| 22 |
+
}
|
validation/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7f357497d93fd30fbc428dc79ea0b5e271987cadc50c647c92e523375ed30e0
|
| 3 |
+
size 296547848
|
validation/dataset_info.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"image": {
|
| 6 |
+
"_type": "Image"
|
| 7 |
+
},
|
| 8 |
+
"image_id": {
|
| 9 |
+
"dtype": "int64",
|
| 10 |
+
"_type": "Value"
|
| 11 |
+
},
|
| 12 |
+
"width": {
|
| 13 |
+
"dtype": "int32",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"height": {
|
| 17 |
+
"dtype": "int32",
|
| 18 |
+
"_type": "Value"
|
| 19 |
+
},
|
| 20 |
+
"objects": {
|
| 21 |
+
"feature": {
|
| 22 |
+
"id": {
|
| 23 |
+
"dtype": "int64",
|
| 24 |
+
"_type": "Value"
|
| 25 |
+
},
|
| 26 |
+
"category": {
|
| 27 |
+
"dtype": "string",
|
| 28 |
+
"_type": "Value"
|
| 29 |
+
},
|
| 30 |
+
"bbox": {
|
| 31 |
+
"feature": {
|
| 32 |
+
"dtype": "float32",
|
| 33 |
+
"_type": "Value"
|
| 34 |
+
},
|
| 35 |
+
"length": 4,
|
| 36 |
+
"_type": "List"
|
| 37 |
+
},
|
| 38 |
+
"area": {
|
| 39 |
+
"dtype": "float32",
|
| 40 |
+
"_type": "Value"
|
| 41 |
+
},
|
| 42 |
+
"iscrowd": {
|
| 43 |
+
"dtype": "int8",
|
| 44 |
+
"_type": "Value"
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
"_type": "List"
|
| 48 |
+
}
|
| 49 |
+
},
|
| 50 |
+
"homepage": "",
|
| 51 |
+
"license": ""
|
| 52 |
+
}
|
validation/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "1583bb2b32b06a07",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|
weights/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
weights/codetr_locator/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
weights/codetr_locator/epoch_23.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03e9854a09d03bab4a876a8a4a69980b96ce1dc3aa156cab6d63748942c2c6bf
|
| 3 |
+
size 2822113262
|
weights/codetr_locator/pretrain_weights/co_dino_5scale_swin_large_1x_coco.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f892a36cdb754cdb781e2d7dde839ce81798154570294ccb9f4a0a0e27db96cf
|
| 3 |
+
size 2830384110
|
weights/yolo_obb_segmenter/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
weights/yolo_obb_segmenter/best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f411ff3043f586f86be5c0f2501cdceee97755c00a6844f01d79dcc741c1d386
|
| 3 |
+
size 118230707
|
weights/yolo_obb_segmenter/pretrain_weights/yolo11x-obb.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1461342db1ce0f35c755278303febd1174604ccc375110076fa0ac155231b6a0
|
| 3 |
+
size 118438668
|