alexnasa commited on
Commit
00fec3c
·
verified ·
1 Parent(s): ae1eb2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -27,7 +27,8 @@ from src.misc.image_io import save_interpolated_video
27
  from src.model.model.anysplat import AnySplat
28
  from src.model.ply_export import export_ply
29
  from src.utils.image import process_image
30
- import open3d as o3d
 
31
 
32
  os.environ["ANYSPLAT_PROCESSED"] = f"{os.getcwd()}/proprocess_results"
33
 
@@ -76,8 +77,6 @@ def get_reconstructed_scene(outdir, model, device):
76
  save_sh_dc_only=True,
77
  )
78
 
79
- import trimesh
80
- import numpy as np
81
 
82
  # 1. Load PLY and preserve attributes
83
  mesh = trimesh.load(plyfile, process=False)
 
27
  from src.model.model.anysplat import AnySplat
28
  from src.model.ply_export import export_ply
29
  from src.utils.image import process_image
30
+ import trimesh
31
+ import numpy as np
32
 
33
  os.environ["ANYSPLAT_PROCESSED"] = f"{os.getcwd()}/proprocess_results"
34
 
 
77
  save_sh_dc_only=True,
78
  )
79
 
 
 
80
 
81
  # 1. Load PLY and preserve attributes
82
  mesh = trimesh.load(plyfile, process=False)