inflated_convnets_pytorch
Inflated networks
Creates inflated versions of 2D neural networks with transferred ImageNet weights for use in 3D applications
Inflate DenseNet and ResNet as per I3D with ImageNet weight transfer
148 stars
3 watching
21 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
hassony2/kinetics_i3d_pytorch | Transfers pre-trained I3D network weights from TensorFlow to PyTorch | 528 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
mattmacy/vnet.pytorch | A PyTorch implementation of V-Net for volumetric medical image segmentation | 694 |
ericsun99/shufflenet-v2-pytorch | A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification. | 430 |
jhjacobsen/pytorch-i-revnet | Deep invertible neural network implementation using PyTorch for image recognition and reconstruction tasks. | 389 |
fxia22/pointnet.pytorch | This is an implementation of the PointNet algorithm in PyTorch for 3D point cloud classification and segmentation tasks. | 2,149 |
robotlocomotion/pytorch-dense-correspondence | This project presents a method for learning dense object descriptors from self-supervised data, enabling tasks such as robotic manipulation and object recognition. | 558 |
isht7/pytorch-deeplab-resnet | A deep learning model implementation of the DeepLab ResNet architecture for image segmentation tasks. | 602 |
prlz77/resnext.pytorch | Reproduces ResNet-V3 with PyTorch for computer vision tasks | 508 |
szagoruyko/binary-wide-resnet | An implementation of a 1-bit weight neural network architecture using PyTorch | 124 |
randl/shufflenetv2-pytorch | An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
d-li14/regnet.pytorch | An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
bamos/densenet.pytorch | An implementation of a deep neural network architecture in PyTorch | 832 |
lotayou/densebody_pytorch | An implementation of CloudWalk's DenseBody paper using PyTorch | 411 |