init project
Browse files
app.py
CHANGED
|
@@ -445,7 +445,7 @@ def get_reconstructed_scene(outdir, device, silent, filelist, schedule, niter, m
|
|
| 445 |
if len(filelist) < 2:
|
| 446 |
raise gradio.Error("Please input at least 2 images.")
|
| 447 |
|
| 448 |
-
images = Images(filelist=filelist, device=device)
|
| 449 |
|
| 450 |
# try:
|
| 451 |
# cog_seg_maps, rev_cog_seg_maps, cog_feats = get_cog_feats(images, device)
|
|
|
|
| 445 |
if len(filelist) < 2:
|
| 446 |
raise gradio.Error("Please input at least 2 images.")
|
| 447 |
|
| 448 |
+
# images = Images(filelist=filelist, device=device)
|
| 449 |
|
| 450 |
# try:
|
| 451 |
# cog_seg_maps, rev_cog_seg_maps, cog_feats = get_cog_feats(images, device)
|