microsoft / AIforEarth-API-Development

This is an API Framework for AI models to be hosted locally or on the AI for Earth API Platform (https://github.com/microsoft/AIforEarth-API-Platform).
MIT License
74 stars 46 forks source link

add conditional to catch if no detections are above threshold #60

Closed rbavery closed 4 years ago

rbavery commented 5 years ago

If there are no detections, then no boxes are attempted to be drawn. Without this, an error is thrown. This addresses issue https://github.com/microsoft/AIforEarth-API-Development/issues/59