models
models copied to clipboard
Models and examples built with TensorFlow
I've got this issue ValueError: Unknown ssd feature_extractor: ssd_mobilenet_v2_fpn_keras Tensorflow : 1.15 Python: 3.7 How should I fix it?
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [v] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [v] I...
I am trying to convert the "face_landmark.tflite" file in mediapipe solution (https://github.com/google-ai-edge/mediapipe) back to face_landmark.pb (protobuf file). I am working with C# code and unable to find any wrapper frameworks...
How can we use label smoothing in Tensorflow object detection API? I want to use label smoothing, but I don't how to configure. I have two guesses: 1. Train with...
## 1. The entire URL of the file you are using https://sites.google.com/site/brainrobotdata/home/multiview-pouring ## 2. Describe the bug I tried to download Multiview Pouring Dataset (https://sites.google.com/site/brainrobotdata/home/multiview-pouring) but the download link did...
The implementation [here](https://github.com/tensorflow/models/blob/485ec4049db7ae9b4541c09bf7a67c2638192773/research/slim/nets/inception_resnet_v2.py) and perpetuated [in Keras](https://github.com/keras-team/keras/blob/f6c4ac55692c132cd16211f4877fac6dbeead749/keras/src/applications/inception_resnet_v2.py#L16-L243) of Inception-ResNet-v2 and [the paper](https://arxiv.org/pdf/1602.07261) are riddled with inconsistencies both between one another, and within the publication itself. Perhaps I am missing something...
I'm using the following commands to install TFOD 2. https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2.md there is this specific command - python -m pip install --use-feature=2020-resolver . when i run this, the installation keeps on...
I'm training my custom model with EfficientDet D0 but after 700 steps I am getting loss as nan value. Is there someone who has the same problem? TensorFlow 2.3.0 with...
# Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and context. > * List any dependencies that are required for...
# Description The mean pixel value should be weighted average of the histogram. [google-research/big_vision](https://github.com/google-research/big_vision) and [tensorflow/tpu](https://github.com/tensorflow/tpu) have the same bug so ideally should be fixed in the same way. ##...