本仓库我将使用谷歌TensorFlow2框架逐一复现经典的卷积神经网络:LeNet、AlexNet、VGG系列、GooLeNet、ResNet 系列、DenseNet 系列,以及现在比较经典的目标检测网络、语义分割网络等。
☆356Apr 18, 2022Updated 4 years ago
Alternatives and similar repositories for DeepLearning-TensorFlow2
Users that are interested in DeepLearning-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:
- From this repository, you can learn some classic object detection frameworks.☆11May 30, 2022Updated 4 years ago
- Yolov5 tensorflow实现☆12Sep 4, 2020Updated 6 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
- 基于卷积神经网络的交通标志识别模型,通过TensorFlow构建LeNet-5模型,并使用GTSRB德国交通标志数据集进行训练,所划分的测试集最终准确度超过98%,原数据集自带的测 试数据准确度超过95%,实现了较好的交通标志识别模型。☆11Jun 26, 2022Updated 4 years ago
- A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, Squee…☆532Nov 24, 2021Updated 4 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- tensorflow 2.0 ssd☆13May 8, 2024Updated 2 years ago
- ⛵️ Implementation a variety of popular Image Classification Models using TensorFlow2. [ResNet, GoogLeNet, VGG, Inception-v3, Inception-v4…☆106May 5, 2020Updated 6 years ago
- 🙄 Difficult algorithm, Simple code.☆1,697Mar 25, 2023Updated 3 years ago
- A ResNet(ResNet18, ResNet34, ResNet50, ResNet101, ResNet152) implementation using TensorFlow-2.0.☆345Aug 28, 2021Updated 5 years ago
- EfficientDet with Intel OpenVINO☆11Mar 14, 2023Updated 3 years ago
- 本专栏我将搭建一些经典的语义分割网路,用于对场景中的目标进行分割。☆18Jul 24, 2021Updated 5 years ago
- OpenVINO Post-Training Optimization Toolkit Tutorial☆17Sep 28, 2020Updated 5 years ago
- 基于Tensorflow的常用模型,包括分类分割、新型激活、卷积模块,可在Tensorflow2.X下运行。☆182Jun 27, 2020Updated 6 years ago
- 汇总了计算机视觉中图像分类、目标检测、语义分割 的一些经典算法,使用pytorch实现,欢迎学习下载☆19Dec 8, 2021Updated 4 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 这是一个faster-rcnn的tensorflow2实现的库,可以利用voc数据集格式的数据进行训练。☆174Jan 5, 2023Updated 3 years ago
- 本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可☆3,822Mar 17, 2023Updated 3 years ago
- ☆13Mar 18, 2024Updated 2 years ago
- Modified Residual U-Net (ResUnet) for Image Segmentation☆42Jul 3, 2024Updated 2 years ago
- 2022本科毕业设计——基于卷积神经网络的红外图像非均匀性校正☆14Oct 25, 2022Updated 3 years ago
- 这是一个ssd-tf2(tensorflow2)的源码,可以用于训练自己的模型。☆138Jan 5, 2023Updated 3 years ago
- reimplement efficientnet use tf.keras tf2.0☆17Jun 6, 2019Updated 7 years ago
- A TensorFlow_2.0 implementation of InceptionV3.☆37Nov 5, 2019Updated 6 years ago
- An implement of origin faster-rcnn based on tensorflow 2.x and visualize it.使用Tensorflow2.x实现了faster-rcnn并可视化算法运行流程☆44Dec 9, 2020Updated 5 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 基于keras集成多种图像分类模型: VGG16、VGG19、InceptionV3、Xception、MobileNet、AlexNet、LeNet、ZF_Net、ResNet18、ResNet34、ResNet50、ResNet_101、ResNet_152、Dense…☆472Nov 21, 2022Updated 3 years ago
- 这是一个yolo4-tf2(tensorflow2)的源码,可以用于训练自己的模型。☆311Jul 9, 2023Updated 3 years ago
- 使用深度学习的缺陷检测与小目标检测☆23Jan 27, 2021Updated 5 years ago
- 这是一个yolox-tf2的源码,可以用于训练自己的模型。☆72Oct 23, 2022Updated 3 years ago
- Rubik ESP32 esp-idf Device driver library.☆12Jul 3, 2021Updated 5 years ago
- 将DOTA数据集制作成VOC格式,包含类别选择,图片分割,标签抓取,txt2xml,重命名,索引制作等六个步骤。☆18Jun 28, 2021Updated 5 years ago
- NetCalib: A Novel Approach for Lidar-Camera Auto-calibration Based on Deep Learning☆16Nov 5, 2021Updated 4 years ago
- 分类CIFAR10数据的小分类器,为了交作业写的(基于TensorFlow源码),分别使用基础的CNN和ResNet两个网络进行了比对,同时是一个很典型的TensorFlow分类器DEMO☆13Jul 13, 2018Updated 8 years ago
- 这是Mobilenet-SSD的论文版,可用于训练与预测。☆84Jan 5, 2023Updated 3 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 基于tensorflow的的cnn卷积神经网络的图像识别分类☆127Nov 14, 2018Updated 7 years ago
- demo project of <A Surface Defect Detection Method Based on Positive Samples>, deployed in pytorch☆44May 7, 2020Updated 6 years ago
- A tensorflow2 implementation of MobileNet-V3.☆41Oct 15, 2019Updated 6 years ago
- Use TensorFlow object detection API and MobileNet SSDLite model to train a pedestrian detector by using VOC 2007 + 2012 dataset☆36Sep 4, 2020Updated 6 years ago
- Camera Self-Calibration Using Human Faces☆10Apr 12, 2023Updated 3 years ago
- deep learning for image processing including classification and object-detection etc.☆26,391Jan 1, 2026Updated 8 months ago
- CNN经典网络结构复现:LeNet5、AlexNet、VGG、ResNet、InceptionNet等。☆104Apr 25, 2021Updated 5 years ago