andandandand commited on
Commit
80aae34
·
verified ·
1 Parent(s): 2a198a0

Upload manifest after gitignore update

Browse files
Files changed (1) hide show
  1. assets/manifest.json +62 -0
assets/manifest.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generated_at_utc": "2026-04-05T10:43:46Z",
3
+ "source_model_manifest": "/sc/home/antonio.rueda-toicen/eccv_jaguars/ECCV_Jaguars/HyperViewDemoHuggingFaceSpace/config/model_manifest.json",
4
+ "dataset": {
5
+ "dataset_root": "/sc/projects/sci-aisc/eccv_jaguars/kaggle_jaguar_dataset_v2",
6
+ "images_dir": "/sc/projects/sci-aisc/eccv_jaguars/kaggle_jaguar_dataset_v2/train",
7
+ "coreset_csv": "/sc/home/antonio.rueda-toicen/eccv_jaguars/ECCV_Jaguars/data/validation_coreset.csv",
8
+ "num_samples": 1895,
9
+ "image_variant": "foreground_only",
10
+ "sample_index_csv": "sample_index.csv"
11
+ },
12
+ "models": [
13
+ {
14
+ "model_key": "triplet_t0_msv3_seed43",
15
+ "comparison_key": "triplet:T0:msv3",
16
+ "family": "euclidean",
17
+ "loader": "triplet_benchmark",
18
+ "space_key": "triplet_t0_testbest",
19
+ "geometry": "euclidean",
20
+ "layout": "euclidean:2d",
21
+ "checkpoint_path": "/sc/home/antonio.rueda-toicen/eccv_jaguars/ECCV_Jaguars/checkpoints/triplet_miewid_msv3_T0_seed43_best.pth",
22
+ "checkpoint_source": "local_path",
23
+ "run_url": "https://wandb.ai/jaguars/eccv-jaguars-triplet-benchmarks/runs/zogwmhkg",
24
+ "embeddings_path": "models/triplet_t0_msv3_seed43/embeddings.npz",
25
+ "metadata_path": "models/triplet_t0_msv3_seed43/metadata.json",
26
+ "num_samples": 1895,
27
+ "embedding_dim": 2152
28
+ },
29
+ {
30
+ "model_key": "arcface_o0_msv3_seed44",
31
+ "comparison_key": "arcface:O0:msv3",
32
+ "family": "hyperspherical",
33
+ "loader": "arcface_benchmark",
34
+ "space_key": "arcface_o0_testbest",
35
+ "geometry": "euclidean",
36
+ "layout": "spherical:3d",
37
+ "checkpoint_path": "/sc/home/antonio.rueda-toicen/eccv_jaguars/ECCV_Jaguars/checkpoints/arcface_miewid_msv3_O0_seed44_best.pth",
38
+ "checkpoint_source": "local_path",
39
+ "run_url": "https://wandb.ai/jaguars/eccv-jaguars-arcface-benchmarks/runs/78h2osx0",
40
+ "embeddings_path": "models/arcface_o0_msv3_seed44/embeddings.npz",
41
+ "metadata_path": "models/arcface_o0_msv3_seed44/metadata.json",
42
+ "num_samples": 1895,
43
+ "embedding_dim": 2152
44
+ },
45
+ {
46
+ "model_key": "lorentz_o1_msv3_seed44",
47
+ "comparison_key": "lorentz:O1:msv3",
48
+ "family": "hyperbolic_lorentz",
49
+ "loader": "lorentz",
50
+ "space_key": "lorentz_o1_testbest",
51
+ "geometry": "hyperboloid",
52
+ "layout": "poincare:2d",
53
+ "checkpoint_path": "/sc/home/antonio.rueda-toicen/eccv_jaguars/ECCV_Jaguars/checkpoints/lorentz_miewid_msv3_O1_seed44_best.pth",
54
+ "checkpoint_source": "local_path",
55
+ "run_url": "https://wandb.ai/jaguars/eccv-jaguars-lorentz-benchmarks/runs/3ggl339k",
56
+ "embeddings_path": "models/lorentz_o1_msv3_seed44/embeddings.npz",
57
+ "metadata_path": "models/lorentz_o1_msv3_seed44/metadata.json",
58
+ "num_samples": 1895,
59
+ "embedding_dim": 257
60
+ }
61
+ ]
62
+ }