Plugins for phenopype
Project description
phenopype-plugins
AI-plugins for phenopype - currently under development, stay tuned!
Installation
Plugins
Dependencies
Pytorch
Ultralytics
1. Install Ultralytics BEFORE phenopype due to conflicting opencv-python (ultralytics) and opencv-contrib-python (phenopype) versions (see step 2 for alternatives):
## if your PC has a GPU, install cuda and the corresponding pytorch version first
mamba install -c nvidia cuda-toolkit==12.1
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu121
pip install ultralytics
pip install phenopype
2. If you already have install phenopype and dan#t or don't want to uninstall it, you can do the following:
## install ultralytics into env where phenopype is already installed
pip install ultralytics
## uninstall opencv-python
pip uninstall opencv-python
## force reinstall opencv-contrib-python
pip install opencv-contrib-python --force-reinstall
More information: https://docs.ultralytics.com/models/fast-sam/#available-models-supported-tasks-and-operating-modes
Please cite as:
@misc{zhao2023fast,
title={Fast Segment Anything},
author={Xu Zhao and Wenchao Ding and Yongqi An and Yinglong Du and Tao Yu and Min Li and Ming Tang and Jinqiao Wang},
year={2023},
eprint={2306.12156},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
phenopype_plugins-0.1.2.tar.gz
(12.3 kB
view details)
Built Distribution
File details
Details for the file phenopype_plugins-0.1.2.tar.gz
.
File metadata
- Download URL: phenopype_plugins-0.1.2.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b70c866f71e2273d3cf0545c510e30e51a7a09f91bb2cba0c7ce3d31d574064 |
|
MD5 | 229a414661826e4bffe9d90b901adda9 |
|
BLAKE2b-256 | 233a126dc1415e9fb848878defb13bf44785aaa07a1cb971fadda27c8d12f917 |
File details
Details for the file phenopype_plugins-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: phenopype_plugins-0.1.2-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e961c09321d73f21d619cc5d5e57f1a4a4c9fc8f1510428b1661903cfcc8bdb |
|
MD5 | 966b6208a58bbbb4e97f6ba04a184a32 |
|
BLAKE2b-256 | 57d901309e368b1cfe43755bc283f82e3363548b8dc8baf2e692014a399eebd7 |