Spaces:
Running on Zero
Running on Zero
Commit ·
963d16c
1
Parent(s): 99f0b01
disable 3dfixer
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ from einops import repeat
|
|
| 29 |
# normalize_vertices,
|
| 30 |
# project2ply
|
| 31 |
# )
|
| 32 |
-
from threeDFixer.utils import render_utils, postprocessing_utils
|
| 33 |
from transformers import AutoModelForMaskGeneration, AutoProcessor
|
| 34 |
from scripts.grounding_sam import plot_segmentation, segment
|
| 35 |
import copy
|
|
|
|
| 29 |
# normalize_vertices,
|
| 30 |
# project2ply
|
| 31 |
# )
|
| 32 |
+
# from threeDFixer.utils import render_utils, postprocessing_utils
|
| 33 |
from transformers import AutoModelForMaskGeneration, AutoProcessor
|
| 34 |
from scripts.grounding_sam import plot_segmentation, segment
|
| 35 |
import copy
|