dwofk / fast-depth

ICRA 2019 "FastDepth: Fast Monocular Depth Estimation on Embedded Systems"
MIT License
926 stars 189 forks source link

Implementing on PC #36

Open yeohkc1995 opened 3 years ago

yeohkc1995 commented 3 years ago

Hello

May I ask for a general direction on how can I implement this on PC. I vaguely understand the Pytorch model has to be compiled again... briefly how can i go about doing this?

Also, is there a way to run the Pytorch model from my PC without compiling it?

Thank you!!!