Vũ Văn Chung

Results 7 issues of 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 ``` ![Screenshot from 2020-08-20 10-10-55](https://user-images.githubusercontent.com/15941200/90712577-8a9dec80-e2cd-11ea-86b3-f25d12cc680c.png)

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: ![Screenshot from 2020-05-22 16-58-53](https://user-images.githubusercontent.com/15941200/82656241-a0a7fc80-9c4d-11ea-8030-2dc3375e7373.png)

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...