Views
No views yet
focalclick backend in this repo).best.pt (PyTorch checkpoint from supervised fine-tuning).focalclick/output/training/supervised_qc_wwwl7_s50w50_zoom09_initfresh_e10_v2s1p50_w0p50 checkpoint (no optimizer/scheduler carryover)best_val_dice = 0.8385377488best_epoch = 91,334,487198,695channel_mode = linearchannel_strong_factor = 1.5channel_weak_factor = 0.5zoom_min_factor = 0.9zoom_max_factor = 4.0translation_frac = 0.2crop_target_margin_frac = 0.2channel_mode=auto and read channel settings from checkpoint metadata.best.pt: best supervised checkpoint.metrics.json: training history and best-metric summary.manifest_mixed7_summary.json: mixed7 manifest composition summary.wwwl6_generation_summary.json: WW/WL variant generation summary.qc_rules.json: parsed QC exclusion rules used in data filtering.helpers/: updated inference helper scripts.1python -m focalclick.helpers.run_single_click_inference \
2 --image /path/to/image.png \
3 --checkpoint best.pt \
4 --x 256 --y 2561python -m focalclick.helpers.run_multiclick_inference \
2 --image /path/to/image.png \
3 --checkpoint best.pt \
4 --click 256,256,+ \
5 --click 240,240,-