tree: 96a0823359a6d8ba02bfdb9e89e8ee0221333a7c [path history] [tgz]
  1. captcha_example.png
  2. mxnet_captcha.R
  3. README.md
example/captcha/README.md

This is the R version of captcha recognition example by xlvector and it can be used as an example of multi-label training. For a captcha below, we consider it as an image with 4 labels and train a CNN over the data set.

You can download the images and .rec files from here. Since each image has 4 labels, please remember to use label_width=4 when generating the .rec files.