Minimal DiNO impl in PyTorch

This is a minimal version of the DiNO feature extractor for use in my projects.

This code is copied over from the DiNO baselines made available by the Neural feature fusion fields repo.

Install requirements

Install pytorch

First, install a recent pytorch release by following instructions on https://pytorch.org/

Build package

Build the dinofeat package by running

python setup.py build develop