-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Expo…
-
Hello!
In this repo I created one Object Detection project using YOLO. I am geeting proper results but it is performing very slow.
**Can any one suggest me how can I increase it's speed?**
**…
-
I am trying to run training for custom object detection.
I get the following:
```
(imageai) C:\users\scott\desktop\python2>python imageai_train_detection_models.py
2021-06-17 08:24:33.226689: W …
-
Hi everyone,
Could anyone please show me how to extract weight values from darknet's (.weight) files to run with YOLO_tensorflow?
Thanks
-
Traceback (most recent call last):
File "demo.py", line 77, in
saver.restore(sess, 'models/pretrain/yolo_tiny.ckpt')
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/training…
-
### What happened?
When running the inference of a YOLOv5 model, which has been imported from ONNX and compiled for the CUDA backend, the execution does not terminate. It just keeps on running on the…
-
W tensorflow/core/framework/allocator.cc:124] Allocation of 18874368 exceeds 10% of system memory.
/home/ubuntu/tensorflow-yolo-v3/utils.py:215: RuntimeWarning: invalid value encountered in less
i…
-
Hey all, thank you for your efforts in this project. KUDOS.
#### Issue Description
I'm trying to load a Keras Model created with TF. It is a Yolov3. Looks like the Functional Layer Type is not s…
-
I ran it on Raspberry PI 3b. Previous steps are fine, but I stuck on "./runYOLO". I tried "sudo ./runYOLO", but still the same:
{'dataset': '/home/pi/Traffic_sign_detection_YOLO/dataset', 'yoloConf…
-
Traceback (most recent call last):
File "YOLO_pred.py", line 15, in
yolo_output = multi_yolo(darknet)
File "/home/xzt/DeepEye/YOLOv2-keras/Model.py", line 181, in multi_yolo
final = R…