Commit ·
ed16a03
1
Parent(s): 0f430bb
train.jsonl conditioning by texture and adjust dataset metadata to download texture instead of yaw angles
Browse files- multiview-controlnet.py +2 -2
- train.jsonl +0 -0
multiview-controlnet.py
CHANGED
|
@@ -5,7 +5,7 @@ import os
|
|
| 5 |
|
| 6 |
_VERSION = datasets.Version("0.0.2")
|
| 7 |
|
| 8 |
-
_DESCRIPTION = "Images rendered using DeepFashion3D meshes by varying yaw angle. Conditioning on the yaw angle naively encoded as a image"
|
| 9 |
_HOMEPAGE = "TODO"
|
| 10 |
_LICENSE = "TODO"
|
| 11 |
_CITATION = "TODO"
|
|
@@ -32,7 +32,7 @@ IMAGES_URL = hf_hub_url(
|
|
| 32 |
|
| 33 |
CONDITIONING_IMAGES_URL = hf_hub_url(
|
| 34 |
"eduardoprea44/multiview-controlnet",
|
| 35 |
-
filename="
|
| 36 |
repo_type="dataset",
|
| 37 |
)
|
| 38 |
|
|
|
|
| 5 |
|
| 6 |
_VERSION = datasets.Version("0.0.2")
|
| 7 |
|
| 8 |
+
_DESCRIPTION = "Images rendered using DeepFashion3D meshes by varying yaw angle. Conditioning on the yaw angle naively encoded as a image. Also in the dataset conditioning by texture is possible"
|
| 9 |
_HOMEPAGE = "TODO"
|
| 10 |
_LICENSE = "TODO"
|
| 11 |
_CITATION = "TODO"
|
|
|
|
| 32 |
|
| 33 |
CONDITIONING_IMAGES_URL = hf_hub_url(
|
| 34 |
"eduardoprea44/multiview-controlnet",
|
| 35 |
+
filename="texture.zip",
|
| 36 |
repo_type="dataset",
|
| 37 |
)
|
| 38 |
|
train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|