MaybeShewill-CV / CRNN_Tensorflow

Convolutional Recurrent Neural Networks(CRNN) for Scene Text Recognition
MIT License
1.03k stars 388 forks source link

how to run this project in windows10 #404

Closed ZOUYIyi closed 4 years ago

ZOUYIyi commented 4 years ago

I test the model you have trained in Synth90k ,it is great. but I want to train this model in my own dataset which contans just 10 images. I got strucked by convert to tfrecord , and I don't know if the mutilprocess error(my os is windows10 ) will happen during the training.

I am really hope there is a guide for windows10 users

MaybeShewill-CV commented 4 years ago

@ZOUYIyi You may go through closed issues which may help solve your problem:)

ZOUYIyi commented 4 years ago

@ZOUYIyi You may go through closed issues which may help solve your problem:)

Thanks for your reply, I have searched all the issues , but nobody said anything about train this model in win10 , someone said about infrence in win10, I have tried and it works ,but things are different in training and convert . If there is a guide for windows users ,I think this project will be greater.

MaybeShewill-CV commented 4 years ago

@ZOUYIyi Sorry for that. Really have no spare time to make it due to busy work. I believe there are something wrong with multiprocess module in windows. That's not a very difficult problem to solve. Stack overflow may help you.

ZOUYIyi commented 4 years ago

@ZOUYIyi Sorry for that. Really have no spare time to make it due to busy work. I believe there are something wrong with multiprocess module in windows. That's not a very difficult problem to solve. Stack overflow may help you.

Thanks agine , I will try it. Hope I can use this project .

MaybeShewill-CV commented 4 years ago

@ZOUYIyi Welcome:)