simple-faster-rcnn-pytorch icon indicating copy to clipboard operation
simple-faster-rcnn-pytorch copied to clipboard

Strange images from the nwtwork

Open ZichengDuan opened this issue 5 years ago • 0 comments
trafficstars

Hi to everyone, I encounter a strange issue. Due to some reason, I am not able to use visdom on my PC so I was trying to save the images and bboxes by hands directly onto the image, however, I got something like this: faster The shape for this image is (1, 3, 600, 800), and I printed it bu using cv2.imwrite(). I tracked the source of the image and it seems that it comes from class Dataloader. The predict function in faster_rcnn.py is also using this image for prediction. I am very confused and I need your help, thank you very much!

ZichengDuan avatar Apr 13 '20 17:04 ZichengDuan