calmiLovesAI / Basic_CNNs_TensorFlow2
A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).
☆526Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for Basic_CNNs_TensorFlow2
- A ResNet(ResNet18, ResNet34, ResNet50, ResNet101, ResNet152) implementation using TensorFlow-2.0.☆322Updated 3 years ago
- A Keras implementation of MobileNetV3.☆238Updated 4 years ago
- CBAM implementation on Keras☆360Updated 3 years ago
- YOLO v3 物体检测算法☆631Updated 5 years ago
- 本项目主要对原tensorflow-yolov3版本做了许多细节上的改进,增加了TensorFlow-Serving工程部署,训练了多个数据集,包括Visdrone2019, 安全帽等, 安全帽mAP在98%左右, 推理速度1080上608的尺寸大概25fps.☆381Updated last year
- I transfer the backend of yolov3 into Mobilenetv1,VGG16,ResNet101 and ResNeXt101☆563Updated 2 years ago
- 这是一个YoloV4-keras的源码,可以用于训练自己的模型。☆491Updated last year
- yolo 4th edition implemented by tensorflow2.0☆190Updated 4 years ago
- Simple Tensorflow implementation of "Squeeze and Excitation Networks" using Cifar10 (ResNeXt, Inception-v4, Inception-resnet-v2)☆756Updated 6 years ago
- A Keras implementation of MobileNetV2.☆320Updated 5 years ago
- yolov4 42.0% mAP.ppyolo 45.1% mAP.☆446Updated 3 years ago
- Unofficial implementation of MobileNetV3 architecture described in paper Searching for MobileNetV3.☆226Updated 5 years ago
- 🙄 Difficult algorithm, Simple code.☆1,712Updated last year
- keras implementation of Faster R-CNN☆334Updated last year
- tensorflow GoogleNet inception V1 V2 V3 V4☆940Updated 4 years ago
- yolov3 with mobilenetv2 and efficientnet☆291Updated last year
- Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.