-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi, Regarding the tube generation process in get_mask() in evaluator.py.
As far as i can see the actor's bounding boxes are extracted using SiamMask on images of size 640x360 (FRFS) which are then passed to get_mask(). On the other hand the dataloader in get_imgs() first down scales frames to 455x256 followed by a crop of 224x224.
From looking at get_mask() i see that lines 21-25 intend to place the actor's bounding box properly on the feature maps (spatially), but i am not certain they will fit spatially because the actors bounding boxes did not adjust to the same downscale and crop process that the frames did.
Is this a bug or i perhaps i am misunderstanding something?
Thanks
Metadata
Metadata
Assignees
Labels
No labels