Hi, I followed this guide Guide to using the DFC to convert a modified YOLOv11 on Google Colab - Guides - Hailo Community for the compilation of a custom YOLOv11. After the compilation, I noticed a significant degradation in performance, so I’m analyzing the process in depth.
I have a question: in the .alls file, a normalization layer was included, and the calibration dataset was normalized. On page 28 of the DFC Section 4.3.2 In-Depth Optimization Tutorial, there is a note saying: “The format of the calibration set is the same as was used as inputs for the modified model. For example, if a normalization layer has been added to the model, the calibration set should not be normalized.”
So I’m a little confused. If I added a normalization layer to the .alls file, should I normalize the calibration dataset? Another question: In this case, should the dataset I used for model fine-tuning also be normalized?
Thanks in advance!