D-X-Y / AutoDL-Projects

Automated deep learning algorithms implemented in PyTorch.
MIT License
1.56k stars 281 forks source link

Examples using image data from a datagenerator #80

Closed cibic89 closed 4 years ago

cibic89 commented 4 years ago

Hi,

Really good work here! I was wondering there are any examples with custom problems to solve as in with my own image data?

Thanks, George

D-X-Y commented 4 years ago

A short answer is no, and we can add it in future. If you want to use your own data, you add add it at here: https://github.com/D-X-Y/AutoDL-Projects/blob/master/lib/datasets/get_dataset_with_transform.py#L213 by defining your own data loader.

cibic89 commented 4 years ago

Appreciate the swift reply. Thank you for shedding light on this. Are you looking for a contributor by any chance?

D-X-Y commented 4 years ago

Yes, it is welcome to contribute PR to this repo!

Please feel free to re-open this issue if you have any questions.