Buckets:
twanghcmut/backup-foundation-physics / third_party /sam-3d-objects /sam3d_objects /pipeline /depth_models /moge.py
| # Copyright (c) Meta Platforms, Inc. and affiliates. | |
| from .base import DepthModel | |
| class MoGe(DepthModel): | |
| def __call__(self, image): | |
| output = self.model.infer( | |
| image.to(self.device), force_projection=False | |
| ) | |
| pointmaps = output["points"] | |
| output["pointmaps"] = pointmaps | |
| return output |
Xet Storage Details
- Size:
- 339 Bytes
- Xet hash:
- d4c7fd9292f3d498b636e72e3a08812db8160084b8670bb3e53a6d387f9bf9b8
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.