examples icon indicating copy to clipboard operation
examples copied to clipboard

TensorFlow examples

Results 158 examples issues
Sort by recently updated
recently updated
newest added

1. Save the model into checkpoint at the end of training epoch. 2. Add the script to do the single sentence's inference.

cla: yes

detect_picamera.py

cla: yes

If you remove the camera from detected object, then the tracker will stop tracking. And the rectangle will disappeare.

cla: yes
ready to pull

- Face aging with Age-cGAN model implementation as part of GSoC 2019 proposal. - The model has been implemented from the paper [[Arxiv Link](https://arxiv.org/abs/1702.01983)]. - The code follows the recommended...

cla: yes

- StackGAN model implementation as part of GSoC 2019 proposal. - The model has been implemented from the [paper](https://arxiv.org/pdf/1612.03242.pdf). - The code follows the recommended python guidelines and is compatible...

cla: yes

- TF 2.0 compatible Mask R-CNN model adapted from the Matterport implementation. - Performance improvements with lesser parameters and improved residual blocks. - Parallelized training with GPUs and an assortment...

cla: yes

Data exported from CVAT to the Pascal VOC format does not have the truncated, difficult, or pose fields. It also specifies coordinates using float values instead of ints. This code...

size:S
awaiting review

Updated Python dependency to 3.7 at line 13 .

size:XS
awaiting review

After cloning the repo, I couldn't build the app and got an Gradle error like I reported here: https://github.com/tensorflow/tensorflow/issues/57479 I solved this issue by adding the missing gradle-wrapper.properties file

size:XS
awaiting review