Closed daobilige-su closed 7 years ago
why do you import a module name sixlmdp_train_data_ordered
? you should only specify the trainroot
and valroot
to it.
Thanks for the prompt reply.
The sixlmdp_train_data_ordered
module is called by "dataset.py" (line 10), which is called by "crnn_main.py" file (line 13).
AH... Sorry, my file is corrupted. It is import six in your original file, but somehow it is changed in my local copy. Sorry about it.
Have a nice weekend.
Su
Hi Jieru,
Thanks for your previous answer. I managed to create my own dataset. However, when I ran the "crnn_main.py" file with args specifying the training and testing dataset (with everything else the same as default value), it gave me errors as follows:
Does it mean the python module "sixlmdp_train_data_ordered" is somehow missing? Is it a custom module defined by yourself? I made a bit of search, but I can't find it anywhere online. Many thanks.
Cheers,
Su