-
Hi,
I downloaded the `yolov2-tiny.cfg` and the `yolov2-tiny.weights` from the Darknet (https://pjreddie.com/darknet/yolo/) site and run the command,
`python flow --model cfg/yolov2-tiny.cfg --lo…
-
the tiny-yolo.weights model (for COCO) provided on the website doesn't mention mAP. However, running `./darknet detector demo cfg/coco.data cfg/tiny-yolo.cfg tiny-yolo.weights ` detects nothing. But t…
-
Hello:
When yolo-tiny-v2 model is transformed into openvinol, the accuracy is lost, and there are many zero values in the output value. How to deal with the problem of confusion in reasoning? Thank y…
-
Hi! I am running YOLO v4 and YOLO v4-tiny under the environment: Win10, CUDA 10.2, cuDNN: 7.6.5, OpenCV: 3.4.4 on RTX 2080 ti. Running with command darknet.exe detector demo cfg/coco.data cfg/yolov4-t…
-
### Question
I am using AutoModel.from_pretrained("Xenova/yolos-tiny") to load the Yolos model for object detection. Does transformers.js load the model_quantized.onnx by default? Would I be able to…
-
Hello and thank you for this great repository,
It is really nice that someone is providing all this commands from the script which is really helpful and also all this benchmarks for different devic…
-
Hi,
I come across an error when I run the demo.
Here is what I type:
`python YOLO_tiny_tf.py -fromfile /home/kang/Documents/work_code_PC1/online_code/YOLO_tensorflow/test/person.jpg`
And It shows:
``…
-
There is a problem with the weight of training yourself(One classe).
I followed your script.txt
FP32 (CPU): frozen_tiny_yolo_v3.xml and frozen_tiny_yolo_v3.bin test is normal.
FP16 (MYRIAD): frozen…
-
HI ,
I have extracted the weights for YOLO tiny and try to use your code to predicted the person.jpg... adn the follow error came up.
Loading complete!
Detect from test/person.jpg
class …
-
Model | Size(MB) | Precision(IOU) | Recall(Ratio) | Processing Time(ms)
-- | -- | -- | -- | --
Yolo | 195 | 0.74 | 0.93 | 2034
Tiny-Yolo | 61 | 0.62 | 0.77 | 1160
Compressed Tiny-Yolo | 25 |…