YOLOv3_TensorFlow icon indicating copy to clipboard operation
YOLOv3_TensorFlow copied to clipboard

a picture with no object as negetive sample to train,how can I make it as input ? the coord shall I see it as 0,0,0,0?and the class ,what should I put it?

Open Sweetclover opened this issue 6 years ago • 4 comments

Sweetclover avatar Jun 29 '19 13:06 Sweetclover

Why do you want to do this? A sparse input can already be considered as a negative sample.

And this repo , emmmm, does not support this. Still you can check the source code and modify it.

Cli98 avatar Jun 29 '19 14:06 Cli98

I think this makes no sense. Questions are like, how to choose prediction scale using IoU ranking, or how to set ignore mask. Of course you can modify the code yourself to achieve your goal, but this is not consistent with the original yolo idea any more.

wizyoung avatar Jun 29 '19 18:06 wizyoung

请问有从rtsp流每隔n帧跑yolov3检测实时人数的脚本吗?

bujianyiwang avatar Jan 16 '20 06:01 bujianyiwang

I also met this problem. How to solve it?

HXY-95 avatar May 11 '20 13:05 HXY-95