Pinned Repositories
Compile-Tensorflow-C--without-Bazel
Compile Tensorflow C++ without Bazel, You could create a C++ Tensorflow project in your favorite C++ IDEs and build it with Makefile or CMake and you will need to do some extra work to allow gcc to be able to compile successfully C++ Tensorflow codes. So you don't have to compile with bazel! It also approachs a method that Import OpenCV Mat into C++ Tensorflow without copying.Just convert Mat to Tensor for tensorflow run function
Deeplab_Tensorflow
DeepLab: Deep Labelling for Semantic Image Segmentation
SSD-Tensorflow
Single Shot MultiBox Detector in TensorFlow,Please pay attention to my branch about shufflenet-tensorflow.
Tensorflow_image_stylization
This is a repository of image stylization, include conditional instance normalization,conditional weight normalization,conditional stylized-params normalization,adaptive instance normalization and perceptural losses
Tensorflow_Inception_transfer_learning
transfor learning of Inception by tensorflow,include train , test, frozen graph
Tensorflow_Lite_Demo
An example Android application using TensorFLow Lite is available on Tensorflow github, Creating a project directory in tensorflow/tensorflow/contrib/lite/ , which is builted on Android studio 3.0.I have download the model of tflite format and complie the libtensorflowlite_jni.so and libtensorflowlite.jar
Tensorflow_Mobilenet_transfer_learning
transfor learning of Mobilenet by tensorflow,include train , test, frozen graph
Tensorflow_Model_object_detection
object detection by tensorflow/model
Tensorflow_Model_Slim_Classify
Train/Eval the popular network by TF-Slim,include mobilenet/shufflenet/squeezenet/resnet/inception/vgg/alexnet
YOLO_Tensorflow
YOLO( You Only Look Once,including YOLOv1,YOLOv2,YOLOv3) using tensorflow ,including train/detected and export pb script. Convert darknet weight to tensorflow.Implement YOLO with TF_Slim
Robinatp's Repositories
Robinatp/Tensorflow_Mobilenet_transfer_learning
transfor learning of Mobilenet by tensorflow,include train , test, frozen graph
Robinatp/Tensorflow_Inception_transfer_learning
transfor learning of Inception by tensorflow,include train , test, frozen graph
Robinatp/Deep-Learning-21-Examples
《21个项目玩转深度学习———基于TensorFlow的实践详解》配套代码
Robinatp/Tensorflow_tfrecord_encode_and_decode_tutorials
Example of tfrecord encode and decode
Robinatp/TransferLearningToolchain
A transfer learning toolchain for semantic segmentation