Home / Projects / dinov2-I16
Project active

dinov2-I16

Details

Stars ★ 1
Forks 1

DINOv2 patchThis is a patch for the original repository to make it work with the latest version of PyTorch (>2.1).Install the dependencies using the following command:``bash conda env create -f conda.yaml conda activate dinov2 `Then run the following command to install the package:`bash pip install -e . `Then add the training images to data/train.You can now start the training using…