Datasets:
Tasks:
Object Detection
Size:
1K - 10K
Commit
·
bfb6eb2
1
Parent(s):
48d2cc3
dataset uploaded by roboflow2huggingface package
Browse files- data/test.zip +1 -1
- data/train.zip +1 -1
- data/valid.zip +1 -1
- valorant-object-detection.py +1 -1
data/test.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 24920040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82692b36ebd88e137f6658741d406055cbfc5b49437377e594fda9f091a45db4
|
3 |
size 24920040
|
data/train.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 175503866
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82d1c04e6797715525399d728abc3caca70112725b497af23706e72bc88195a7
|
3 |
size 175503866
|
data/valid.zip
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 50166533
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d68e71188c2825f8f4d627646c56f06b251ce9cd9f095da6da28c3cfe466adc2
|
3 |
size 50166533
|
valorant-object-detection.py
CHANGED
@@ -27,7 +27,7 @@ _URLS = {
|
|
27 |
"test": "https://huggingface.co/datasets/keremberke/valorant-object-detection/resolve/main/data/test.zip",
|
28 |
}
|
29 |
|
30 |
-
_CATEGORIES = ['
|
31 |
_ANNOTATION_FILENAME = "_annotations.coco.json"
|
32 |
|
33 |
|
|
|
27 |
"test": "https://huggingface.co/datasets/keremberke/valorant-object-detection/resolve/main/data/test.zip",
|
28 |
}
|
29 |
|
30 |
+
_CATEGORIES = ['enemy', 'dropped spike', 'planted spike', 'teammate']
|
31 |
_ANNOTATION_FILENAME = "_annotations.coco.json"
|
32 |
|
33 |
|