-
Hello!
The Aim: train yolov3 to detect numbers and letter like x,y,z, 1,2 on background which is book paper texture
I select to train four symbols ('1','2','3','+') and the Situation is : i create …
-
## 🚀 Feature
Implement YOLO v5 from `torch.hub`.
This library removes such `dataset` abstraction and aims to provides a clean modular interface to models.
Some key points to note: -
1. YOLO Ac…
-
I have used YOLO and YOLO-tiny but get the same error each time.
**Description of a bug**
I received this error after I trained my model.
This is the error
darknet: ./src/image.c:41: get_pixel: …
-
I have a few annotations that is originally in .csv format. I would need to convert it to yolo darknet format inorder to train my model with yolov4.
my .cvs file :
![Screenshot (120)](https://user-i…
-
it looks like the bounding boxes in yolo are normalized since the values (x,y,w,h) are between 0 and 1. But what is the benefit of doing this over normalizing the input image?
-
I am working on implementing tiny-YOLO using PipeCNN, was just looking for some advice and guidance for the best way to do it and the steps I should take.
I'm going to convert the tiny-YOLO weights…
-
Have anyone of you successfully built yolo on android tensorflow. I am not getting any result when using yolo in android tensorflow.
anyone know the reason?
-
I've noticed their are some additional configurations to the yolo layer, which are used in the csresnext model:
```
truth_thresh = 1
scale_x_y = 1.1
iou_thresh=0.213
cls_normalizer=1.0
iou_nor…
-
Dear @AlexeyAB ,
I learned that there are two projects for YOLO model prunning as below:
**1.** https://github.com/PengyiZhang/SlimYOLOv3/
**2.** https://github.com/erikguo/yolov3
I want to …
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any a…