Update README.md
Browse files
README.md
CHANGED
|
@@ -46,7 +46,8 @@ Or let the evaluation protocol fetch it for you:
|
|
| 46 |
from counthallu.utils import load_counting_model
|
| 47 |
model, model_type, _, _ = load_counting_model(
|
| 48 |
"simobject", use_hub_model=True,
|
| 49 |
-
repo_id="ShyFoo/CountHallu-counting_model-SimObject"
|
|
|
|
| 50 |
```
|
| 51 |
|
| 52 |
See the [CountHallu repository](<https://github.com/ShyFoo/CountHallu-Diff>) for the full evaluation protocol.
|
|
|
|
| 46 |
from counthallu.utils import load_counting_model
|
| 47 |
model, model_type, _, _ = load_counting_model(
|
| 48 |
"simobject", use_hub_model=True,
|
| 49 |
+
repo_id="ShyFoo/CountHallu-counting_model-SimObject"
|
| 50 |
+
)
|
| 51 |
```
|
| 52 |
|
| 53 |
See the [CountHallu repository](<https://github.com/ShyFoo/CountHallu-Diff>) for the full evaluation protocol.
|