examples
examples copied to clipboard
TensorFlow examples
1. Save the model into checkpoint at the end of training epoch. 2. Add the script to do the single sentence's inference.
If you remove the camera from detected object, then the tracker will stop tracking. And the rectangle will disappeare.
- 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...
- 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...
- 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...
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...
Updated Python dependency to 3.7 at line 13 .
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