karolyartur
commited on
Commit
•
9a6bbce
1
Parent(s):
2bb9f38
Add more photoreal synthetic samples
Browse files
oe_dataset.py
CHANGED
@@ -100,8 +100,10 @@ class OEDataset(datasets.GeneratorBasedBuilder):
|
|
100 |
OEDatasetConfig(
|
101 |
name = "photoreal",
|
102 |
description = "Photorealistic synthetic images",
|
103 |
-
imgs_urls = ["https://huggingface.co/datasets/ABC-iRobotics/oe_dataset/resolve/main/synthetic/photoreal/imgs"
|
104 |
-
|
|
|
|
|
105 |
),
|
106 |
OEDatasetConfig(
|
107 |
name = "random",
|
|
|
100 |
OEDatasetConfig(
|
101 |
name = "photoreal",
|
102 |
description = "Photorealistic synthetic images",
|
103 |
+
imgs_urls = ["https://huggingface.co/datasets/ABC-iRobotics/oe_dataset/resolve/main/synthetic/photoreal/imgs",
|
104 |
+
"https://huggingface.co/datasets/ABC-iRobotics/oe_dataset/resolve/main/synthetic/photoreal/imgs2"],
|
105 |
+
masks_urls = ["https://huggingface.co/datasets/ABC-iRobotics/oe_dataset/resolve/main/synthetic/photoreal/masks",
|
106 |
+
"https://huggingface.co/datasets/ABC-iRobotics/oe_dataset/resolve/main/synthetic/photoreal/masks2"]
|
107 |
),
|
108 |
OEDatasetConfig(
|
109 |
name = "random",
|
synthetic/photoreal/imgs2/train.tar.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:871742077630fb84ee5e4d95918523bdd7f9dfa3a56f33e178bed806bd13e896
|
3 |
+
size 4192847314
|
synthetic/photoreal/imgs2/val.tar.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0c480f20485d3b934b8b50ebaf90220b2e7b718a92c8f769abaca42cfff422f
|
3 |
+
size 1049961295
|
synthetic/photoreal/masks2/train.tar.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a64a3223e51379156feb9d58963bd1273ea5693f38d546b4d24d1fabc871dc4b
|
3 |
+
size 17663516
|
synthetic/photoreal/masks2/val.tar.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:316935d736838bf7ecce23ee633455d87f7d6ef527dcff6fac6ce7be466091b4
|
3 |
+
size 4552583
|