-
When I try to training this program using tiny yolo v3 (net_type=tiny), I got the under
messages.
train.py
Instructions for updating:
Use standard file APIs to check for files with this pr…
-
What do you think about this training output?
Region 16 is always nan, i don't think is normal.
`Region 23 Avg IOU: 0.666832, Class: 0.653146, Obj: 0.910936, No Obj: 0.000839, .5R: 1.000000, .75R…
-
@pjreddie , thanks to this excellent work.
I am quite excited to share that tiny-yolo inference engine has been ported to work on opencl hardware.
See my project @ https://github.com/sat8/YoloOCLIn…
-
Hi everybody!
I've trained yolo model for my own class of images.
It works pretty good, but now I want to use this network on my nvidia jetson tx1 and TX2 .
So. Is it possible to use to use my w…
-
I cound't download both files to train my custom tiny model because for some unknown reasons there couldn't be found on your website
-
I compare the yolo_v3_tiny_pan and yolo_v3_tiny_pan_mixup,
this two nets are the same, only in line 17 add mixup=1(yolo_v3_tiny_pan_mixup).
the mAP increase 2.7%.
can you tell me what is mixup? or …
-
I would like to train a tiny yolo v3 hand detector. It is supposed to detect hands in very specific footage. The camera perspective as well as the size of the hands is always more or less the same in …
czkaa updated
5 years ago
-
Hello @AlexeyAB,
Thank you for your great work !
I used tiny-yolo for object detection of my custom dataset for only one object. Now, to say how accurate the model is, do I give it a test dataset…
-
你好,我在运行prune_tiny_yolo.py时,只显示了进度条栏,但一直是0,程序不报错也没有进行下去,一直停在那里,想知道是哪里出了问题,希望得到您的解答。
另外,稀疏训练时我用的是yolov3-tiny.cfg,剪枝时用这个报错,换成yolov3-tiny-hand.cfg后不报错,但出现了上述问题。
等待您的解答,谢谢。
Mayzy updated
2 years ago
-
首先非常感谢作者的开源,但是我在使用tiny剪枝时遇到了错误,BrokenPipeError: [Errno 32] Broken pipe RuntimeError: The "freeze_support()" line can be omitted if the program大致是线程之类的错误,我用的使自己训练的四分类网络就是标准的yolo-tiny只更改了yolo层符合我的四个输出…