Open youngstu opened 6 years ago
What kind of error do you meet? We can successfully build the project, the only need is to put the paddle library and models in the right position. We provide a pre-built app, you can download through the QR code. https://github.com/PaddlePaddle/Mobile/tree/develop/Demo/Android/AICamera#quick-install
I have tryied to run the given model such as face_mobilenet_160_91.paddle, pascal_mobilenet_300_66.paddle. Because the model size is different from camera frame size, the app cannot detect normally.
Are you sure that you can run it accurately?
Yeah, I can also build the project successfully but it can not detect anything.
After I read the project source code, I find that there is no resize process that deals with the difference in size between camera frame size and the model input size.
The pre-build app that i have tryied, it also failed to detect anying.
After I read the project source code, I find that there is no resize process that deals with the difference in size between camera frame size and the model input size.
resize
is done in c++ codes.
vivo x9s looks like that it can not detect accurately and help to fix it. thank you.
Can you help to give the right position to put model ?
Models should be put under app/src/main/assets/models
.
Why push code that bugs exist and cannot run normally to github ? And to mislead others on purpose.