Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tf Faster Rcnn | 3,595 | 2 years ago | 215 | mit | Python | |||||
Tensorflow Faster RCNN for Object Detection | ||||||||||
Fastmaskrcnn | 3,041 | 3 years ago | 143 | apache-2.0 | Python | |||||
Mask RCNN in TensorFlow | ||||||||||
Faster Rcnn_tf | 2,350 | 2 years ago | 270 | mit | Python | |||||
Faster-RCNN in Tensorflow | ||||||||||
Dl Colab Notebooks | 1,314 | 2 years ago | 11 | Jupyter Notebook | ||||||
Try out deep learning models online on Google Colab | ||||||||||
Tffrcnn | 900 | 5 years ago | 101 | mit | Python | |||||
FastER RCNN built on tensorflow | ||||||||||
Faster Rcnn Tensorflow Python3 | 593 | 4 months ago | 15 | mit | Python | |||||
Tensorflow Faster R-CNN for Windows/Linux and Python 3 (3.5/3.6/3.7) | ||||||||||
Keras Rcnn | 496 | 1 | 4 years ago | 1 | June 26, 2017 | 72 | other | Python | ||
Keras package for region-based convolutional neural networks (RCNNs) | ||||||||||
R2cnn_faster Rcnn_tensorflow | 475 | 4 years ago | 13 | mit | Python | |||||
Rotational region detection based on Faster-RCNN. | ||||||||||
Kittibox | 384 | 6 years ago | 30 | mit | Python | |||||
A car detection model implemented in Tensorflow. | ||||||||||
Object Detection Tensorflow | 272 | 3 years ago | n,ull | mit | Python | |||||
Object Detection API Tensorflow |
Mask RCNN in TensorFlow
This repo attempts to reproduce this amazing work by Kaiming He et al. : Mask R-CNN
./libs/datasets/pycocotools
and run make
./data
, then run python download_and_convert_data.py
to build tf-records. It takes a while.wget http://download.tensorflow.org/models/resnet_v1_50_2016_08_28.tar.gz
, unzip it, place it into ./data/pretrained_models/
./libs
and run make
python train/train.py
for trainingThis repo borrows tons of code from
See LICENSE for details.