tensorflow / tensorflow/models
mobilenetv3 tflite model input image size 320x320 crash in android
@pkulzc is already working on this.
Since Jun 19, 2020.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
I used tensorflow object detection api to train MobileNetV3,https://github.com/tensorflow/models/blob/master/research/object_detection/samples/configs/ssdlite_mobilenet_v3_large_320x320_coco.config, Android Project At https://github.com/tensorflow/examples/tree/master/lite/examples/object_detection/android ,but crash, my input image size is 320. because ssdlite_mobilenet_v3_large_320x320_coco.config , default is 320, I used mobilenetv2 input image size is 300 ,and is right not crash , I don't how to modify. android log error: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x20 in tid 5931 (inference)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.