AlphAction
AlphAction copied to clipboard
What is the purpose for using `TO_REMOVE`
https://github.com/MVIG-SJTU/AlphAction/blob/db19364dd2b15905ae4b70a7acd9bb9b34ccb04b/alphaction/structures/bounding_box.py#L88-L89
Hi, Thanks for your awesome work.
I noticed that you use TO_REMOVE=1
when the box mode is converted from xywh
to xyxy
. I am confused by this.
Would you mind giving some hints?