jwee1369

Results 16 comments of jwee1369

@glenn-jocher thanks for the explanation, just to make sure i understand better Assume (h,w) = (1080, 1920) 1. if rect=False ie. square image during training (since it's automatically padded up...

Hi @glenn-jocher , i've tried padding the input, seems to have about the same performance. Digging deeper into the issue i'm facing, the real problem seems to be in the...

Thanks for the suggestion @glenn-jocher . Regarding your point about being consistent with the annotation. When annotating key points, let's say I have an object with 2 keypoints and the...

Thanks @glenn-jocher , makes sense, the CVAT annotation tool indeed was throwing my annotation off, especially the bbox. A side question, does the model first predicts the bbox before the...

Hi @glenn-jocher , Makes sense to have the bbox around the object even if the kps is not in frame. After fixing the bbox, my results appear to be the...

@glenn-jocher it turns out the problem was in the reg_max val in the Detect module. Since my object spans the width of the image, at 640x640 the bounding box covers...