Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tensorflow Examples | 42,312 | 5 months ago | 218 | other | Jupyter Notebook | |||||
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2) | ||||||||||
Stylegan | 12,815 | 7 months ago | 11 | other | Python | |||||
StyleGAN - Official TensorFlow Implementation | ||||||||||
Dcgan Tensorflow | 6,761 | 2 years ago | 183 | mit | JavaScript | |||||
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks" | ||||||||||
Open_nsfw | 5,230 | 4 years ago | 41 | bsd-2-clause | Python | |||||
Not Suitable for Work (NSFW) classification using deep neural network Caffe models. | ||||||||||
Stargan V2 | 2,896 | 9 months ago | 84 | other | Python | |||||
StarGAN v2 - Official PyTorch Implementation (CVPR 2020) | ||||||||||
Transfer Learning Library | 2,364 | 2 days ago | 2 | July 24, 2020 | 12 | mit | Python | |||
Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization | ||||||||||
Semantic Segmentation Suite | 2,311 | 2 years ago | 83 | Python | ||||||
Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily! | ||||||||||
Neural Redis | 2,176 | 5 years ago | 15 | bsd-3-clause | C | |||||
Neural networks module for Redis | ||||||||||
Surface Defect Detection | 1,614 | 2 months ago | 11 | mit | Python | |||||
📈 目前最大的工业缺陷检测数据库及论文集 Constantly summarizing open source dataset and critical papers in the field of surface defect research which are of great importance. | ||||||||||
Handtracking | 1,473 | a year ago | 15 | mit | Python | |||||
Building a Real-time Hand-Detector using Neural Networks (SSD) on Tensorflow |
CvPytorch
CvPytorch is an open source COMPUTER VISION toolbox based on PyTorch.
[x] (VGG) VGG: Very Deep Convolutional Networks for Large-Scale Image Recognition
[x] (ResNet) ResNet: Deep Residual Learning for Image Recognition
[x] (DenseNet) DenseNet: Densely Connected Convolutional Networks
[x] (ShuffleNet) ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices
[x] (ShuffleNet V2) ShuffleNet V2: Practical Guidelines for Ecient CNN Architecture Design
[ ] (SSD) SSD: Single Shot MultiBox Detector
[ ] (Faster R-CNN) Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
[ ] (YOLOv3) YOLOv3: An Incremental Improvement
[ ] (YOLOv5)
[ ] (FPN) FPN: Feature Pyramid Networks for Object Detection
[x] (FCOS) FCOS: Fully Convolutional One-Stage Object Detection
[ ] (FCN) Fully Convolutional Networks for Semantic Segmentation
[x] (Deeplab V3+) Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation
[x] (PSPNet) Pyramid Scene Parsing Network
[x] (ENet) A Deep Neural Network Architecture for Real-Time Semantic Segmentation
[x] (U-Net) Convolutional Networks for Biomedical Image Segmentation
[x] (SegNet) A Deep ConvolutionalEncoder-Decoder Architecture for ImageSegmentation
For this example, we will use COCO dataset with yolov5l.yaml
. Feel free to use your own custom dataset and configurations.
$ python trainer.py --setting 'conf/hymenoptera.yml'
$ python -m torch.distributed.launch --nproc_per_node=2 trainer.py --setting 'conf/hymenoptera.yml'
MIT License
Copyright (c) 2020 min liu