yan99033 / monodepth-cpp

Tensorflow C++ implementation for single-image depth estimation (Monodepth)
MIT License
105 stars 33 forks source link

can we run in cpu?? #11

Closed Akhilelluru closed 4 years ago

yan99033 commented 4 years ago

It can be done. You just have to set the default device for running your Tensorflow graph to CPU. I haven't tried it so it would be great if you can do it and report your findings.