StevenBanama / C3AE

C3AE implement
BSD 2-Clause "Simplified" License
87 stars 16 forks source link

how to train my own data? #32

Open zhangyunming opened 3 years ago

zhangyunming commented 3 years ago

hi how to train my own data? my img data is detected and 15% padded. all the data in dir named 0-80 . for axample: all 0 year img in dir 0

thanks.

StevenBanama commented 3 years ago

@zhangyunming You should implement your own processer for custom dataset . Details can be found. in "https://github.com/StevenBanama/C3AE/blob/master/preproccessing/dataset_proc.py"