Closed kabikaj closed 1 year ago
The worker responsible for loading the data was killed by the operating system for whatever reason (error reporting from parallel processes is not always possible so the actual reason isn't apparent here) . Can you try running with --workers 0
and see if it still fails? It is possible that you don't have enough memory as the segmentation training will require ~10Gb of available RAM.
thanks for the help! It didn't work in my laptop. As you said it didn't have enough memory, so I ended up using google colab instead, and it works fine
Ok, perfect.
I segmented and transcribed 6 jpg images in a rtl script with only one region of text in escriptorium and exported them in PAGE format. This is the result of one of the xml files:
Then, I wanted to train a segmenter with this images, but I am getting an error. This is the command I used:
$ ketos segtrain -f page tmp_train/*.xml
And this is the error I get:
What I am doing wrong?