I have a question: how does the multi_scale parameter work? I’m currently working with Yolov8n and i need to make the model “scale invariant” for a particular task of object detection (similar to QR detection where sometimes QR are really big, and sometimes really small)
Reading the documentation, I’ve seen that there is a “multi_scale” parameter which is a float, BUT, if I put a float value, it says “Boolean required”.
So, if i put “multi_scale = True” how does the mutliscale work? what it really does?