-
你好,我运行get_map.py。权重使用的是 yolov4_tiny_weights_coco.pth和yolov4_tiny_weights_voc.pth都出现了如下的错误。
```
RuntimeError: Error(s) in loading state_dict for YoloBody:
size mismatch for yolo_headP5.1.weight:…
-
Hi @AlexeyAB
We like to call yolo_cpp_dll.dll from C#, so we wrote a com wrapper in C++. There is one Create method as below:
`STDMETHODIMP CDetector::Create(BSTR strCfg, BSTR strFileWeights, int g…
-
I'm trying to convert the tiny-yolo onnx models generated in [this blog post](https://elbruno.com/2018/07/10/winml-how-to-convert-tiny-yolov3-model-in-coreml-format-to-onnx-and-use-it-in-a-windows10-a…
-
## detail | 详细描述 | 詳細な説明
loop_count = 64
num_threads = 8
powersave = 0
gpu_device = -1
cooling_down = 0
squeezenet min = 20.73 max = 142.01 avg = 47.55
squeezenet_int8 m…
-
Hi all,
I have to train 7 classes with imagenet. However, I always get an error called "NoneType" object has no attribute 'shape'. I put all the images in the folder called "image" and all the annot…
-
I downloaded yolo tiny weights and cfg. converted them. My training classes are two (mask - no mask).
I did the exact same steps in readme file.
However I get this error:
ValueError: slice in…
-
In your backend.py code, it has provisions for multiple backend options(tiny_yolo, squeezenet, mobilenet, inception, vgg16, resnet50).
Where to download these model(.h5) files and its corresonding …
-
Hi ,
It is written that to get pretrained weights I have to use `yolov3-tiny.conv.15` for yolov3_tiny. In yolov2 it was for `13 layers` and when I check the **yolov3_tiny** configuration , i`t cons…
-
Question
1. Used pretrain tiny-yolo-v2 weight, converted to pb file by --savepb
2. Use this *.pb to do inference or camera things, all work ok, then i calculated it's mAP
which i get 68.53%
3. Qu…
-
running `python darknet.py` results in this error for me:
`Traceback (most recent call last):
File "darknet.py", line 122, in
net = load_net("cfg/tiny-yolo.cfg", "tiny-yolo.weights", 0)
cty…
njoye updated
3 years ago