samanthawyf

Results 3 issues of samanthawyf

When I run yolo_video.py, the following error occurs: ``` Traceback (most recent call last): File "yolo_video.py", line 14, in detect_video(YOLO(), video_path, output_path) File "/home/wyf/PycharmProjects/keras-yolo3/yolo.py", line 179, in detect_video image =...

I am confused with the shrink and expand ratio of spn. Why does shrink ratio 0.4 correspond to polygon expand ratio 3.0 and box expand ratio 1.5? In my experiments,...

Hi, I don' t know how to get the proposal_file in the step2 command: `python tools/data/box_proto_from_proposals.py proposal_file vid_root save_dir` I download the _VID_ResNet_152_4b35_RPN_proposals.zip_ and unzip it, and find two .mat...