GithubHelp home page GithubHelp logo

ladys-slipper-counter-ai's Introduction

Check out https://github.com/thtrieu/darkflow

This repo is an in-development research effort to count ladies slipper orchids from drone footage for the purpose of monitoring populations.


First Time Setup

Open up a terminal, cd to this directory, run:

make

Create Directories

sample_img/

contains validation images for run.py

bin/

yolo weights

annotations/
images/

Download YOLO weights

These can be found (link somewhere) on the Darkflow GitHub Add the downloaded weights to 'bin' and rename to 'yolo.weights'

Testing Data

Add the image to test to 'sample_img' Modify 'run.py' to use the new images 'image_name'

python3 run.py


Files

gen_anchors.py

prints anchors to use in config

train.py

train the counter

run.py

test using image

tracker.py

test using video (WIP)


Configuration

Adding Classes

labels.txt

add class names here, each on a new line

gen_anchors.py

update 'cfg_classes'

run 'python3 gen_anchors.py'

note down details to use next

cfg/yolo_ls.cfg

under [region], adjust 'num' and 'anchors', adjust 'filters' from convolutional layer above

Adjusting YOLO Image Resolution

cfg/yolo_ls.cfg

adjust (at top) 'width' and 'height' of image to multiples of 32

gen_anchors.py

match 'cfg_width' and 'cfg_height'

ladys-slipper-counter-ai's People

Contributors

leonkuhne avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.