Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dokechin/cicada_shell
Classify cicada by its shell using MXNet library
https://github.com/dokechin/cicada_shell
Last synced: 2 months ago
JSON representation
Classify cicada by its shell using MXNet library
- Host: GitHub
- URL: https://github.com/dokechin/cicada_shell
- Owner: dokechin
- Created: 2017-08-18T14:06:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T06:24:13.000Z (over 7 years ago)
- Last Synced: 2024-08-01T22:41:39.139Z (5 months ago)
- Language: Perl
- Size: 1.96 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-MXNet - cicada classification
README
# Classify cicadas by shell
1300 cicada speces is distributed aroud the world.
I wanted to classify the speces by its shell image using AI::MxNet library.## Gather cicada image and store politic folder
gather cicada images. and store to politic folder
## Make rec file
To classify MxNet formal data format is rec file.
```sh
perl make_ctrl.pl
make_rec.sh
```## Classfy cicada
```sh
perl test.pl
```