Skip to content

questions about find the keypoints of rotated objects #2685

Answered by Ben-Louis
MianMianMeow asked this question in Q&A
Discussion options

You must be logged in to vote

Based on this visualization result, I suggest expanding the size of bounding boxes during augmentations. You could try to modify some transforms as follows:

    ...
    dict(type='GetBBoxCenterScale', padding=1.5),
    dict( type='RandomBBoxTransform', scale_factor=[0.75, 1.25], rotate_factor=180),
    ...

This might help get rid of the absence of corners

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@MianMianMeow
Comment options

@Ben-Louis
Comment options

Answer selected by MianMianMeow
@MianMianMeow
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants