-
a ) I cloned https://github.com/ultralytics/yolov3
b) I m using yolov4.weights and yolov4.cfg from " !git clone https://github.com/AlexeyAB/darknet "
c) I m in step 1 - Normal Training
command …
-
Explanation on how is it different than YOLOv4 is much appreciated.
A concrete description on uniqueness would help us to use this code with confidence.
-
What is the theoretical difference between YOLOv5 and YOLOv4?Backbone different?Or is there something new?Why would YOLOv5 raise the score?
-
Can we add yolov5.cfg so that It will be easier to load model.
-
## ❔Question
yolov5 behaves better than v4.
Have you ever consider to realize the tensorRT using the python version
like [this](https://github.com/Tianxiaomo/pytorch-YOLOv4) used in v4 which can s…
-
I create a conda env as your requirements:
cuda: 10.1
python 3.8.0
pytorch 1.6.0
torchvision: 0.7.0
but I can't use the cuda.
`import torch
print(torch.cuda.is_available()) # False `
-
Hi @glenn-jocher,
Just to let you know, we have updated our implementation to your v3.0 release.
Now we support your yolov5 v1.0(yolov5s only) v2.0 and v3.0. Refer to https://github.com/wang-xin…
-
## ❔Question
could update the good way of D2Dnet in yolo?
## Additional context
D2Det: https://github.com/JialeCao001/D2Det
![2](https://user-images.githubusercontent.com/33318353/93870966-874cb…
-
hi!
i have some question:
cd /far-planner-with-yolo
but [far-planner-with-yolo-complete]
The most important thing is:catkin_make question
> Invoking "cmake" failed
```
> CMake Error at /u…
-
depth_multiple: 0.33 # model depth multiple
width_multiple: 0.50 # layer channel multiple
What is the role of these two parameters? The meaning of adjustment