Spaces:
Running
on
Zero
Running
on
Zero
Add prints for debugging
Browse files- demo/mast3r_demo.py +1 -0
demo/mast3r_demo.py
CHANGED
@@ -225,6 +225,7 @@ def get_reconstructed_scene(image_size, current_scene_state,
|
|
225 |
#
|
226 |
# save_colmap_scene(scene, colmap_data_dir, min_conf_thr, clean_depth)
|
227 |
if 'GaussianRasterizer' not in globals():
|
|
|
228 |
from diff_gaussian_rasterization import GaussianRasterizer, GaussianRasterizationSettings
|
229 |
|
230 |
if current_scene_state is not None and \
|
|
|
225 |
#
|
226 |
# save_colmap_scene(scene, colmap_data_dir, min_conf_thr, clean_depth)
|
227 |
if 'GaussianRasterizer' not in globals():
|
228 |
+
print("Importing diff_gaussian_rasterization")
|
229 |
from diff_gaussian_rasterization import GaussianRasterizer, GaussianRasterizationSettings
|
230 |
|
231 |
if current_scene_state is not None and \
|