-
Hi @andy-yun
I'm trying to train the tiny yolov2 on VOC, but I got the following error:
```
...
File "/home/jeferson/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 518, …
-
Hi, I tried to inference for yolo v2(and yolo v2 tiny).
I run the code below process.
1) Downloaded pre-trained weight for yolo v2 and convert to h5
$ **python tools/model_converter/convert.…
-
For example I got 2 classes to train. Except those modifies same in yolov4-tiny_custom.cfg (classes, filters right above [yolo] tag), what else need to be made in yolov4-tiny_contrastive.cfg?
-
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…
-
i am able to covert yolov3 tiny to .tflite
facing issue, while i quantize it into int8
i am not understanding, how to add my custom data in place of './coco_dataset/coco/val207.txt' ?
i have ann…
-
I was wondering how would i be able to create my dataset for darknet.cfg or tiny.cfg. As i understand it they are only classifiers.
My current dataset has been made and annotated according to tiny yo…
-
1. The higher subdivisions will slow down the training or not?
2. If I run two training process, it will slow down the others or not?
3. When I train the yolo using yolo-tiny pre-train model, or re…
-
# Object Tracking using YOLOv3, Deep Sort and Tensorflow
This repository implements YOLOv3 and Deep SORT in order to **perfrom** real-time object tracking. Yolov3 is an algorithm that uses deep convo…
-
![image](https://user-images.githubusercontent.com/38826329/129155595-ca379c2f-f3a9-4490-859b-bf2473cb82d2.png)
我按照这个教程可以运行成功,但是保存的图片并没有检测到目标,用的权重是yolox_tiny转换得到的xml文件 ,图片是dog那张图,模型名字是yolo-tiny
-
Running Yolov3-tiny on Tesla v100 gives around 190 fps (that is less than the 220 fps promised in the paper). However running two models simultaneously does not give me an speedup . The first instance…