mit-han-lab / tinyengine

[NeurIPS 2020] MCUNet: Tiny Deep Learning on IoT Devices; [NeurIPS 2021] MCUNetV2: Memory-Efficient Patch-based Inference for Tiny Deep Learning; [NeurIPS 2022] MCUNetV3: On-Device Training Under 256KB Memory
https://mcunet.mit.edu
MIT License
757 stars 127 forks source link

Request for Code to Address Inconsistent Predictions Issue of ImageNet variants of mcunet #105

Open rahulvigneswaran opened 2 months ago

rahulvigneswaran commented 2 months ago

The ImageNet variants of mcunet are producing inconsistent predictions, likely due to pre-training on ImageNet classes rather than person prediction. As there's no .cpp code in the official repo for detecting these objects, could we obtain code to address this issue?