Spaces:
Running
on
Zero
Running
on
Zero
Stanislaw Szymanowicz
commited on
Commit
·
c53b213
1
Parent(s):
d9b08ef
Remove unused dependencies
Browse files
app.py
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
import torch
|
2 |
-
import torchvision
|
3 |
-
import numpy as np
|
4 |
|
5 |
import os
|
6 |
from omegaconf import OmegaConf
|
7 |
-
from PIL import Image
|
8 |
import spaces
|
9 |
|
10 |
from utils.app_utils import (
|
@@ -14,10 +11,8 @@ from utils.app_utils import (
|
|
14 |
resize_to_128,
|
15 |
to_tensor,
|
16 |
get_source_camera_v2w_rmo_and_quats,
|
17 |
-
get_target_cameras,
|
18 |
export_to_obj)
|
19 |
|
20 |
-
import imageio
|
21 |
|
22 |
from scene.gaussian_predictor import GaussianSplatPredictor
|
23 |
|
|
|
1 |
import torch
|
|
|
|
|
2 |
|
3 |
import os
|
4 |
from omegaconf import OmegaConf
|
|
|
5 |
import spaces
|
6 |
|
7 |
from utils.app_utils import (
|
|
|
11 |
resize_to_128,
|
12 |
to_tensor,
|
13 |
get_source_camera_v2w_rmo_and_quats,
|
|
|
14 |
export_to_obj)
|
15 |
|
|
|
16 |
|
17 |
from scene.gaussian_predictor import GaussianSplatPredictor
|
18 |
|