But I want to train with 416x416 to better compare to YOLO. When setting width and height to 416x416 and train with 1920x1080 images and test e.g. with 1024x1024, the output gets scaled to 800x800 and squished falsy bounding boxes appear as shown in the screenshot.
As said, with the defaults it is fine. Do I do something wrong?
Dear CNTK Community,
I am trying to train Faster R-CNN as explained here: https://docs.microsoft.com/en-us/cognitive-toolkit/object-detection-using-faster-r-cnn#run-faster-r-cnn-on-your-own-data Basically all works and evaluates fine when using the default __C.IMAGE_WIDTH = 850 __C.IMAGE_HEIGHT = 850
But I want to train with 416x416 to better compare to YOLO. When setting width and height to 416x416 and train with 1920x1080 images and test e.g. with 1024x1024, the output gets scaled to 800x800 and squished falsy bounding boxes appear as shown in the screenshot.
As said, with the defaults it is fine. Do I do something wrong?