Spaces:
Sleeping
Sleeping
byeongjun-park
commited on
Commit
•
18f3611
1
Parent(s):
6a6386c
HarmonyView update
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ Procedure: </br>
|
|
28 |
**Step 3**. Select "Elevation angle "and click "Run generation". ==> Generate multiview images. The **Elevation angle** is the elevation of the Input image. (This costs about 45s.) </br>
|
29 |
You may adjust the **Crop size** and **Elevation angle** to get a better result! <br>
|
30 |
To reconstruct a NeRF or a 3D mesh from the generated images, please refer to our [github repository](https://github.com/byeongjun-park/HarmonyView). <br>
|
31 |
-
We have heavily borrowed codes from [
|
32 |
'''
|
33 |
|
34 |
deployed = True
|
@@ -184,7 +184,7 @@ def run_demo():
|
|
184 |
['hf_demo/examples/dragon.png',30,200,"Input image"],
|
185 |
['hf_demo/examples/drum_kids.png',15,240,"Input image"],
|
186 |
['hf_demo/examples/table.png',30,200,"Input image"],
|
187 |
-
['hf_demo/examples/panda_back.png', 15,
|
188 |
['hf_demo/examples/boxer_toy.png', 30, 220, "SAM output"],
|
189 |
['hf_demo/examples/rose.png',30,200,"Input image"],
|
190 |
['hf_demo/examples/monkey.png', 30, 200, "SAM output"],
|
|
|
28 |
**Step 3**. Select "Elevation angle "and click "Run generation". ==> Generate multiview images. The **Elevation angle** is the elevation of the Input image. (This costs about 45s.) </br>
|
29 |
You may adjust the **Crop size** and **Elevation angle** to get a better result! <br>
|
30 |
To reconstruct a NeRF or a 3D mesh from the generated images, please refer to our [github repository](https://github.com/byeongjun-park/HarmonyView). <br>
|
31 |
+
We have heavily borrowed codes from [SyncDreamer](https://huggingface.co/spaces/liuyuan-pal/SyncDreamer), which is an our strong baseline.
|
32 |
'''
|
33 |
|
34 |
deployed = True
|
|
|
184 |
['hf_demo/examples/dragon.png',30,200,"Input image"],
|
185 |
['hf_demo/examples/drum_kids.png',15,240,"Input image"],
|
186 |
['hf_demo/examples/table.png',30,200,"Input image"],
|
187 |
+
['hf_demo/examples/panda_back.png', 15, 200, "Input image"],
|
188 |
['hf_demo/examples/boxer_toy.png', 30, 220, "SAM output"],
|
189 |
['hf_demo/examples/rose.png',30,200,"Input image"],
|
190 |
['hf_demo/examples/monkey.png', 30, 200, "SAM output"],
|