map-anything / configs /model /encoder /dinov2_large.yaml
aknapitsch user
initial commit of map anything demo
9507532
# UniCeption encoder string used for selecting encoder class (python3 -m uniception.models.encoders.list)
encoder_str: "dinov2"
# Name of the encoder
name: "dinov2_large"
# Data normalization type
data_norm_type: "dinov2"
# ViT size
size: "large"
# Registers
with_registers: False
# Flag to indicate whether model class uses torch hub
uses_torch_hub: True
# Flag to indicate whether to use gradient checkpointing for encoder
gradient_checkpointing: False