flownet2-pytorch
Optical flow estimator
A deep learning framework implementing an optical flow estimation model using PyTorch.
Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
3k stars
56 watching
740 forks
Language: Python
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
clementpinard/flownetpytorch | PyTorch implementation of a neural network architecture for estimating the optical flow between frames in videos | 850 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 83,959 |
nvidia/tacotron2 | This PyTorch implementation provides a toolkit for speech synthesis using a deep neural network architecture. | 5,099 |
yunjey/pytorch-tutorial | A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. | 30,251 |
jfzhang95/pytorch-deeplab-xception | A PyTorch implementation of the DeepLab-V3-Plus model with support for multiple backbones and datasets | 2,910 |
rosinality/stylegan2-pytorch | An implementation of StyleGAN 2 in PyTorch for image generation and analysis. | 2,741 |
pkmital/tensorflow_tutorials | A collection of examples and tutorials illustrating various applications and use cases of TensorFlow in Python | 5,642 |
pyg-team/pytorch_geometric | A PyTorch-based library for training and applying Graph Neural Networks to structured data | 21,382 |
facebookresearch/dinov2 | A PyTorch implementation of a self-supervised learning method for learning robust visual features without supervision. | 9,211 |
nvidia/apex | Tools for streamlined mixed precision and distributed training in PyTorch | 8,407 |
pytorch/examples | A collection of curated examples showcasing various PyTorch applications in computer vision, natural language processing, and reinforcement learning. | 22,428 |
nvlabs/stylegan2-ada-pytorch | An official PyTorch implementation of the StyleGAN2-ADA algorithm for generating images with a focus on stability and performance. | 4,126 |
dsgiitr/d2l-pytorch | An open-source implementation of the popular book 'Dive Into Deep Learning' in PyTorch | 4,244 |
qubvel-org/segmentation_models.pytorch | A PyTorch library for building and training neural networks for image segmentation tasks. | 9,696 |
moskomule/senet.pytorch | An implementation of Squeeze-and-Excitation Networks (SE-Nets) for deep learning image classification tasks | 2,285 |