Closed CheungBH closed 4 years ago
@CheungBH Mace can run on PC with no optimization,you can reference Advanced usage for Bazel users and set the target_abis
to [host]
in the yml file.
Well, I see. By the way, after converting the model with setting the target_abis to [host], how can I deploy it on PC? Are there any simple demos like image classification or object detection on PC with a converted mace model?
@CheungBH , Sorry, there is no demos for PC, MACE is developed for mobile devices. Perhaps you can reference the code in /mace/mace/tools/mace_run.cc
file and write your own app on PC.
Thank you. BTW, are there any official demos apart from image classification? like object detection and pose estimation, etc.
Hello. I wonder whether the converted models can be run on the PC. If so, are there any examples for deployment?