calmiLovesAI
calmiLovesAI
Basic_CNNs_TensorFlow2
A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).
TensorFlow2.0_ResNet
A ResNet(ResNet18, ResNet34, ResNet50, ResNet101, ResNet152) implementation using TensorFlow-2.0.
YOLOv3_TensorFlow2
基于TensorFlow2.x实现的YOLOv3,支持在自定义数据集上训练,支持保存为TFLite模型。A tensorflow2 implementation of YOLO_V3(Supports training on custom dataset and saving as tflite models.).
TensorFlow2.0_SSD
A tensorflow_2.0 implementation of SSD (Single Shot MultiBox Detector) .
EfficientNet_TensorFlow2
A tensorflow2 implementation of EfficientNet.
MobileNetV3_TensorFlow2
A tensorflow2 implementation of MobileNet-V3.
ResNeXt_TensorFlow2
A tensorflow2 implementation of ResNeXt(ResNeXt50, ResNeXt101).
TensorFlow2.0_Image_Classification
A TensorFlow_2.0 implementation of AlexNet and VGGNet.
TensorFlow2.0_InceptionV3
A TensorFlow_2.0 implementation of InceptionV3.