The above demo image is running on Android (MNN + Vulkan)
- Please follow the instruction: https://github.com/iwatake2222/play_with_mnn/blob/master/README.md
- Additional steps:
- Download the model using the following script
- https://github.com/PINTO0309/PINTO_model_zoo/blob/main/294_FSRE-Depth/download.sh
- copy
fsre_depth_192x320/fsre_depth_full_192x320.onnx
toresource/model/fsre_depth_full_192x320.onnx
- Convert model
MNNConvert.exe -f ONNX --modelFile fsre_depth_full_192x320.onnx --MNNModel fsre_depth_full_192x320.mnn --bizCode biz
- Build
pj_mnn_depth_fsre
project (this directory)
- Download the model using the following script