chanelcolgate commited on
Commit
c16befb
1 Parent(s): d270411

new file: data/yenthienviet_coco_hf.zip

Browse files
data/coco/test.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7840783ec6117036474d59f962c14efdcbc4dbf410b07ddad8135c5b3c3abd5a
3
- size 17011483
 
 
 
 
data/coco/train.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1744c80a5c45a61a344ca6c49e82c65a958ee45c23c53b7e9cfbfa7b16fe7c7
3
- size 79349735
 
 
 
 
data/coco/val.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b015c2a33e1527ccd76c7439643d6c2f21ee946e19166ccadf427e13d3c40ac
3
- size 15967930
 
 
 
 
data/coco2/annotations.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:df14d096947742a9a8beeb704a3013ce7cbf1c8ec06c3731768b4ee5f9dc0310
3
- size 127692
 
 
 
 
data/coco2/test.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e30eb129ef106d35b87a6d98ec5412727120a8522b4400664f0b70887a8bfaa5
3
- size 4107561
 
 
 
 
data/coco2/train.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3cbf15fe9e178ab9ff873b504879dda99c54ce222bda63f1c4cd2e0061534e7a
3
- size 75344004
 
 
 
 
data/coco2/val.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8af3810f0552d60528cd910e8a60fde680cb9bd0d6f0bb51c458a8e2f7c7e13a
3
- size 23684947
 
 
 
 
data/{coco/annotations.zip → yenthienviet_coco_hf.zip} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:523c3c8a6983d268adef37145ecdc8b24d238819b6ee1f82d97784b980371fa4
3
- size 23764
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fbdd765a1a126a1272c1b663b03810a8418824efeb3dc3e794e1af324b4b4bc
3
+ size 727024589
data/yolo/dataset.yaml DELETED
@@ -1,17 +0,0 @@
1
- names:
2
- - hop_dln
3
- - hop_jn
4
- - hop_vtg
5
- - hop_ytv
6
- - lo_kids
7
- - lo_ytv
8
- - loc_ytv
9
- - loc_kids
10
- - loc_dln
11
- - bot_dln
12
- - loc_jn
13
- nc: 11
14
- path: ..
15
- test: D:\programming\computer-vision-detectron2\computer_vision_detectron2\mydatasets\yenthienviet_yolo\images\test
16
- train: D:\programming\computer-vision-detectron2\computer_vision_detectron2\mydatasets\yenthienviet_yolo\images\train
17
- val: D:\programming\computer-vision-detectron2\computer_vision_detectron2\mydatasets\yenthienviet_yolo\images\val
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/yolo/test.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7840783ec6117036474d59f962c14efdcbc4dbf410b07ddad8135c5b3c3abd5a
3
- size 17011483
 
 
 
 
data/yolo/train.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1744c80a5c45a61a344ca6c49e82c65a958ee45c23c53b7e9cfbfa7b16fe7c7
3
- size 79349735
 
 
 
 
data/yolo/val.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b015c2a33e1527ccd76c7439643d6c2f21ee946e19166ccadf427e13d3c40ac
3
- size 15967930
 
 
 
 
yenthienviet.py CHANGED
@@ -15,10 +15,10 @@ This dataset contains all THIENVIET products images and annotations split in tra
15
  """
16
 
17
  _URLS = {
18
- "train": "https://huggingface.co/datasets/chanelcolgate/yenthienviet/resolve/main/data/coco/train.zip",
19
- "val": "https://huggingface.co/datasets/chanelcolgate/yenthienviet/resolve/main/data/coco/val.zip",
20
- "test": "https://huggingface.co/datasets/chanelcolgate/yenthienviet/resolve/main/data/coco/test.zip",
21
- "annotations": "https://huggingface.co/datasets/chanelcolgate/yenthienviet/resolve/main/data/coco/annotations.zip",
22
  }
23
 
24
  _SPLITS = ["train", "val", "test"]
@@ -43,11 +43,10 @@ _CLASSES = [
43
  "hop_ytv",
44
  "lo_kids",
45
  "lo_ytv",
46
- "loc_ytv",
47
- "loc_kids",
48
  "loc_dln",
49
- "bot_dln",
50
  "loc_jn",
 
 
51
  ]
52
 
53
 
@@ -210,5 +209,4 @@ class COCOThienviet(datasets.GeneratorBasedBuilder):
210
  for annot in annotations
211
  ],
212
  }
213
-
214
  yield image_path, ret
 
15
  """
16
 
17
  _URLS = {
18
+ "train": "https://huggingface.co/datasets/chanelcolgate/yenthienviet/resolve/main/data/coco2/train.zip",
19
+ "val": "https://huggingface.co/datasets/chanelcolgate/yenthienviet/resolve/main/data/coco2/val.zip",
20
+ "test": "https://huggingface.co/datasets/chanelcolgate/yenthienviet/resolve/main/data/coco2/test.zip",
21
+ "annotations": "https://huggingface.co/datasets/chanelcolgate/yenthienviet/resolve/main/data/coco2/annotations.zip",
22
  }
23
 
24
  _SPLITS = ["train", "val", "test"]
 
43
  "hop_ytv",
44
  "lo_kids",
45
  "lo_ytv",
 
 
46
  "loc_dln",
 
47
  "loc_jn",
48
+ "loc_kids",
49
+ "loc_ytv",
50
  ]
51
 
52
 
 
209
  for annot in annotations
210
  ],
211
  }
 
212
  yield image_path, ret