CoolFace
Modelpublic

oraphim/segmentation-efficienttam

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes
source-provenance.json30 linesDownload Raw Back to root
1{2  "schemaVersion": 1,3  "packageId": "segmentation-efficienttam",4  "createdFor": "Oraphim AI Model Manager",5  "modelFamily": "EfficientTAM",6  "upstream": {7    "project": "Efficient Track Anything",8    "repository": "https://github.com/yformer/EfficientTAM",9    "checkpointRepository": "https://huggingface.co/yunyangx/efficient-track-anything",10    "checkpoint": "efficienttam_s_512x512.pt",11    "license": "Apache-2.0"12  },13  "conversion": {14    "format": "ONNX",15    "opset": 18,16    "artifacts": [17      "efficienttam_encoder.onnx",18      "efficienttam_decoder.onnx"19    ],20    "notes": [21      "Exported for Oraphim native Magic Mask segmentation.",22      "Validated by magic_mask_native_parity.json against the native DirectML/CPU runtime contract."23    ]24  },25  "verification": {26    "manifest": "checksums.sha256",27    "parityReport": "magic_mask_native_parity.json"28  }29}30