Skip to content
#

image-classification

Here are 4,057 public repositories matching this topic...

albumentations
BloodAxe
BloodAxe commented Oct 6, 2021

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

label-studio
gluon-cv
JiaMingLin
JiaMingLin commented Aug 3, 2021

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

willsmithorg
willsmithorg commented Dec 26, 2021

Could FeatureTools be implemented as an automated preprocessor to Autogluon, adding the ability to handle multi-entity problems (i.e. Data split across multiple normalised database tables)? So if you supply Autogluon with a list of Dataframes instead of a single Dataframe it would first invoke FeatureTools:

  • take the multiple Dataframes (entities) and try to auto-infer the relationship betwee

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)

  • Updated Apr 25, 2021
  • Python

Improve this page

Add a description, image, and links to the image-classification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the image-classification topic, visit your repo's landing page and select "manage topics."

Learn more