Kotlin / kotlindl

High-level Deep Learning Framework written in Kotlin and inspired by Keras
Apache License 2.0
1.47k stars 103 forks source link

Why does drawObject accept coordinates of DetectedObject that are normalized? #579

Open elonzh opened 12 months ago

elonzh commented 12 months ago

Usually, we expect the coordinates of the detection results to be relative to the original image, as this allows for direct use in subsequent processing, such as cropping the image or rendering onto the original image.

zaleslaw commented 12 months ago

Thanks, @elonzh a good point to revisit the API