-
The training is happily chugging along, but I was curious as to about when would I start to see some learning progress. I was looking around for an equation or estimation of the number of iterations …
-
I've been playing around with the core image recognition code, simply instantiating a model and calling model.detect(), using code like the following:
```
import cv2
import pyzm.ml.object as ob…
-
Following @jvishnuvardhan suggestion in https://github.com/tensorflow/tensorflow/issues/39157#issuecomment-632788236_, I'm creating a new issue
I'm facing an error when trying to run a tiny-yolov3 …
-
when I run the dectection_custom, it runs and produces the image with annotation, but the terminal doesn't end and I can't even force end it with ^C. what might be an issue?
I am running on windo…
-
Hello @AlexeyAB,
first, thank you for your work with the darknet improvements and especially for your documentation, along with my many thanks to @pjreddie.
I'm sorry if it gets too long, I'm not …
-
* what command do you use? - for train on colab
```!./darknet detector train "/content/darknet/obj.data" "/content/darknet/yolov4-tiny-maske.cfg" "/COLAB/maskev4/backups/yolov4-tiny-maske_last.weight…
-
按你的流程走下来都是正常,就是最后跑demo的时候,识别的结果都是显示label 而不是具体的目标名称,请问可能是什么问题?
-
I train YOLOv3-Tiny on own dataset all work OK.
But if I run **python3 detection_custom.py** throw this error:
```
Traceback (most recent call last):
File "detection_custom.py", line 31, in
…
-
i train a dataset but cant run custom
```
File "/home/pi/.local/lib/python3.8/site-packages/tensorflow/python/keras/engine/training.py", line 2785, in _is_hdf5_filepath
return (filepath.endswit…
-
I would love a guide on training your own YOLOv4 detector. Something like taking the weights from a darknet trained detector and connecting it to tkDNN for faster inference.