bit-bots / YOEO

YouOnlyEncodeOnce - A CNN for Embedded Object Detection and Semantic Segmentation
GNU General Public License v3.0
22 stars 4 forks source link

fix/rescale_segmentations(...) & rescale_boxes(...) #40

Closed phinik closed 2 years ago

phinik commented 2 years ago

Proposed changes

fixed rescale_segmentations(..) --> segmentations are now upscaled before padding is removed instead of the other way around fixed rescale_boxes(..) --> detection boxes are now upscaled before padding is removed instead of the other way around

Necessary checks