Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gwding/draw_convnet
https://github.com/gwding/draw_convnet
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gwding/draw_convnet
- Owner: gwding
- Created: 2016-02-24T06:00:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T20:24:41.000Z (7 months ago)
- Last Synced: 2025-01-16T02:12:00.747Z (10 days ago)
- Language: Python
- Size: 57.6 KB
- Stars: 2,703
- Watchers: 42
- Forks: 515
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - gwding/draw_convnet
- awesome-list - draw_convnet - Python script for illustrating Convolutional Neural Network (ConvNet). (Data Visualization / Data Management)
README
# draw_convnet
Python script for illustrating Convolutional Neural Network (ConvNet)
## Example image
With `flag_omit=False`
![](https://raw.githubusercontent.com/gwding/draw_convnet/master/convnet_fig.png)With `flag_omit=True`
![](https://raw.githubusercontent.com/gwding/draw_convnet/ccaa14e2f8e41580bd29b97a501f7a4218779356/convnet_fig_with_omitted_channel.png)## 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".