resnet-18 topic

List resnet-18 repositories

multi-label-classification

84
Stars
24
Forks
Watchers

基于tf.keras的多标签多分类模型

tensorbag

26
Stars
13
Forks
Watchers

Collection of tensorflow notebooks tutorials for implementing some basic Deep Learning architectures.

lookahead_pytorch

184
Stars
31
Forks
Watchers

pytorch implement of Lookahead Optimizer

MobilePose

627
Stars
149
Forks
Watchers

Light-weight Single Person Pose Estimator

easy-faster-rcnn.pytorch

166
Stars
57
Forks
Watchers

An easy implementation of Faster R-CNN (https://arxiv.org/pdf/1506.01497.pdf) in PyTorch.

easy-fpn.pytorch

122
Stars
21
Forks
Watchers

An easy implementation of FPN (https://arxiv.org/pdf/1612.03144.pdf) in PyTorch.

DeepFake-Detection

508
Stars
186
Forks
Watchers

Towards deepfake detection that actually works

ros2_torch_trt

91
Stars
14
Forks
Watchers

ROS 2 packages for PyTorch and TensorRT for real-time classification and object detection on Jetson Platforms

CEAL_keras

35
Stars
13
Forks
Watchers

Implementation of "Cost-Effective Active Learning for Deep Image Classification" paper

Img2VecCosSim-Django-Pytorch

21
Stars
7
Forks
Watchers

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...