shinjayne / textboxes

Textboxes implementation with Tensorflow (python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tb_tensorflow

A python implementation of TextBoxes

Dependencies

  • TensorFlow r1.0
  • OpenCV2

Code from Chaoyue Wang

03/09/2017 Update:

1.Debugging optimizer function in trainer.py, still with same issue.
2.Fixed several bugs of match box computation.

03/05/2017 Update:

1.Changed and added image processing function to pre and post process input and output data.
2.Tested training, but optimizer initialization function has segmentation fault issue.

03/03/2017 Update:

1.Added svt_data_loader.py to parse svt dataset xml config file.
2.Modified trainer.py to adapt textboxes training and test.

03/01/2017 Update:

1.Revised default_boxes function to use numpy ndarray. Because TextBoxes need more default boxes than SSD, python list cannot handle them.
2.Adjusted the architecture of directory.

02/25/2017 Update:

1.Revised convolution layers setting.
2.Removed useless functions(webcam support).

02/22/2017 Update:

1.Forked reference code from seann999/ssd_tensorflow.

About

Textboxes implementation with Tensorflow (python)

License:MIT License


Languages

Language:Python 100.0%