pytorch-yolo-v3 icon indicating copy to clipboard operation
pytorch-yolo-v3 copied to clipboard

A PyTorch implementation of the YOLO v3 object detection algorithm

Results 105 pytorch-yolo-v3 issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I was wondering if you can explain how to tweak the code for the following use-case: Instead of detecting multiple objects at multiple scales, I'm interested in detecting only...

The command 'python detect.py --images imgs --det det' is creating the det folder but the images are not being saved The detector is running perfectly. It is detecting all the...

Traceback (most recent call last): File "D:/DEEPL/pytorch-yolo-v3-master/detect.py", line 118, in model.load_weights(args.weightsfile) File "D:\DEEPL\pytorch-yolo-v3-master\darknet.py", line 469, in load_weights conv_weights = conv_weights.view_as(conv.weight.data) RuntimeError: shape '[1024, 512, 3, 3]' is invalid for input...

Hi i want to know how can i get the confidence number of detected labels, for example if detected object is a cat the inside the bounding boxes, it should...

How can I define the threshold in yolo in the code? For example, I would like that Yolo detects everything with a threshold of 0.5.

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...

Hi, what's the license of this code? Is it under MIT as pytorch-yolo2 by marvis?

i retrained the yolo model and it is running perfectly but how can i see what is the confidence level of the detected label, like car 70%.... i am not...

anchors = x["anchors"].split(",") TypeError: string indices must be integers, not str