xception topic

List xception repositories

Xception-with-Your-Own-Dataset

58
Stars
33
Forks
Watchers

Easy-to-use scripts for training and inferencing with Xception on your own dataset

DeepLab_v3_plus

87
Stars
20
Forks
Watchers

This is an ongoing re-implementation of DeepLab_v3_plus on pytorch which is trained on VOC2012 and use ResNet101 for backbone.

Tensorflow_Model_Slim_Classify

45
Stars
20
Forks
Watchers

Train/Eval the popular network by TF-Slim,include mobilenet/shufflenet/squeezenet/resnet/inception/vgg/alexnet

covid19

28
Stars
11
Forks
Watchers

Covid-19 and Pneumonia detection from X-ray Images from the paper: https://doi.org/10.1016/j.imu.2020.100360

Image-Captioning-with-Beam-Search

21
Stars
3
Forks
Watchers

Generating image captions using Xception Network and Beam Search in Keras - My Bachelor's thesis project

Face-Mask-Detection-Tf2.x

24
Stars
6
Forks
Watchers

An approach to detecting face masks in crowded places built using RetinaNet Face for face mask detection and Xception network for classification.

pytorch-facial-expression-recognition

56
Stars
8
Forks
Watchers

Lightweight Facial Expression(emotion) Recognition model

Skin_Disease_AI

46
Stars
14
Forks
Watchers

A Python-based computer vision and AI system for skin disease recognition and diagnosis. Led end-to-end project pipeline, including data gathering, preprocessing, and training models. Utilized Keras,...

pytorch-eyeblink-detection

20
Stars
10
Forks
Watchers

Simple Eye Blink Detection with CNN

PyTorch_DeepLab

16
Stars
3
Forks
Watchers

Here is an implementation of DeepLabv3+ in PyTorch(1.7). It supports many backbones and datasets.