Dương Quang Tùng

Results 13 comments of Dương Quang Tùng

Hello @mnikitin, This is not an answer, I have a question too :)) To my understanding, weight, geometrically, is the class center. But why it is always initialized from some...

Tks @mnikitin, To your questions, I think we just optimize weight after normalizing and don't need to denormalize it. Its original value doesn't need to change, we don't care about...

Changing tsize to (800, 1440) may help. For me, it is 608, 1088 for yolov5m.

> > Changing tsize to (800, 1440) may help. For me, it is 608, 1088 for yolov5m. > > i use (800,1440),but still have a problem ,obj not match box....

> > > > Changing tsize to (800, 1440) may help. For me, it is 608, 1088 for yolov5m. > > > > > > > > > i use...

@rom1504 thank for your reply. So download multiple times in MSCOCO is default setting?

postprocess = nms + resize box to original size of frame, you can check code here https://github.com/tungdop2/ByteTrack_yolov5/blob/fbbdafaa076b3bf654fb1113c1ef792f88f4ab3b/yolov5/utils/boxes.py#L33

For my understanding, this is the input size for the model.

I'm not sure, give me your model and 1 image, I will check later.

> errors still occur. The input image size is 1600 when I custom trained custom model. change Input size on yolov5 source code is OK. But in your code only...