| 1 | # change to your own path if Unidepth is installed in other places |
| 2 | from deps.UniDepth.unidepth.models import UniDepthV1, UniDepthV2, UniDepthV2old |
| 3 | # Warning: THis must be the first line, otherwise pyceres, pycolmap and XM are also using CUDA |
| 4 | # and CUDA initialization will give you core dumped error (don't know why) |
nothing calls this directly
no test coverage detected