Landanjs / tf.faster-rcnn

Faster R-CNN implementation in Tensorflow for learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of faster-RCNN in Tensorflow.

Using this to practice with TensorFlow in Python, TensorFlow in C++, and TensorRT
Currently, I have a ResNet model working well on CIFAR-10.

Models Accuracy (on CIFAR-10)
ResNet-18 91.4 %

About

Faster R-CNN implementation in Tensorflow for learning


Languages

Language:Python 100.0%