pythonlessons / mltu

Machine Learning Training Utilities (for TensorFlow and PyTorch)
MIT License
160 stars 100 forks source link

captcha images name issue for training #27

Closed zainulabdinsystems closed 10 months ago

zainulabdinsystems commented 11 months ago

Hi! FIrst of all thanks alot. Now question is that I am having my 800 images with having image name captch1,captcha2,captcha3 and so on. I want to ask that while training the model, do I need to give the images the solved captcha characters as you gave like x223g,ss23d and 7d7df etc.

pythonlessons commented 11 months ago

Naming doesn't matter; it's up to you how you preprocess true labels, either from the name or other source.

pythonlessons commented 10 months ago

No response.