tensorflow / tensorflow/models

(Deeplab)(ios) (tflite)using deeplab on ios application

Open
#7,150 0 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

comp:lite models:research
Dominant language
Python
Stars
77.7k
Forks
44.8k
PR merge metrics
No merged PRs in 30d

Description

System information
  • What is the top-level directory of the model you are using:Deeplab
  • Have I written custom code (as opposed to using a stock example script provided in TensorFlow):no
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04):macOS
  • TensorFlow installed from (source or binary):binary
  • TensorFlow version (use command below):1.12
  • Bazel version (if compiling from source):0.27
  • CUDA/cuDNN version:Nan
  • GPU model and memory:Nan
  • Exact command to reproduce:tflite_convert ----output_format=TFLITE --inference_type=FLOAT --inference_input_type=FLOAT --input_arrays=sub_2 --input_shapes=1,513,513,3 --output_arrays=ResizeBilinear_2 --output_file=/Users/Karizma/Downloads/deeplabv3_mnv2_pascal_trainvall/frozen-513.tflite --graph_def=/Users/Karizma/Downloads/deeplabv3_mnv2_pascal_trainvall/frozen-513.pb --mean_values=128 --std_dev_values=127 --allow_custom_ops --post_training_quantize
Describe the problem

Hi, I have trained deep lab on my custom dataset(400*300) with 513 as crop size and during the test, it detects for crop with crop size 513 .
now what I need is to integrate my model on ios application, i was able to successfully convert the model to tflite .but i does not detecte anything i don't get it whats the problem
because when i tried to convert a deeplab pretrained mobilenet modellink it works for me on mobile and for my model no ,however i have tested my model (.pb model)with python code and it detects

Source code / logs

this is my model architecture i hope it will be helpful to indrestoud what's going on
Sans titre
Sans titre 2d

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.