ayooshkathuria / pytorch-yolo-v3

A PyTorch implementation of the YOLO v3 object detection algorithm
3.3k stars 1.06k forks source link

Why doesn't it save the result which has predicting box of images in directory imgs? #148

Closed Suncheng2019 closed 4 years ago

Suncheng2019 commented 4 years ago

I have ran the project, I just get the console print but not the images after detecting. I want to get the images with predecting boxes, emmm what should I do? Thank you very much!

HansiIMW commented 4 years ago

Hi, you could include code in class(write) to save the coordinates and label to a txt file.

Suncheng2019 commented 4 years ago

Hi, you could include code in class(write) to save the coordinates and label to a txt file.

Thank you, I have worked it out.