resnet-18 topic
multi-label-classification
基于tf.keras的多标签多分类模型
tensorbag
Collection of tensorflow notebooks tutorials for implementing some basic Deep Learning architectures.
lookahead_pytorch
pytorch implement of Lookahead Optimizer
MobilePose
Light-weight Single Person Pose Estimator
easy-faster-rcnn.pytorch
An easy implementation of Faster R-CNN (https://arxiv.org/pdf/1506.01497.pdf) in PyTorch.
easy-fpn.pytorch
An easy implementation of FPN (https://arxiv.org/pdf/1612.03144.pdf) in PyTorch.
DeepFake-Detection
Towards deepfake detection that actually works
ros2_torch_trt
ROS 2 packages for PyTorch and TensorRT for real-time classification and object detection on Jetson Platforms
CEAL_keras
Implementation of "Cost-Effective Active Learning for Deep Image Classification" paper
Img2VecCosSim-Django-Pytorch
Extract a feature vector for any image and find the cosine similarity for comparison using Pytorch. I have used ResNet-18 to extract the feature vector of images. Finally a Django app is developed to...