ayooshkathuria / pytorch-yolo-v3

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

Can I get location information or various information of things that Yolo didn't classify? #121

Open ShinhwanKim opened 5 years ago

ShinhwanKim commented 5 years ago

Hi, I'm studying about object detection. One day I got a question. "How is information of unclassified objects processed?" and "Can I get the information of unclassified objects?"

Can I get location information or various information of things that Yolo didn't classify?