Zzzlh commited on
Commit
8ad1841
·
verified ·
1 Parent(s): ddd9076

Upload Hi4D520.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. Hi4D520.py +3 -3
Hi4D520.py CHANGED
@@ -19,19 +19,19 @@ _FEATURES = datasets.Features(
19
  )
20
 
21
  METADATA_URL = hf_hub_url(
22
- "multipose/Hi4D520",
23
  filename="train.jsonl",
24
  repo_type="dataset",
25
  )
26
 
27
  IMAGES_URL = hf_hub_url(
28
- "multipose/Hi4D520",
29
  filename="images.zip",
30
  repo_type="dataset",
31
  )
32
 
33
  CONDITIONING_IMAGES_URL = hf_hub_url(
34
- "multipose/Hi4D520",
35
  filename="conditioning_images.zip",
36
  repo_type="dataset",
37
  )
 
19
  )
20
 
21
  METADATA_URL = hf_hub_url(
22
+ "Zzzlh/Hi4D520",
23
  filename="train.jsonl",
24
  repo_type="dataset",
25
  )
26
 
27
  IMAGES_URL = hf_hub_url(
28
+ "Zzzlh/Hi4D520",
29
  filename="images.zip",
30
  repo_type="dataset",
31
  )
32
 
33
  CONDITIONING_IMAGES_URL = hf_hub_url(
34
+ "Zzzlh/Hi4D520",
35
  filename="conditioning_images.zip",
36
  repo_type="dataset",
37
  )