ecandeloro commited on
Commit
46d13ce
·
verified ·
1 Parent(s): 308be20

Update CALHippo model card links

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -22,6 +22,10 @@ This repository contains released model artifacts for the [CALHippo Framework](h
22
  including segmentation, density-estimation, and classification components used
23
  by the public reproducibility path.
24
 
 
 
 
 
25
  ## License and Terms of Use
26
 
27
  The CALHippo model weights in this repository are released under
@@ -100,4 +104,12 @@ commercial deployment.
100
 
101
  ## Loading with the CALHippo framework
102
 
103
- The recommended way to obtain these artifacts is through the [CALHippo Framework](https://github.com/AImageLab-zip/CALHippo-Framework)
 
 
 
 
 
 
 
 
 
22
  including segmentation, density-estimation, and classification components used
23
  by the public reproducibility path.
24
 
25
+ Quick links: [Framework](https://github.com/AImageLab-zip/CALHippo-Framework) |
26
+ [Interactive Demo](https://huggingface.co/spaces/AImageLab-Zip/CALHippo-Demo) |
27
+ [Dataset](https://ditto.ing.unimore.it/calhippo/)
28
+
29
  ## License and Terms of Use
30
 
31
  The CALHippo model weights in this repository are released under
 
104
 
105
  ## Loading with the CALHippo framework
106
 
107
+ The recommended way to obtain these artifacts is through the
108
+ [CALHippo Framework](https://github.com/AImageLab-zip/CALHippo-Framework):
109
+
110
+ ```bash
111
+ uv run python scripts/setup_data.py --data-root data --download-weights
112
+ ```
113
+
114
+ To try the released LR density-estimation model without local setup, use the
115
+ [CALHippo Demo Space](https://huggingface.co/spaces/AImageLab-Zip/CALHippo-Demo).