CRNN icon indicating copy to clipboard operation
CRNN copied to clipboard

Default Model gives poor testing result.

Open shivamkumarsingh114 opened this issue 5 years ago • 5 comments

I am using the dataset specified by you with images in the format label_index.jpg. However, testing results are very poor. Dataset being used is: https://node1.belval.org/test_dataset.zip. I stored it in data folder and extracted the images.

Command being executed: python3 run.py -ex ./data/ --test --restore -bs 32

Output: Use standard file APIs to check for files with this prefix. Loading data Testing beignet iiiii apocynaceous iiiii arshine iiiii

Why is the output always "iiiiii"?

shivamkumarsingh114 avatar Jan 27 '20 10:01 shivamkumarsingh114

I am using the dataset specified by you with images in the format label_index.jpg. However, testing results are very poor. Dataset being used is: https://node1.belval.org/test_dataset.zip. I stored it in data folder and extracted the images.

Command being executed: python3 run.py -ex ./data/ --test --restore -bs 32

Output: Use standard file APIs to check for files with this prefix. Loading data Testing beignet iiiii apocynaceous iiiii arshine iiiii

Why is the output always "iiiiii"?

I have the same problem. Have you solved it?

Timthony avatar Mar 26 '20 12:03 Timthony

I have the same problem. Have you solved it?

Timthony avatar Mar 26 '20 15:03 Timthony

I trained the model from scratch. Seems to be working but still not as satisfactory as CRNN should be. I am thinking of rewriting the library from scratch.

shivamkumarsingh114 avatar Mar 29 '20 09:03 shivamkumarsingh114

Indeed there seems to be a problem somewhere as I cannot train the model or get suitable predictions anymore. I'll investigate but since the code is in TF 1 I might just rewrite it in eager mode.

Belval avatar Mar 30 '20 20:03 Belval

Did you identify the problem?

shivamkumarsingh114 avatar Apr 10 '20 18:04 shivamkumarsingh114