-
Hi Alex, as i couldnt find your email elsewhere, i have to drop the message here. Following your respo https://github.com/AlexeyAB/yolo2_light , i find that when i ran demo-video file, the memory leak…
-
Hi I trying to train train.py with backend model as Full Yolo or ResNet50. But I encounter the following error. CCould you please let me know what could be the error here. tHanks
Traceback (most re…
PRBtc updated
2 years ago
-
For abjectness scores it use logistic regression . what is this advantage ? in the yolo2 what is use for abjectness scores? why this train multi-label classification? what was in the v2? multi-class …
-
Thank you very much for your contribution!
I download your code from github, and test on my computer.
When I run "python yolo3_one_file_to_detect_them_all.py -w yolo3.weights -i dog.jpg",the problem…
-
I have trained the tiny-yolo and yolo2 model on my own dataset, and it works well on PC;
Since I am not familiar with iOS or Android, what should I do to make the trained ckpt or pb file can e…
-
Hi ,
Thanks for you share. I had view some source code and had some question about it.
If the number of GT boxes more than 30 , yolo only deal with 30 boxes?
-
Hello,
In yolo2 project of yours the module 'imgaug' was used in the preprocessor for data augmentation. In the yolo3 version it has been excluded.
What was the motivation for this exclusion? If ad…
-
# YOLO9000: Better, Faster, Stronger #
- Author: Joseph Redmon, Ali Farhadi
- Origin: https://arxiv.org/abs/1612.08242
- Related:
- https://github.com/longcw/yolo2-pytorch
- https://github.…
-
I am now able to detect images of the car. by drawing up a frame But I don't know how to use this frame to be able to count frames. Help me at
Code:
import sensor,image,lcd,time
import KPU as kpu…
-
YOLO2提出一种联合训练机制,混合来自检测和分类数据集的图像进行训练。当网络看到标记为检测的图像时,基于完整的yolov2损失函数进行反向传播。当它看到一个分类图像时,只从特定于分类的部分反向传播损失。