anychest-inference / README.md
agaresd's picture
Update README.md
a45a3a1 verified
|
Raw
History Blame Contribute Delete
833 Bytes
---
library_name: pytorch
license: other
pipeline_tag: image-segmentation
tags:
- medical-imaging
- chest-xray
- segmentation
---
# AnyChest Inference Bundle
This repository hosts the slimmed inference-only checkpoints for the public AnyChest release.
## Download
```bash
hf download agaresd/anychest-inference anychest_inference_bundle.pt --local-dir ./weights
```
## Use With The Public Package
After installing the public inference package, run:
```bash
anychest-infer \
--input-path /path/to/image.png \
--output-dir /path/to/output \
--checkpoint ./weights/anychest_inference_bundle.pt \
--profile la
```
## Notes
- This bundle is inference-only.
- Optimizer and scheduler state were removed from the original training checkpoints.
- The package-side reference JSON handles class order and view metadata.