UX-Decoder / DINOv

[CVPR 2024] Official implementation of the paper "Visual In-context Learning"
386 stars 17 forks source link

What is the meaning of pb_embedding? #7

Open feivelliu opened 7 months ago

feivelliu commented 7 months ago

Thank you for your excellent work! I want to know what pb_embedding represents and how to understand it.

FengLi-ust commented 7 months ago

Hi, it represents whether it is a point or box (inherited from Semantic-SAM). In this work, we only train with points, so it can be removed in your training.