Spaces:
Build error
Build error
xinjie.wang commited on
Commit ·
e4b9195
1
Parent(s): a9f0c18
update
Browse files
embodied_gen/utils/monkey_patch/sam3d.py
CHANGED
|
@@ -380,7 +380,7 @@ def monkey_patch_sam3d():
|
|
| 380 |
|
| 381 |
InferencePipeline.__init__ = patch_init
|
| 382 |
|
| 383 |
-
patch_pointmap_infer_pipeline()
|
| 384 |
-
patch_infer_init()
|
| 385 |
|
| 386 |
return
|
|
|
|
| 380 |
|
| 381 |
InferencePipeline.__init__ = patch_init
|
| 382 |
|
| 383 |
+
# patch_pointmap_infer_pipeline() # patch
|
| 384 |
+
# patch_infer_init() # patch
|
| 385 |
|
| 386 |
return
|