Leaf-count analysis
Upload a plant image to estimate leaf count and review the detected regions.
Experimental method
CountGD++ · CPU inference
No image selected.
Uploaded images are processed in memory and are not stored.Image comparison
No analysis availableNo image selectedChoose a photo or drop it in the upload area.
The whole photo is analyzed.
No detections availableRun an analysis to display detection boxes.
Boxes mark detections, not leaf outlines.
API example
Submit an image to POST /v1/upload. Replace plant.jpg with the image path. This endpoint requires no API key.
Shell · curl
curl --fail-with-body --max-time 180 \
-X POST 'http://localhost:8002/v1/upload?short_edge=800' \
-H 'Content-Type: image/jpeg' \
--data-binary @plant.jpg \
-o result.jsonReturns the count, boxes, timing, model details, and a preview image.