facebookresearch / dinov2

PyTorch code and models for the DINOv2 self-supervised learning method.
Apache License 2.0
8.8k stars 764 forks source link

dense matching demo #352

Open ChHanXiao opened 8 months ago

ChHanXiao commented 8 months ago

Hi,Is there some example code for the dense matching demo? Thanks!

antmedellin commented 3 months ago

Just created a sample demo here that is similar to the demo. The key to getting good results is to to combine both of the features before doing dimensional reduction.