FoundationVision / GLEE

[CVPR2024 Highlight]GLEE: General Object Foundation Model for Images and Videos at Scale
https://glee-vision.github.io/
MIT License
1.02k stars 82 forks source link

Where is 'get_tracking_contrastive_lossv3'? #31

Open Augustusmyc opened 3 months ago

Augustusmyc commented 3 months ago

projects\GLEE\glee\models\glee_model.py, line 364

track_loss = self.get_tracking_contrastive_lossv3(outputs[0], targets, task)

Where is get_tracking_contrastive_lossv3? And could you please give more details about how to train and inference with tracking data?