models
models copied to clipboard
Models and examples built with TensorFlow
# Prerequisites Please answer the following question for yourself before submitting an issue. - [x] I checked to make sure that this feature has not been requested already. ## 1....
I encountered a small problem when training tensorflow ssd_mobilenet model on Google colab. There were no problems with data set processing and preprocessing model import. However, during the final training,...
# Description End to End Notebook for Object Detection on BCCD dataset using YOLOv7 using Model Garden ## Type of change - [x] Other (YOLOv7 Notebook) ## Checklist - [x]...
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [x] I...
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [x] I...
In the documentation that is provided for MoViNet tutorial, it says we will download MoViNet-A0-Stream. But In the code MoViNet-A2 is downloaded and used.
On my jetson nano : when using models/research/object_detection/exporter_main_v2.py i got the error "ImportError: cannot import name 'builder' It was working great 1-2 years ago ... :-( but when I try...
Now that TF 2.16 is released which makes Keras 3 the default, it would be great if the official models would be compatible with Keras 3 too. Are there any...
### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: Yes - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:...
Error got during object detection training with ssd_mobilenet_v2_quantized_300x300_coco model. I am running below command to start the training: `python ../../models/research/object_detection/model_main.py --pipeline_config_path=./ssd_mobilenet_v2_quantized_300x300_coco.config --model_dir=./training/ --num_train_steps=2000000 --sample_1_of_n_eval_examples=1 --alsologtostderr` Training was going fine till...