Orient-Anything-V2 / paths.py
zhangziang
initial commit track binary
f783161
raw
history blame
396 Bytes
DINO_SMALL = "facebook/dinov2-small"
DINO_BASE = "facebook/dinov2-base"
DINO_LARGE = "facebook/dinov2-large"
DINO_GIANT = "facebook/dinov2-giant"
VGGT_1B = "facebook/VGGT-1B"
ORIANY_V2 = "Viglong/OriAnyV2_ckpt"
REMOTE_CKPT_PATH = "demo_ckpts/acc8mask20lowlr.pt"
RENDER_FILE = "assets/axis_render.blend"
REF_AXIS_IMAGE = "assets/axis_ref.png"
TGT_AXIS_IMAGE = "assets/axis_tgt.png"