-
Hello, @david8862
I'm trying to train yolov4 to detect custom objects.
I'm using Google Colab.
My steps were:
1. Install required packages
2. Copy weights for csdarknet53 (in previous run…
DNotS updated
2 years ago
-
I've converted yolov4 (custom trained on our dataset) from darknet to onnx using 'darknet2onnx.py' at this repo: https://github.com/Tianxiaomo/pytorch-YOLOv4) and by using the following environment, …
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
Implement Yolo-LSTM detection network that will be trained on Video-frames for mAP increasing and solve blinking issues.
* https://arxiv.org/abs/1705.06368v3
* https://arxiv.org/abs/1506.04214v2
…
-
## ❔Question
I've read a few threads dealing with the same problem of 4-channel data. I would like to apply this to YoloV5.
([link](https://github.com/ultralytics/yolov3/issues/1037))
I would l…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Predict
### Bug
Hello …
-
Hi,
I am using the OAK-D-LITE camera on NVIDIA Jetson Nano single board computer. I am using ROS Noetic on Ubuntu 20.04.5 LTS. I've went through the setup procedure (steps 1 - 8) successfully, but…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and f…
-
```
import cv2
import time
CONFIDENCE_THRESHOLD = 0.2
NMS_THRESHOLD = 0.4
COLORS = [(0, 255, 255), (255, 255, 0), (0, 255, 0), (255, 0, 0)]
class_names = []
with open("C:/Users/yashg/Deskto…