TextBoxes
TextBoxes copied to clipboard
TextBoxes: A Fast Text Detector with a Single Deep Neural Network
Hello, let me first thank you about these excellent articles : textboxes+CRNN. In first page of textbox paper. It's mentionned the following : "**we use the confidence scores of CRNN...
Connected to pydev debugger (build 171.4694.67) usage: create_annoset.py [-h] [--redo] [--anno-type ANNO_TYPE] [--label-type LABEL_TYPE] [--backend BACKEND] [--check-size] [--encode-type ENCODE_TYPE] [--encoded] [--gray] [--label-map-file LABEL_MAP_FILE] [--min-dim MIN_DIM] [--max-dim MAX_DIM] [--resize-height RESIZE_HEIGHT] [--resize-width...
i have pre-installed caffe and cuda and cudnn .. protobug 2.5.0 opencv3 installed using python wheel
Hi, do you know if its possible to run the model using a docker container with the CPU version of caffe from the official caffe docker [repo](https://github.com/BVLC/caffe/tree/master/docker)?
Hey! Thank you for your paper. I would like to ask a couple of questions: 1. What is magnitude of the corresponding train/val loss in the end of the training...
I'm trying to train the TextBoxes model with my custom dataset but I got this error : `I0808 11:53:32.234365 2839 layer_factory.hpp:77] Creating layer data I0808 11:53:32.246395 2839 net.cpp:100] Creating Layer...
How to create ICDAR-13 data for training. I am getting the following error : 
Hello, I installed TextBoxes on AWS. When I tried to run demo.py, it reported: Segmentation fault. The Segmentation fault occurred at: net = caffe.Net(model_def, # defines the structure of the...
Hi! @MhLiao Can you help me convert `TextBoxes_icdar13.caffemodel` to `TextBoxes_icdar13.mlmodel` through the tool `coremltools` ? use see: https://pypi.python.org/pypi/coremltools extremely grateful! I try it : ```javascript import coremltools coreml_model = coremltools.converters.caffe.convert(('TextBoxes_icdar13.caffemodel',...
Hi @MhLiao I am successfully able to train TextBoxes on my custom dataset. But while training, I am not able to see the mbox loss in the validation (or test)...