Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ def get_reconstructed_scene(outdir, model, device):
|
|
129 |
torch.cuda.empty_cache()
|
130 |
return splatfile, video, depth_colored
|
131 |
|
132 |
-
def extract_images(
|
133 |
|
134 |
start_time = time.time()
|
135 |
gc.collect()
|
|
|
129 |
torch.cuda.empty_cache()
|
130 |
return splatfile, video, depth_colored
|
131 |
|
132 |
+
def extract_images(input_images, session_id):
|
133 |
|
134 |
start_time = time.time()
|
135 |
gc.collect()
|