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/parsers
Ross Wightman 229ac6b8d8
Fix alternate label handling in WDS parser to skip invalid alt labels
2 years ago
..
__init__.py More dataset work including factories and a tensorflow datasets (TFDS) wrapper 3 years ago
class_map.py Dataset work 3 years ago
constants.py More work on dataset / parser split and imagenet21k (tar) support 3 years ago
parser.py Initial commit for dataset / parser reorg to support additional datasets / types 3 years ago
parser_factory.py Add webdataset (WDS) support, update TFDS to make some naming in parsers more similar. Fix workers=0 compatibility. Add ImageNet22k/12k synset defs. 2 years ago
parser_image_folder.py Add enhanced ParserImageInTar that can read images from tars within tars, folders with multiple tars, etc. Additional comment cleanup. 3 years ago
parser_image_in_tar.py Convert samples/targets in ParserImageInTar to numpy arrays, slightly less mem usage for massive datasets. Add a few more se/eca model defs to resnet.py 3 years ago
parser_image_tar.py Add enhanced ParserImageInTar that can read images from tars within tars, folders with multiple tars, etc. Additional comment cleanup. 3 years ago
parser_tfds.py Add webdataset (WDS) support, update TFDS to make some naming in parsers more similar. Fix workers=0 compatibility. Add ImageNet22k/12k synset defs. 2 years ago
parser_wds.py Fix alternate label handling in WDS parser to skip invalid alt labels 2 years ago