calmiLovesAI

Results 11 repositories owned by calmiLovesAI

Basic_CNNs_TensorFlow2

523
Stars
177
Forks
Watchers

A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).

TensorFlow2.0_ResNet

298
Stars
100
Forks
Watchers

A ResNet(ResNet18, ResNet34, ResNet50, ResNet101, ResNet152) implementation using TensorFlow-2.0.

YOLOv3_TensorFlow2

103
Stars
27
Forks
Watchers

基于TensorFlow2.x实现的YOLOv3,支持在自定义数据集上训练,支持保存为TFLite模型。A tensorflow2 implementation of YOLO_V3(Supports training on custom dataset and saving as tflite models.).

TensorFlow2.0_SSD

82
Stars
44
Forks
Watchers

A tensorflow_2.0 implementation of SSD (Single Shot MultiBox Detector) .

CenterNet_TensorFlow2

21
Stars
9
Forks
Watchers

A tensorflow2.x implementation of CenterNet.

EfficientNet_TensorFlow2

31
Stars
13
Forks
Watchers

A tensorflow2 implementation of EfficientNet.

MobileNetV3_TensorFlow2

39
Stars
21
Forks
Watchers

A tensorflow2 implementation of MobileNet-V3.

ResNeXt_TensorFlow2

18
Stars
4
Forks
Watchers

A tensorflow2 implementation of ResNeXt(ResNeXt50, ResNeXt101).

TensorFlow2.0_Image_Classification

39
Stars
18
Forks
Watchers

A TensorFlow_2.0 implementation of AlexNet and VGGNet.

TensorFlow2.0_InceptionV3

30
Stars
11
Forks
Watchers

A TensorFlow_2.0 implementation of InceptionV3.