A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).
☆532Nov 24, 2021Updated 4 years ago
Alternatives and similar repositories for Basic_CNNs_TensorFlow2
Users that are interested in Basic_CNNs_TensorFlow2 are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A ResNet(ResNet18, ResNet34, ResNet50, ResNet101, ResNet152) implementation using TensorFlow-2.0.☆345Aug 28, 2021Updated 4 years ago
- A tensorflow2 implementation of EfficientNet.☆29Sep 30, 2019Updated 6 years ago
- A tensorflow2 implementation of MobileNet-V3.☆41Oct 15, 2019Updated 6 years ago
- A tensorflow_2.0 implementation of SSD (Single Shot MultiBox Detector) .☆83Oct 27, 2021Updated 4 years ago
- A TensorFlow_2.0 implementation of AlexNet and VGGNet.☆37Jan 6, 2023Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 🙄 Difficult algorithm, Simple code.☆1,701Mar 25, 2023Updated 3 years ago
- A tensorflow2 implementation of ResNeXt(ResNeXt50, ResNeXt101).☆19Feb 3, 2020Updated 6 years ago
- Train ResNet on ImageNet in Tensorflow 2.0; ResNet 在ImageNet上完整训练代码☆84Sep 25, 2020Updated 5 years ago
- A TensorFlow_2.0 implementation of InceptionV3.☆37Nov 5, 2019Updated 6 years ago
- A tensorflow2 implementation of Inception_V4, Inception_ResNet_V1 and Inception_ResNet_V2.☆19Oct 8, 2019Updated 6 years ago
- tensorflow 2.0 ssd☆13May 8, 2024Updated 2 years ago
- 🔥 TensorFlow Code for technical report: "YOLOv3: An Incremental Improvement"☆3,612Jul 4, 2024Updated 2 years ago
- 基于TensorFlow2.x实现的YOLOv3,支持在自定义数据集上训练,支持保存为TFLite模型。A tensorflow2 implementation of YOLO_V3(Supports training on custom dataset and savin…☆103Oct 14, 2021Updated 4 years ago
- Yolov5 tensorflow实现☆12Sep 4, 2020Updated 5 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite☆2,256May 12, 2024Updated 2 years ago
- CBAM(Convolutional Block Attention Module) implementation on TensowFlow2.0☆74Dec 23, 2020Updated 5 years ago
- Simple Tensorflow implementation of "Squeeze and Excitation Networks" using Cifar10 (ResNeXt, Inception-v4, Inception-resnet-v2)☆756Aug 14, 2018Updated 7 years ago
- yolo 4th edition implemented by tensorflow2.0☆189May 19, 2020Updated 6 years ago
- ☆13Jun 17, 2021Updated 5 years ago
- Simple Tensorflow implementation of "GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond"☆39Apr 27, 2019Updated 7 years ago
- ResNeSt: Split-Attention Networks for Tensorflow2☆25May 3, 2022Updated 4 years ago
- tensorflow 2.x version of ResNeSt,RegNet,DETR☆129Sep 10, 2021Updated 4 years ago
- EfficientDet (Scalable and Efficient Object Detection) implementation in Keras and Tensorflow☆1,453Oct 3, 2023Updated 2 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- yolov4 base on keras of tf2+, tf2 support perfectly☆14Jan 7, 2021Updated 5 years ago
- A tensorflow2.x implementation of EfficientDet: Scalable and Efficient Object Detection.☆12Jun 9, 2020Updated 6 years ago
- TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实…☆6,345Sep 23, 2020Updated 5 years ago
- YoloV3 Implemented in Tensorflow 2.0☆2,513Aug 30, 2024Updated last year
- TensorFlow implementation of GhostNet: More Features from Cheap Operations.☆10Feb 6, 2020Updated 6 years ago
- reimplement efficientnet use tf.keras tf2.0☆17Jun 6, 2019Updated 7 years ago
- 本项目主要对原tensorflow-yolov3版本做了许多细节上的改进,增加了TensorFlow-Serving工程部署,训练了多个数据集,包括Visdrone2019, 安全帽等, 安全帽mAP在98%左右, 推理速度1080上608的尺寸大概25fps.☆386Nov 22, 2022Updated 3 years ago
- Coordinate transformation || Lidar Point Clouds projected to Camera Image plane☆10Aug 14, 2019Updated 6 years ago
- object detection using yolo3 with tensorflow-2.x☆41Dec 27, 2019Updated 6 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- A Tensorflow 2.0 implementation of Squeeze and Excitation ResNet50 Networks (SEResNet)☆14Jun 14, 2020Updated 6 years ago
- tensorflow2中文教程,持续更新(当前版本:tensorflow2.0),tag: tensorflow 2.0 tutorials☆7,782Dec 9, 2020Updated 5 years ago
- tensorflow2.0 implementation of Yolov3☆34Apr 22, 2019Updated 7 years ago
- This script implements the tensorflow1.x and keras model into a caffe inference model.☆14Mar 21, 2020Updated 6 years ago
- 本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可☆3,824Mar 17, 2023Updated 3 years ago
- yolov5 pth convert tensorrt and inference☆14Nov 18, 2021Updated 4 years ago
- Tensorflow2.0下运行目标检测网络Centernet(基于see--的keras-centernet)☆35Mar 24, 2023Updated 3 years ago