see icon indicating copy to clipboard operation
see copied to clipboard

Training with my own dataset

Open muzaffersenkal opened this issue 5 years ago • 2 comments

Hi Bartzi ,

I am bothering you,sorry. I'm trying to recognize engraved text. So I created my own dataset.

I created ground truth file without box values. It looks like that ;

/see/new_dataset/1/1_ab12_12312.jpg    ab12
/see/new_dataset/1/2_cd52_12312.jpg    cd52

So is it enough for train? Can i train without box ? (I trained but accuracy looks 0 and loss value stucked about 0.48 )

Thank you

muzaffersenkal avatar Oct 22 '19 15:10 muzaffersenkal

Hmm, looks good to me. You do not need any box annotation (that is the whole purpose of this research work).

I'm not sure why it does not work. Did you check everything that gets logged to the log_dir, especially the bboxes dir? This files there are intended to give you a feeling for the performance of the model over time.

Bartzi avatar Oct 22 '19 15:10 Bartzi

I understood my mistake. It's about gt file. I should be this format;

/see/new_dataset/1/1_ab12_12312.jpg 57 65 83 14

Now, it shows accuracy. but still accuracy too low. I guess I'm missing something. I'll examine deeper . Sorry for the unnecessary issue.

muzaffersenkal avatar Oct 23 '19 11:10 muzaffersenkal