Proteus-Computer-Use/DINOHash
03
DINOHash — extra checkpoints
Additional DINOHash perceptual-hashing models not present in `backslashh/DINOHash`. Each model is provided both as the raw training/traced artifact (raw/) and as an exported ONNX graph (repo root, dynamic batch axis, opset 17).
Notes on the raw files
- MAE-Lite raw files are TorchScript (
_traced.pt), self-contained and loadable directly. - ViT / XCiT raw files are full DINO training checkpoints (
student/teacher/optimizer/...). The ONNX graphs were built by extracting thestudent.backbone.*weights into the matchingtimmarchitecture (strict-clean load) and exporting; XCiT requiredpos_embeder→pos_embedrename and qkv split/fuse between class-attention and XCA blocks.
All inputs are (batch, 3, 224, 224).
