Giter VIP home page Giter VIP logo

arnica's Introduction

Flower Segmentation Tool

The Flower Segmentation Tool is a software to segment yellow arnica flowers in aerial drone images.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Download and Installation from the Python Packaging Index

For installing the flower segmentation tool first download package from github: https://github.com/AnnaTe/arnica or clone repository from github

git clone [email protected]:AnnaTe/arnica.git

Installing

For installation first go inside of the package directory. Try:

python setup.py install

install dependencies:

pip install -r requirements.txt

Running the programm

To open the GUI and run the programm call in python environment:

Python3 segtool.py

Testing

There are two tests, to check for missing dependencies.

tests/test.py and tests/testgui.py

Troubleshooting

if there were still Errors or dependencies not fullfilled, here are some common Errors explained and solutions presented.

Error Message:

ModuleNotFoundError: No module named 'PyQt5.sip'

It is important, that sip is installed before pyqt5. Try unistalling both and the try new installation:

pip uninstall pyqt5
pip uninstall pyqt5-sip
pip install -I PyQt5-sip
pip install -I PyQt5

For Error Message: zlib not found:

Try, for new installation:

Go to: https://sourceforge.net/projects/libpng/files/zlib/1.2.9/ and install zlib newest version according to your architecture.

Built With

Versioning

We use GitHub for versioning.

Authors

  • Anna Tenberg - Initial work - GitHub

License

This project is licensed under the GPLv3 LICENSE - see the LICENSE file for details.

Acknowledgments

This programm was developed as part of a bachelors thesis in environmental science at the university in Freiburg.

arnica's People

Contributors

annate avatar

Stargazers

 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.