Noah Fahlgren
Noah Fahlgren
The main Docker image (https://hub.docker.com/r/danforthcenter/plantcv) is updated every time we merge into the main branch because we build PlantCV from source. The only tag we have defined is latest, though...
We have the GitHub repo hooked up to Docker Hub using a webhook. I think if we wanted to tag containers with releases we would potentially need to do it...
Potentially with this Action: https://github.com/marketplace/actions/build-and-push-docker-images
@abiodungit I'm not aware of any datasets for vegetables per se, or even many datasets with labeled training data (at the moment). I can point you to our publicly available...
Yeah, I think it would be ideal if the documentation images were available for people to work on since we demonstrate functions with that data. Since the static documentation on...
Hi @Ove7comer, The `pcv.analyze_thermal_values` function expects the input image to be a 64-bit floating-point number rather than the typical 8-bit or 16-bit unsigned integer value of images. This is because...
Looks like the issue is that there are fewer unique temperature values observed than there are histogram bins (I think the default is 30?). It looks like we did not...
Thanks @eyaler! In `fill_segments` the segment contours are drawn as a binary mask with a thickness of 5 to use as markers (seeds) for watershed segmentation. The resulting segment masks...
Hi @danammeansbear, that's cool! I'm not familiar with Unity or Iron Python/Ironclad, but happy to help troubleshoot if we can. As you updated at Stack Overflow, it looks like Iron...
True, that makes sense. It would solve an issue with the datatype as well, where "NA" is a string but otherwise the data type is an int, float, etc.