Closed power0341 closed 5 months ago
Thank you for your interest! During the validation, it’s common to set conf=0.001
(default) rather thanconf=0.25
.
yeah yeah, my bad, i tried several conf thres values, at 0.001, it looked perfectly fine, then i started increasing the conf value, saw the map of one2many' went down quickly, but one2one's stood still
thx you mention that, now i just realize the v10postprocess function doesnt care conf at all
i made a dirt modification to see the difference btw one2one and one2many predictions, i thought one2one is at its best as good as one2many, but i got this for one2one
and this for one2many
below is my changes