facebookresearch / robust_cvd

Robust Consistent Video Depth Estimation

Home Page:https://robust-cvd.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Torch and cuda version

XihangYU630 opened this issue · comments

What torch and cuda version this codebase use? Since one error arises: RuntimeError: CUDA error: no kernel image is available for execution on the device. It arises when running "robust_cvd/cvd2/monodepth/midas_v2_model.py", line 50, in estimate_depth. input_ = (input_ - self.norm_mean.to(self.device)) / self.norm_stdev.to(self.device)