AnyChest Inference Bundle
This repository hosts the slimmed inference-only checkpoints for the public AnyChest release.
Download
hf download agaresd/anychest-inference anychest_inference_bundle.pt --local-dir ./weights
Use With The Public Package
After installing the public inference package, run:
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.