ssd_detectors icon indicating copy to clipboard operation
ssd_detectors copied to clipboard

SSD-based object and text detection with Keras, SSD, DSOD, TextBoxes, SegLink, TextBoxes++, CRNN

Results 19 ssd_detectors issues
Sort by recently updated
recently updated
newest added

Thank you for this awesome repository. The code works fin for VOC 2007 dataset. However, for Crowd Person dataset, I am getting the following error during model training in DSOD_train.ipynb....

Hi mvoelk, Thanks for your excellent work. About the TBPP_train code, I'm confused that how do you generate anchor boxes on different feature maps. I didn't find an explicit method...

Hello, I'm trying to convert your model in `TBPP_end2end_predict_GPUonly.ipynb` to tflite format for mobile application. This is my environment ``` Python 3.6.9 Notebook 5.3.1 NumPy 1.18.5 Pandas 1.0.5 Matplotlib 3.2.2...

Hello, sir, thanks for this excellent work. I am a newcomer for text detection and recognition. I followed your instruction from the "Usage" part, but I just cannot run any...

environment set1: (use tf2, follow the environment.ipynb) OS debian stretch/sid Python 3.7.4 NumPy 1.17.2 Pandas 1.0.4 Matplotlib 3.2.1 OpenCV 3.4.3 TensorFlow 2.0.0-beta1 Keras 2.2.4-tf tqdm 4.46.1 imageio 2.6.1 environment set2:...

Hi, I was trying to use your CRNN code and found an error written below. I have to admit that I am new to RNN but I think my all...

Not necessarily an issue, but the mAP I got from DSOD512 training on VOC 07+12 and testing on 07 was quite low, approximately 0.13. Only thing I really changed was...

Hello! First of all, thank you very much for your implementation of TBPP in Keras. Is well written and simple to use! I'm having trouble understanding just a thing: The...

Hey mvoelk, your work is great! I try to train DSOD512 with VOC2012. from data_voc import GTUtility gt_util_voc = GTUtility('data/VOC2012/') gt_util_train, gt_util_val = GTUtility.split(gt_util_voc) . . . with open(checkdir+'/source.py','wb') as...

Hello, Mr.Volk Thank you very much for your nice codes! I have one question for you I'm new to deep learning, have only basic understanding about keras codes, and currently...