-
您好,我是一名研究生,最近在复现yolo模型,在使用您的代码仓运行时,之前都很顺利,但是在train时却遇到了:Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/client/session.py", line 1365, in _do_ca…
-
crashes with a similar error even on training head...
```
INFO:root:Train on 14626 samples, val on 1625 samples, with batch size 16.
Epoch 1/150
2019-10-11 23:42:30.041545: I tensorflow/stream_exe…
Borda updated
5 years ago
-
Hi,
I'm using a darknet yolov4-custom model for detecting small objects modified according to this guide [darknet-small-objects](https://github.com/AlexeyAB/darknet#how-to-improve-object-detection)…
-
Is there any official method to convert custom trained YOLO models to openvino? I've noticed that, if training and then directly converting to openvino there are many errors in the detection (random b…
-
I try train tiny-yolo-voc.cfg using the VOC dataset and get "tiny-yolo-voc_100.weights" whose file size is 63471560 bytes. And when I look at the file size of tiny-yolo-voc.weights download from the o…
-
I was trying to get the weights of the COCO dataset trained with yolo(I dont know which version is it) and I cannot generate weights properly:
This is the command I have used to get the weights::
…
-
I have no quantization folder inside bazel-bin/tensorflow/tools. However, I have it inside tensorflow-master/tensorflow/tools/quantization. I just removed the bazel-bin and simply put tensorflow/tools…
-
Hi, I want to change the input size of yolov3 to 320x224 (h,w). After modified the yolo-v3.yml to:
```python
input_shapes:
# - 1,416,416,3
- 1,320,224,3
out…
-
Hi @AlexeyAB ,Great implementation of Darknet!
This issue is basically regarding custom training.I had generated weights for tiny-yolo training using the follwing command:
'''./darknet partial tiny-…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…