• Stars
    star
    2,608
  • Rank 17,391 (Top 0.4 %)
  • Language
    Python
  • Created over 8 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

draw_convnet

Python script for illustrating Convolutional Neural Network (ConvNet)

Example image

With flag_omit=False

With flag_omit=True

Known issues

The issue with matplotlib 2.0.x has been resolved, please let me know if you encounter problems.

Line2D doesn't seem to work well under python3 + matplotlib 2.0.0 as pointed out by @ahoereth

Using the code

It is NOT required to cite anything to use the code.

If you are not facing space limitation and it does not break the flow of the paper, you might consider adding something like "This figure is generated by adapting the code from https://github.com/gwding/draw_convnet" (maybe in the footnote).

FYI, originally I used the code to generate the convnet figure in this paper "Automatic moth detection from trap images for pest management".