models icon indicating copy to clipboard operation
models copied to clipboard

Models and examples built with TensorFlow

Results 305 models issues
Sort by recently updated
recently updated
newest added

# Prerequisites Please answer the following question for yourself before submitting an issue. - [x] I checked to make sure that this issue has not been filed already. ## 1....

type:docs
models:official

I trained ssd_mobilenet_v2 object detection model by https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/running_on_mobile_tf2.md and https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md and convert to tflite to run on android app https://github.com/tensorflow/examples/tree/master/lite/examples/object_detection. The object detection processing time is approximately 30ms above. I...

type:support
models:research

The MaskConver README.md is missing installation guide and steps for using in the projects directory

type:docs
models:official

Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.2.0.32 to 4.8.1.78. Release notes Sourced from opencv-python's releases. 4.8.1.78 OpenCV 4.8.1 release. Important changes: WebP security update for CVE-2023-4863 4.8.0.76 Adds cv2.typing to package. Close #869...

dependencies
python

Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies
javascript

from tensorflow.compat.v1 import estimator as tf_estimator ImportError: cannot import name 'estimator' from 'tensorflow.compat.v1'

type:support
models:official

Dear all, I am trying to retrain the classification head of faster rcnn while keeping other branches, I defined this code: import tensorflow as tf from object_detection.builders import model_builder from...

type:feature
models:research

I try to train an ssd_mobilenetv1 tflite model in wsl2 ubuntu22 with tensorflow 2.17 and python3.10. My step is: ``` git clone https://github.com/tensorflow/models.git cd models/research/ protoc object_detection/protos/*.proto --python_out=. cp object_detection/packages/tf2/setup.py...

type:bug
models:research

Fix https://github.com/tensorflow/models/issues/10474. CSVs should be text files. ## Type of change - [X] Bug fix (non-breaking change which fixes an issue) ## Tests I followed the instructions at https://github.com/tensorflow/models/blob/b4c7ea90e8e9209c568d1b59f71432cfd69bb688/research/delf/delf/python/training/README.md#prepare-the-data-for-training. ##...

models:research

Otherwise, the script fails if it doesn't exist. ## Type of change - [X] Bug fix (non-breaking change which fixes an issue) ## Tests I followed the instructions at https://github.com/tensorflow/models/blob/b4c7ea90e8e9209c568d1b59f71432cfd69bb688/research/delf/delf/python/training/README.md#prepare-the-data-for-training....

models:research