PyTorch中resize_boxes中的尺寸超出范围(预计在[-1,0]范围内,但得到1)
I am training an object detection model on my Dataset using Faster RCNN and resnet50 with pre-trained weights. I am primarily following the following link while implementing it, the only difference is that instead of segmentation, I am performing object de...