feifeiobama / OrthogonalDet

[CVPR 2024] Exploring Orthogonality in Open World Object Detection
33 stars 3 forks source link

What is the difference between t2 and t2_ft? #3

Closed 343gltysprk closed 2 months ago

343gltysprk commented 3 months ago

In the ft task, are you using previous known classes as validation set?

feifeiobama commented 3 months ago

The difference is in the curation of the training data: t2 uses only the new classes for training, while t2_ft uses all previously known classes which simulates the replay strategy.