Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ from depth_pro import create_model_and_transforms, load_rgb
|
|
| 28 |
from depth_pro.depth_pro import (create_backbone_model, load_monodepth_weights,
|
| 29 |
DepthPro, DepthProEncoder, MultiresConvDecoder)
|
| 30 |
import depth_pro
|
| 31 |
-
from torchvision.transforms import Compose, Normalize
|
| 32 |
|
| 33 |
|
| 34 |
class DepthProWrapper(DepthPro, PyTorchModelHubMixin):
|
|
|
|
| 28 |
from depth_pro.depth_pro import (create_backbone_model, load_monodepth_weights,
|
| 29 |
DepthPro, DepthProEncoder, MultiresConvDecoder)
|
| 30 |
import depth_pro
|
| 31 |
+
from torchvision.transforms import Compose, Normalize, ToTensor
|
| 32 |
|
| 33 |
|
| 34 |
class DepthProWrapper(DepthPro, PyTorchModelHubMixin):
|