Vũ Văn Chung
Vũ Văn Chung
I ran these commands and it raised this error: ``` git clone https://github.com/SeanNaren/warp-ctc.git cd warp-ctc mkdir build; cd build cmake .. make ``` 
How do I can retrain model from pretrained with my own dataset? My dataset including images and bounding box of text line
It works well with limit = 101, maybe when use chrome driver, it cannot parse main page Detail bellow: 
I just have images from google search like lottery, I want to make my own data to training ctpn. How do training data look like?
I trained my own detector follow the instruction of https://github.com/AlexeyAB/darknet#how-to-train-to-detect-your-custom-objects I set my classes = 1, image width=height=384. But I cannot convert my weight to .h5 format ![Screenshot from 2020-10-09...
I did as the guide bellow: git clone https://github.com/SeanNaren/warp-ctc.git cd warp-ctc mkdir build; cd build cmake .. make $ make [ 14%] Building NVCC (Device) object CMakeFiles/warpctc.dir/src/warpctc_generated_reduce.cu.o In file included...
Hi there, I want to train my custom dataset. But I dont know how dataset structured? Can you give some information? For example, I want to train a model that...