Contrary to what has been stated in README.md. A bunch of extra dependencies have been imported when loading models via torch.hub.load. For example:
|
from dinov3.eval.segmentation.models import build_segmentation_decoder |
brings in
|
from torchmetrics import Metric |
This makes the life of people who just want to use the backbone painful.