pranjali-pathre
commited on
Commit
•
00b1134
1
Parent(s):
6f461e4
fix path
Browse files- img2pose.py +2 -2
img2pose.py
CHANGED
@@ -11,8 +11,8 @@ _HOMEPAGE = f"https://huggingface.co/datasets/pranjalipathre/{_NAME}"
|
|
11 |
|
12 |
_LICENSE = ""
|
13 |
|
14 |
-
|
15 |
-
_DATA = f"/home/pranjali/Documents/Research/pybullet/img2img/{_NAME}/data/"
|
16 |
|
17 |
class img2poseDataset(datasets.GeneratorBasedBuilder):
|
18 |
BUILDER_CONFIGS = [
|
|
|
11 |
|
12 |
_LICENSE = ""
|
13 |
|
14 |
+
_DATA = f"https://huggingface.co/datasets/pranjalipathre/{_NAME}/resolve/main/data/"
|
15 |
+
# _DATA = f"/home/pranjali/Documents/Research/pybullet/img2img/{_NAME}/data/"
|
16 |
|
17 |
class img2poseDataset(datasets.GeneratorBasedBuilder):
|
18 |
BUILDER_CONFIGS = [
|