معرفی شرکت ها


dijkprofile-annotator-0.1.5


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Automatically annotate dijkprofiles in qDAMEdit format
ویژگی مقدار
سیستم عامل -
نام فایل dijkprofile-annotator-0.1.5
نام dijkprofile-annotator
نسخه کتابخانه 0.1.5
نگهدارنده ['Jonathan Gerbscheid']
ایمیل نگهدارنده ['j.gerbscheid@hetwaterschapshuis.nl']
نویسنده Jonathan Gerbscheid
ایمیل نویسنده j.gerbscheid@hetwaterschapshuis.nl
آدرس صفحه اصلی https://gitlab.com/hetwaterschapshuis/kenniscentrum/tooling/dijkprofile-annotator
آدرس اینترنتی https://pypi.org/project/dijkprofile-annotator/
مجوز MIT
## Version: 0.1.2 # dijkprofile-annotator description Automatically annotate drijkprofile is qDAMEdit format Author: Jonathan Gerbscheid <br> Email: j.gerbscheid@hetwaterschapshuis.nl # Online Tool A web version of this tool is available at: [https://huggingface.co/spaces/jgerbscheid/dpa-example](https://huggingface.co/spaces/jgerbscheid/dpa-example) <br>The availability of this tool is not currently guaranteed and it's location might change in the future to a different adress. # Install ## Warning This package will install pytorch to run the neural network for prediction. If you wish to use your own pytorch installation or modify the code in any way I recommend cloning the repository and installing locally:<br> [https://gitlab.com/hetwaterschapshuis/kenniscentrum/tooling/dijkprofile-annotator/-/tree/master/](https://gitlab.com/hetwaterschapshuis/kenniscentrum/tooling/dijkprofile-annotator/-/tree/master/) <br> I recommended installing the package in a fresh conda environment to avoid conflicts with already other installed packages. ## Install directly from PiPI with pip ``` pip install dijkprofile-annotator ``` ## Installing locally: ``` git clone git@gitlab.com:hetwaterschapshuis/kenniscentrum/tooling/dijkprofile-annotator.git cd dijkprofile-annotator pip install -e . ``` # Usage ## basic After installation you can use the command line interface to annotate a single file, call the annotator with the to be labeled file and desired output file: ``` dijkprofile_annotator -i inputfile -o target_outputfile ``` It also possible to use the web interface, the following command will start a gradio app that can be accessed in a browser: ``` dijkprofile_annotator-gui ``` You can also import the module in a python script and call it from there: ``` import dijkprofile_annotator input_filepath = "/home/documents/surfacelines.csv" target_filepath = "/home/documents/predicted_characteristpoints.csv" dijkprofile_annotator.annotate(input_filepath, target_filepath) ``` ## Detailed Exampes See the example notebooks at:<br>[https://gitlab.com/hetwaterschapshuis/kenniscentrum/tooling/dijkprofile-annotator/-/tree/master/notebooks](https://gitlab.com/hetwaterschapshuis/kenniscentrum/tooling/dijkprofile-annotator/-/tree/master/notebooks) <br>for examples on how to use the package.


نیازمندی

مقدار نام
>=1.1.0 joblib
>=1.21.4 numpy
>=8.4.0 Pillow
>=1.0.1 scikit-learn
>=1.9.0 torch
>=3.4.3 matplotlib
- seaborn
- tqdm
>=3.0 Jinja2
- gradio
- jupyter


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

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


نحوه نصب


نصب پکیج whl dijkprofile-annotator-0.1.5:

    pip install dijkprofile-annotator-0.1.5.whl


نصب پکیج tar.gz dijkprofile-annotator-0.1.5:

    pip install dijkprofile-annotator-0.1.5.tar.gz