Spaces:
Runtime error
Runtime error
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -32,7 +32,6 @@ sys.path.append("../")
|
|
| 32 |
from models.depth_normal_pipeline_clip import DepthNormalEstimationPipeline
|
| 33 |
from utils.seed_all import seed_all
|
| 34 |
import matplotlib.pyplot as plt
|
| 35 |
-
from dataloader.file_io import read_hdf5, align_normal, creat_uv_mesh
|
| 36 |
from utils.de_normalized import align_scale_shift
|
| 37 |
from utils.depth2normal import *
|
| 38 |
|
|
|
|
| 32 |
from models.depth_normal_pipeline_clip import DepthNormalEstimationPipeline
|
| 33 |
from utils.seed_all import seed_all
|
| 34 |
import matplotlib.pyplot as plt
|
|
|
|
| 35 |
from utils.de_normalized import align_scale_shift
|
| 36 |
from utils.depth2normal import *
|
| 37 |
|