doiken23 / DeepLab_pytorch

Repository for DeepLab family
MIT License
82 stars 15 forks source link

The Process of Training #2

Closed YOKE closed 6 years ago

YOKE commented 6 years ago

Thanks for your work! I'd like to train my datasets. Could your share the training scripts to make me know more about the details of the network. Thank you very much!

doiken23 commented 6 years ago

Thanks BEYBB7!

I'll prepare the training script. So, please tell me your data source(jpg or png image, tiff image or numpy array)

YOKE commented 6 years ago

I‘d like to implement the network on LIP dataset, of which the image is jpg format and the label is png format. Thank you!

doiken23 commented 6 years ago

I prepared dataset for .png in this repository.