mlboydaisuke commited on
Commit
b332012
·
verified ·
1 Parent(s): a251805

Upload models.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. models.json +54 -0
models.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "manifest_version": 1,
3
+ "updated_at": "2026-04-10",
4
+ "min_app_version": "1.0",
5
+ "categories": [
6
+ {
7
+ "id": "depth",
8
+ "name": "Monocular Depth Estimation",
9
+ "icon": "cube.transparent",
10
+ "order": 1
11
+ }
12
+ ],
13
+ "models": [
14
+ {
15
+ "id": "moge2_vitb_normal_504",
16
+ "name": "MoGe-2 ViT-B (504×504)",
17
+ "subtitle": "Microsoft, CVPR 2025",
18
+ "category_id": "depth",
19
+ "description_md": "Monocular geometry from a single image. Predicts metric depth, surface normals, and a confidence mask in one forward pass.\n\nBased on a DINOv2 ViT-B/14 backbone with three task heads. The successor to MiDaS-style relative depth: depth comes out in real meters.",
20
+ "thumbnail_url": null,
21
+ "demo": {
22
+ "template": "depth_visualization",
23
+ "config": {
24
+ "input_size": 504,
25
+ "output_keys": ["depth", "normal", "mask", "metric_scale"],
26
+ "depth_unit": "meters"
27
+ }
28
+ },
29
+ "files": [
30
+ {
31
+ "name": "MoGe2_ViTB_Normal_504.mlpackage.zip",
32
+ "url": "https://huggingface.co/mlboydaisuke/coreml-zoo/resolve/main/moge2/MoGe2_ViTB_Normal_504.mlpackage.zip",
33
+ "archive": "zip",
34
+ "size_bytes": 193312088,
35
+ "sha256": "f60cfb4804707a489d99e24453188cd31ddcabb299bbf6da4507edc9cecbf9e7",
36
+ "compute_units": "all"
37
+ }
38
+ ],
39
+ "requirements": {
40
+ "min_ios": "17.0",
41
+ "min_ram_mb": 600
42
+ },
43
+ "license": {
44
+ "name": "MIT",
45
+ "url": "https://github.com/microsoft/MoGe/blob/main/LICENSE"
46
+ },
47
+ "upstream": {
48
+ "name": "microsoft/MoGe",
49
+ "url": "https://github.com/microsoft/MoGe",
50
+ "year": 2025
51
+ }
52
+ }
53
+ ]
54
+ }