cvpr2015
Computer Vision Intro
An introduction to deep learning for computer vision using the Torch framework
869 stars
77 watching
425 forks
Language: Jupyter Notebook
last commit: about 8 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
soumith/inception.torch | A Torch implementation of a pre-trained neural network architecture used in image recognition tasks | 66 |
jwyang/jule.torch | Implementations of joint unsupervised learning algorithm for deep representations and image clusters using Torch | 289 |
torch/cutorch | Provides a CUDA backend for the PyTorch deep learning framework | 337 |
torch/demos | Torch7 tutorials and demos providing hands-on experience with the deep learning framework. | 355 |
cvondrick/torch-starter | A basic package for training neural networks in Torch7, providing a simplified starting point for developers. | 56 |
jrobchin/computer-vision-basics-with-python-keras-and-opencv | An educational tutorial on computer vision and machine learning with Python, Keras, and OpenCV, including gesture recognition as a demo project. | 432 |
ankane/torchvision-ruby | A Ruby library providing computer vision datasets, transforms, and models for use in machine learning applications. | 39 |
oke-aditya/quickvision | A PyTorch-based computer vision library providing easy-to-use APIs and customizable models for faster training | 51 |
nicholas-leonard/dp | A deep learning library for streamlining research and development using the Torch7 distribution. | 343 |
soumith/dcgan.torch | A PyTorch implementation of a deep generative model that can be used to generate images from a dataset. | 1,466 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,236 |
soumith/imagenet-multigpu.torch | A toolkit for training neural networks on the ImageNet dataset using multiple GPUs. | 402 |
keras-team/keras-cv | Provides modular computer vision components compatible with various deep learning frameworks | 1,013 |
google-research/visu3d | An abstraction layer between various deep learning frameworks and your program. | 149 |
openseg-group/openseg.pytorch | Provides a PyTorch implementation of several computer vision tasks including object detection, segmentation and parsing. | 1,191 |