dinov2
dinov2 copied to clipboard
How to do image feature extractions?
Hi there!
Is there any documentation or guide on how to use this model as a feature extractor? I'd like to feed it some images and receive features of those images.
Thanks.
No, but that's something we will definitely consider documenting better. Meanwhile I would point you the evaluation code available under dinov2/eval/ which does extract (and combine) features to feed them into simple classifiers.
Related:
- #2
I'll check them out. Thank you both @woctezuma and @patricklabatut! And looking forward to read the documentation once it's available. It'd be very informative! Thanks again :)
Closing this specific issue and keeping #2 open until the documentation is improved.