Skip to content

xyfJASON/datasetx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datasetx

This package implements commonly used datasets based on torch and torchvision.

The API mostly follows torchvision.datasets, with several key differences:

  • Samples are returned as dictionaries rather than tuples, making them easier to understand.
  • Transform functions also take dictionaries as input, providing greater flexibility.
  • Images are represented as torch Tensors in the [0,1] range by default, instead of PIL Images.

Installation

pip install git+https://github.com/xyfJASON/datasetx.git

Documentation

Please see docs for detailed instructions on each dataset.

About

Implements commonly used datasets based on torch and torchvision.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages