Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -351,8 +351,11 @@ def process_3d_model(input_3d, dilated_offset, do_marching_cubes, postprocess_me
|
|
351 |
|
352 |
_HEADER_ = '''
|
353 |
<h2><b>[SIGGRAPH 2025] PrimitiveAnything 🤗 Gradio Demo</b></h2>
|
|
|
354 |
This is official demo for our SIGGRAPH 2025 paper <a href="">PrimitiveAnything: Human-Crafted 3D Primitive Assembly Generation with Auto-Regressive Transformer</a>.
|
|
|
355 |
Code: <a href='#' target='_blank'>GitHub</a>. Paper: <a href='#' target='_blank'>ArXiv</a>.
|
|
|
356 |
❗️❗️❗️**Important Notes:** For optimal results with fine structures, we automatically apply marching cubes and dilation operations (which differs from testing and evaluation). This prevents quality degradation in thin areas.
|
357 |
'''
|
358 |
|
|
|
351 |
|
352 |
_HEADER_ = '''
|
353 |
<h2><b>[SIGGRAPH 2025] PrimitiveAnything 🤗 Gradio Demo</b></h2>
|
354 |
+
|
355 |
This is official demo for our SIGGRAPH 2025 paper <a href="">PrimitiveAnything: Human-Crafted 3D Primitive Assembly Generation with Auto-Regressive Transformer</a>.
|
356 |
+
|
357 |
Code: <a href='#' target='_blank'>GitHub</a>. Paper: <a href='#' target='_blank'>ArXiv</a>.
|
358 |
+
|
359 |
❗️❗️❗️**Important Notes:** For optimal results with fine structures, we automatically apply marching cubes and dilation operations (which differs from testing and evaluation). This prevents quality degradation in thin areas.
|
360 |
'''
|
361 |
|