Bingbing

Results 8 comments of Bingbing

@amirbar Thank you for your suggestion, I have some questions about your suggestion 1. Why should `data_queue.dequeue()` be out of gpus loop? 2. According to my understanding, the element in...

@amirbar The traceback is below ```python File "train/train.py", line 293, in train() File "train/train.py", line 176, in train loss_weights=[0.2, 0.2, 1.0, 0.2, 1.0]) File "train/../libs/nets/pyramid_network.py", line 531, in build is_training=is_training,...

spatial-temporal sequences should be 2D vectors instead of 1D vectors, and there is no time dimension or size dimension in the 1D vectors I am talking here

@MhLiao I get the same results as @northeastsquare , I use ubuntu 16.04, python3.5 and GPU mode.

> From the LayoutReader paper it is mentionned it is best to do so. It's then just a matter of sorting the list with a double key in Python, take...

> @animebing Which dataset are you using? I don't use any dataset, I just use Tesseract to get OCR result from an image and try to use the provided pretrained...

@wolfshow you mean left-right-top-bottom is customized for each dataset? but if I want to evaluate the performance of the pretrained model in a real world image using Tesseract to get...