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

Output Segmentations as uint8 Instead of int64 #41

Closed phinik closed 2 years ago

phinik commented 2 years ago

Proposed changes

Segmentations are now output as uint8 instead of int64

Related issues

https://github.com/bit-bots/YOEO/issues/35

Necessary checks