Segmentation from the Poliduckie team.
Project description
poliduckie_segmentation
A package ready to be installed that provides the segmentation work made by the Poliduckie team
Example
from poliduckie_segmentation.segmentation import Segmentation
image = [...]
segmentation = Segmentation()
# To predict:
prediction = segmentation.predict(image)
# To get the model:
segmentation.get_model()
# To get the model summary:
segmentation.get_model_summary()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file poliduckie_segmentation-0.0.2.tar.gz.
File metadata
- Download URL: poliduckie_segmentation-0.0.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7ed0b962ecfb873f2a188fdf1bb5f4ae3a19b22682bd4f37e90b5814167e7c0
|
|
| MD5 |
b2707481eba0ab0cb1fc0667003aa032
|
|
| BLAKE2b-256 |
643493b29c7b1bd093ac88b78a4b16e7ea78de8680d67a8c5a1d721c003978ec
|