-
Updated
Mar 27, 2022 - Python
{{ message }}
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
cvpr2022/cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理
Best Practices, code samples, and documentation for Computer Vision.
Describe the bug
I am trying to label Hebrew text (RTL language). When labels are attached to the text, the words of the text are mixed and not shown in their original order.
To Reproduce
Steps to reproduce the behavior:
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
I want to access the traefik dashboard. I have cvat setup on a server with https. I modified the docker-compose.https.yml according to the comment for using the traefik dashboard. So included the lin
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
Curated list of Machine Learning, NLP, Vision, Recommender Systems Project Ideas
Hi,
I need to download the something-to-something and jester datasets. But the 20bn website "https://20bn.com" are not available for weeks, the error message is "503 Service Temporarily Unavailable".
I have already downloaded the video data of something-to-something v2, and I need the label dataset. For the Jester, I need both video and label data. Can someone share me the
An absolute beginner's guide to Machine Learning and Image Classification with Neural Networks
Related: awslabs/autogluon#1479
Add a scikit-learn compatible API wrapper of TabularPredictor:
Required functionality (may need more than listed):
Differentiable architecture search for convolutional and recurrent networks
A treasure chest for visual recognition powered by PaddlePaddle
A library for transfer learning by reusing parts of TensorFlow models.
Accelerated deep learning R&D
Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)
Sandbox for training deep learning networks
Resources for deep learning with satellite & aerial imagery
Deep Learning API and Server in C++14 support for Caffe, PyTorch,TensorRT, Dlib, NCNN, Tensorflow, XGBoost and TSNE
Nudity detection with JavaScript and HTMLCanvas
A curated list of deep learning image classification papers and codes
Implementation of EfficientNet model. Keras and TensorFlow Keras.
ICCV2021/2019/2017 论文/代码/解读/直播合集,极市团队整理
A (PyTorch) imbalanced dataset sampler for oversampling low frequent classes and undersampling high frequent ones.
Labelbox is the fastest way to annotate data to build and ship computer vision applications.
with video_demo.py about 20% speed compared to your 1.0 repo. but thanks much for sharing!
Use of Attention Gates in a Convolutional Neural Network / Medical Image Classification and Segmentation
Add a description, image, and links to the image-classification topic page so that developers can more easily learn about it.
To associate your repository with the image-classification topic, visit your repo's landing page and select "manage topics."
Enhancement
A discussion in #614 revealed a good place for improvement - we should ensure that input image is continuous upon start of the augmentation pipeline. This could be implemented by adding
image = np.ascontiguousarray(image)to image and mask targets.A proposed place to add this call - somewhere at the beginning of
A.Compose.__call__.