pytorch-yolo-v3
pytorch-yolo-v3 copied to clipboard
letterbox_image is not used in cam_demo.py
trafficstars
I see that letterbox_image are used in both detect.py and video_demo.py. But in the cam_demo.py, images are simply resized without keeping the aspect ratio. Anybody knows the reason? Thanks!