Nice work and great contribution for releasing the source code.
I have question about the meaning of the following flag-variables.
|
prediction_switch = {'part': False, 'whole': True, 'seg': True, 'det': True} |
What's the role of the 'part' and 'whole' in prediction switch?
Nice work and great contribution for releasing the source code.
I have question about the meaning of the following flag-variables.
DINOv/dinov/architectures/dinov.py
Line 471 in 53bf20d
What's the role of the 'part' and 'whole' in prediction switch?