In scope.py, the shape of input image is [3, 320, 320] during inference step, i want to know how did you do it?
I saw you use ImageRecorderIter to preprocess the input images, does it just resize the image into [3, 320, 320], or some other operations?
Thx for your help!~~