tensorflow / tensorflow/models

mobilenetv3 tflite model input image size 320x320 crash in android

Open
#7,733 4 comments 1 reaction 3 assignees View on GitHub

@pkulzc is already working on this.

Since Jun 19, 2020.

models:research:odapi type:support
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.