Skip to content

Commit

Permalink
Merge branch 'ck/benchmark-stream' of github.com:apperception-db/spat…
Browse files Browse the repository at this point in the history
…ialyze into ck/benchmark-stream
  • Loading branch information
chanwutk committed Oct 18, 2023
2 parents 77a31c7 + 331ca4a commit 0aeab47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spatialyze/video_processor/stream/mono_depth_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
import torch
from torchvision import transforms

from .data_types import Skip, skip

from ..modules.monodepth2.monodepth2.layers import disp_to_depth
from ..stages.depth_estimation import monodepth
from .stream import Stream
from ..video import Video
from .data_types import Skip, skip
from .stream import Stream


class MonoDepthEstimator(Stream[npt.NDArray]):
Expand Down

0 comments on commit 0aeab47

Please sign in to comment.