ygfrancois / crnn.pytorch.tensorrt.chinese

A Chinese characters recognition repository with tensorrt format supported based on CRNN_Chinese_Characters_Rec and TensorRTx.
16 stars 6 forks source link

cannot import name '_CF' from 'lib.dataset._cf' #4

Open Xyonia opened 3 years ago

Xyonia commented 3 years ago

Hello, wheni am trying to start training sequence it results with that (cannot import name '_CF' from 'lib.dataset._cf') error. When i checked lib/dataset folder there are other .py documents but there is now.py document forCF. I prepared the data and dataset as up to "https://github.com/Sierkinhane/CRNN_Chinese_Characters_Rec/" and can traind at that repo. Can anyone help me to train with this repo? Thanks