models
models copied to clipboard
Models and examples built with TensorFlow
### System information - **What is the top-level directory of the model you are using**: - **Have I written custom code (as opposed to using a stock example script provided...
Isn't the standard COCO panoramic segmentation dataset only using 133 classes? Why is 201 classes defined? Did it use more data? Can you provide a dataset of 201 categories?
# Description ### Summary This PR adds documentation for the IdentityResizer message in the image_resizer.proto file under the Object Detection API. ### Motivation and Context The IdentityResizer option was previously...
# Description > :memo: Please include a summary of the change. > > * Please also include relevant motivation and context. > * List any dependencies that are required for...
**TensorFlow’s R-CNN implementation is completely broken. It does not work at all, wasting developers’ time and causing frustration. If this feature is non-functional, it should be removed from the official...
I would appreciate it if you could tell me whether the pre-trained licenses that are automatically downloaded from Google Cloud Storage are included in the Tensorflow license (Apache 2.0) ....
### System information - What is the top-level directory of the model you are using: tensorflow/models - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 64bit - TensorFlow...
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [ yes] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [...
“Export a Streaming Model to TensorFlow Lite for Mobile” https://colab.research.google.com/github/tensorflow/models/blob/master/official/projects/movinet/movinet_tutorial.ipynb#scrollTo=W3CLHvubvdSI how to export a base Model to TensorFlow Lite for Mobile?
I am trying to implement FCN from scratch on Pascal VOC 2012 after studying the [paper.](https://arxiv.org/pdf/1605.06211.pdf) But every time I try to train it memory goes out. I tried :...