-
缺少 yolov4 系列的模型,yolov4标准版、yolov4-tiny,以及Scaled-yolov4系列
-
anchors_mask应该是[[3,4,5],[0,1,2]]而不是[[3,4,5],[,1,2,3]]吧?
-
I tried transfer training based on yolov4-tiny.weights as below command.
python train.py --weights ./data/yolov4-tiny.weights --tiny
But, I am facing errors below.
Restoring weights from: ./…
-
Hello,
I don't understand, the results are perfect with my darknet model but after converting to TF, the detection results are two times smaller for the bounding boxes.
I am using this config fi…
-
Fatal Python error: Aborted
Current thread 0x00007f2e146f0740 (most recent call first):
File "/home/nurettin/anaconda3/envs/py/lib/python3.7/site-packages/tensorflow/lite/toco/python/toco_from_p…
-
-
Hello all,
I use linux user : Ubuntu 20.04. I want running inference task with my pre-trained darknet yolov4 model using terminal.
I ran this command
`
./darknet detector test ~/Documents/Data_c…
-
I am facing the following error:
```python
ValueError: cannot reshape array of size 5370 into shape (30,256,1,1)
```
What I did
-Changed config.py as follows.
```python
# YOLO options
__C.YO…
-
Hi team, I am trying to test in Unity editor YoloObjectDetectionExample.scene. After following the instructions in the .pdf file Unity crashes (I use yolov4-tiny.weights, yolov4-tiny.cfg). The same th…
-
Hello everyone,
I have no problem when I convert to tflite when converting yolov4 models or yolov3 tiny models (with 2 yolo-layers).
However, when I want to convert yolov3 tiny-prn models or yol…