If I use multi-scale training, do I need to adjust the "ANCHORS" in the _yolov4config.py? Because my understanding is that the parameters set here are related to the size of the input image, whether it is 416 or 224, but different input sizes(due to the multi-scale training) will cause different feature map sizes, so the ANCHORS preset on it should be adjusted. Am I right? Thanks
If I use multi-scale training, do I need to adjust the "ANCHORS" in the _yolov4config.py? Because my understanding is that the parameters set here are related to the size of the input image, whether it is 416 or 224, but different input sizes(due to the multi-scale training) will cause different feature map sizes, so the ANCHORS preset on it should be adjusted. Am I right? Thanks