You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytorch-image-models/timm/data
Ross Wightman 0f2803de7a
Move ImageNet metadata (aka info) files to timm/data/_info. Add helper classes to make info available for labelling. Update inference.py for first use.
2 years ago
..
_info Move ImageNet metadata (aka info) files to timm/data/_info. Add helper classes to make info available for labelling. Update inference.py for first use. 2 years ago
readers Support HF datasets and TFSD w/ a sub-path by fixing split, fix #1598 ... add class mapping support to HF datasets in case class label isn't in info. 2 years ago
__init__.py Move ImageNet metadata (aka info) files to timm/data/_info. Add helper classes to make info available for labelling. Update inference.py for first use. 2 years ago
auto_augment.py Remove print from auto_augment 2 years ago
config.py Cleanup resolve data config fns, add 'model' variant that takes model as first arg, make 'args' arg optional in original fn 2 years ago
constants.py
dataset.py
dataset_factory.py Support HF datasets and TFSD w/ a sub-path by fixing split, fix #1598 ... add class mapping support to HF datasets in case class label isn't in info. 2 years ago
dataset_info.py Move ImageNet metadata (aka info) files to timm/data/_info. Add helper classes to make info available for labelling. Update inference.py for first use. 2 years ago
distributed_sampler.py
imagenet_info.py Move ImageNet metadata (aka info) files to timm/data/_info. Add helper classes to make info available for labelling. Update inference.py for first use. 2 years ago
loader.py
mixup.py
random_erasing.py
real_labels.py Move ImageNet metadata (aka info) files to timm/data/_info. Add helper classes to make info available for labelling. Update inference.py for first use. 2 years ago
tf_preprocessing.py
transforms.py
transforms_factory.py