noahzn / Lite-Mono

[CVPR2023] Lite-Mono: A Lightweight CNN and Transformer Architecture for Self-Supervised Monocular Depth Estimation
MIT License
540 stars 61 forks source link

How to convert to C++,run on linux ARM? #19

Closed lizhengbo95 closed 1 year ago

noahzn commented 1 year ago

Hi @lizhengbo95 , I haven't tried running the code on Linux ARM. I have deployed a modification of Lite-Mono on a GAP8 processor, but I assume this is not what you want. There is some documentation on the web about deploying a PyTorch model on an ARM that you might want to have a look at. For example, this one.

noahzn commented 1 year ago

Hi, I am now closing this issue due to no response. You can reopen it if you want to give any updates.