معرفی شرکت ها


flower-segmentation-tool-0.1.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A tool to segment yellow arnica flowers in rgb images
ویژگی مقدار
سیستم عامل -
نام فایل flower-segmentation-tool-0.1.6
نام flower-segmentation-tool
نسخه کتابخانه 0.1.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Anna Tenberg
ایمیل نویسنده Anna.Tenberg@saturn.uni-freiburg.de
آدرس صفحه اصلی https://github.com/AnnaTe/arnica
آدرس اینترنتی https://pypi.org/project/flower-segmentation-tool/
مجوز -
# 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 from the [Python Packaging Index](https://pypi.org/) try: ``` pip install URL package-name ``` ### Installing For installation first go inside of the package directory. Install with pip ``` pip install flower-segmentation-tool ``` if there are any dependencies missing try ``` pip install -r requirements.txt ``` End with an example of getting some data out of the system or using it for a little demo ## 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 --user -I PyQt5-sip pip install --user -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 * [PyCharm](https://www.jetbrains.com/pycharm/) - The Python IDE used * [Anaconda](https://maven.apache.org/) - Virtual Python environment manager used * [DesignerQt5](https://www.riverbankcomputing.com/static/Docs/PyQt5/designer.html) - Used to design GUI ## Versioning We use [PyPI](http://pypi.org/) for versioning. ## Authors * **Anna Tenberg** - *Initial work* - [GitHub](https://github.com/AnnaTe) ## License This project is licensed under the GPLv3 LICENSE - see the [LICENSE](LICENSE) file for details. ## Acknowledgments This programm was developed as part of a bachelors thesis in environmental science at the university in Freiburg.


نیازمندی

مقدار نام
- PyQt5-sip
- PyQt5
- numpy
- opencv-python
- matplotlib


زبان مورد نیاز

مقدار نام
>=3.5 Python


نحوه نصب


نصب پکیج whl flower-segmentation-tool-0.1.6:

    pip install flower-segmentation-tool-0.1.6.whl


نصب پکیج tar.gz flower-segmentation-tool-0.1.6:

    pip install flower-segmentation-tool-0.1.6.tar.gz