https://github.com/wpbonelli/find-ufos
image segmentation workflow for Phenome Force 2021
https://github.com/wpbonelli/find-ufos
boundary-detection computer-vision image-segmentation phenome phenotyping
Last synced: 14 days ago
JSON representation
image segmentation workflow for Phenome Force 2021
- Host: GitHub
- URL: https://github.com/wpbonelli/find-ufos
- Owner: wpbonelli
- Created: 2021-04-30T03:05:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T17:55:15.000Z (about 3 years ago)
- Last Synced: 2025-05-05T01:08:58.510Z (14 days ago)
- Topics: boundary-detection, computer-vision, image-segmentation, phenome, phenotyping
- Language: Python
- Homepage:
- Size: 3.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phenome Force Demo: Find UFOs
A short workflow to demonstrate how to integrate code with PlantIT. Applies a threshold, dilates/closes, and finds contours of (U)nidentified (F)ruit (O)bjects in an image.
## Usage
`docker run -it -v $(pwd):/opt/find-ufos -w /opt/find-ufos wbonelli/find-ufos python3 find.py ufos `
A file is provided for testing: `data/tomatoes1.jpg`