Closed padmareddy21 closed 4 years ago
@padmareddy21 --weights_path ./shadownet.ckpt
I couldn't find any file in the format, I have files with this format shadownet.ckpt-80000.data-00000-of-00001
@padmareddy21 Just type what i paste here in your command terminal.
but you said in readme file to download defined weights files but those are in different format.How to get those to normal form
@padmareddy21 Learn some basic tensorflow knowledge first:)
I know they should be restored but when trying to restore I am getting an error
!python tools/test_shadownet.py --image_path data/test_images/test_01.jpg --weights_path /content/shadownet.ckpt-80000 --char_dict_path data/char_dict/char_dict_en.json --ord_map_dict_path data/char_dict/ord_map_en.json
The downloaded crnn_synth90k I downloaded is in a different format, I got the below four file checkpoint shadownet.ckpt-80000.data-00000-of-00001 shadownet.ckpt-80000.index shadownet.ckpt-80000.meta Now which one should I be using I followed your readme file and everything went well but I cannot figure this one