facebookresearch / detr

End-to-End Object Detection with Transformers
Apache License 2.0
13.08k stars 2.37k forks source link

I do not understand what the mask meaning in "samlpes" #611

Open goodstudent9 opened 7 months ago

goodstudent9 commented 7 months ago

When I train and eval the model, there is a variable called samples. image

This variable is consist of two parts: which is called mask and tensors. image

I do not understand how the mask and tensors be created. Even in the eval time, how they are generated?