معرفی شرکت ها


byu-auvsi-imaging-client-0.1.8


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Imaging Client GUI for manual classification
ویژگی مقدار
سیستم عامل -
نام فایل byu-auvsi-imaging-client-0.1.8
نام byu-auvsi-imaging-client
نسخه کتابخانه 0.1.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده BYU AUVSI Team
ایمیل نویسنده tylerm15@gmail.com
آدرس صفحه اصلی https://github.com/BYU-AUVSI/imaging
آدرس اینترنتی https://pypi.org/project/byu-auvsi-imaging-client/
مجوز -
# Client Graphical User Interface This client GUI is used for manual imaging target classification through the BYU AUVSI imaging server. ## Setup ### End-user If you just want to use the client to classify images, and don't plan on doing any development with it, here's how you can set it up. Ubuntu: ```bash sudo apt install python3-pip python3-tk pip3 install byu-auvsi-imaging-client ``` And to run you can simply enter: ```bash ./.local/bin/img_gui ``` You may also consider adding `~/.local/bin/` to your PATH: ```bash export PATH="$HOME/.local/bin:$PATH" ``` ### Development To develop and contribute to this gui, clone the imaging repository. This gui was built with tkinter in python3 and relies on a few packages ```bash sudo apt install python3-tk python3-tk ./setup/dev_setup.sh ``` ## Use For development you should run the gui in its local directory: ```bash cd ...../src/imaging/client python gui.py ``` If installed via pip, simply run it as a script: ```bash ./~/.local/bin/img_gui ``` ## Sub Functions This gui is built with with a tkinter tab framework. Each tab is initialized at startup which creates each container label and widget on each tab. Only one tab runs at a time. `lib/client_rest.py` contains all functions that interact with the server `lib/tabX.py` contains the functions for tab X `lib/tab_tools.py` contains helper functions used by multiple tabs ## Releasing on Pypi Travis takes care of most of the heavy lifting when you want to release a new version of the gui onto pip/Pypi. In order to release a new version, you need to do two things: 1. Update the `VERSION` variable in client/setup.py to whatever the new version is going to be called. If you dont do this, the new code will NOT be uploaded onto Pypi! 2. Update the `self.version_num` at the top of the file `client/lib/tab0.py` to display on the gui the correct current version number. 3. Create a release tag on github that matches the `VERSION`. (Goto Releases->Create a new Release). Once a commit is tagged as a release, Travis will kick off a 'deploy' build for the current code, sending it to PyPi and thus to pip. ## Future Updates The header of each file contains possible future improvements


نیازمندی

مقدار نام
==2.20.1 requests
==5.3.0 pillow
==3.4.2.* opencv-python
==2.2.0 ttkthemes
==0.5.2 imutils


نحوه نصب


نصب پکیج whl byu-auvsi-imaging-client-0.1.8:

    pip install byu-auvsi-imaging-client-0.1.8.whl


نصب پکیج tar.gz byu-auvsi-imaging-client-0.1.8:

    pip install byu-auvsi-imaging-client-0.1.8.tar.gz