facebookresearch / DistDepth

Repository for "Toward Practical Monocular Indoor Depth Estimation" (CVPR 2022)
Other
222 stars 20 forks source link

the code can‘t run on cpu? #3

Closed zhangvia closed 2 years ago

zhangvia commented 2 years ago

so,the model can't be deployed on cpu?

choyingw commented 2 years ago

You can set the device to cpu to make inferences. We default the setting to GPU mode to make it run at the frame rates reported in the paper.