python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Convert Darknet Weights and cfg file to ONNX or Pytorch weight files
I have some pretrained darknet weights and config files used with a Yolov3 model.
I recently switched to Ultralytics to use Yolo v5. I don't really want to retrain, and a lot of the models relied on t...

Viraj Vaitha
Votes: 0
Answers: 0
run yolov3 in a docker image with python
I am trying to convert YOLOv3 code in a docker image container for a lambda function in AWS.
when I run my app.py code (with Yolo v3 code ) in the cloud watch I can see that a part of the code runs b...
ilaria Ciuffreda
Votes: 0
Answers: 0
Is there a tool for labeling/annotating images using custom weights?
I´ve trained a model on YOLOv5 for detecting custom objects. Is there a tool to use those weights to label new images showing the same classes?
Thanks!
st0412
Votes: 0
Answers: 1
Calculating the width of the YOLO bounding box in pixels
I am trying to find the width of the bounding box of the output image in pixels:
In this article, it says YOLO v3 extracts coordinates and dimensions of the bounding box (line 82). YOLO returns bound...
happypumpkin
Votes: 0
Answers: 1