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 woulk like to use yolo-v4 weights file and corresponding cfg file on this repo, how could I do that? Should make modification on darknet.py ?

I got the error as was mentioned in the screenshot below, while others suggested to delete the line 122 comment, I have done it. I fixed that issue. Now the...

Hello @ayooshkathuria, I am trying to apply your code on carla simulator, so i added two cameras and i want to use object detection on their outputs which are numpy...

How can i reduce the model size? or convert another format? it is too big (240MB) :( i used the tiny model but accuracy is not sufficent

Hi everyone, I already have a Cfg-file and weight file for YOLOv3, which I got with Darknet-Framework after the successful training with one class. I wanted to use these files...

Hello, First of all, thanks for the amazing repo! Actually I want only person, helmet and jackets to get detected and so for that I editted the coco.names and voc.names...

hii ,my det folder was created but my image output not store in det folder? and i also like to know how to train data to model because i work...

Where is the `write_results` function?

Hi~ I want to konw how to save detected videos ,and does it support train my videos dataset?

Hi Ayoosh. Would you consider putting a license in this repo (MIT would be great)? I'd love to use it for a project. Thank you!