Skip to content

Instantly share code, notes, and snippets.

View toufiqmusah's full-sized avatar
🦖
Focusing

Toufiq toufiqmusah

🦖
Focusing
View GitHub Profile
@toufiqmusah
toufiqmusah / run_rad_dino.py
Created May 25, 2025 12:52 — forked from fepegar/run_rad_dino.py
Script to extract features from chest X-rays using RAD-DINO. Try `uv run run_rad_dino.py --help`.
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "einops",
# "loguru",
# "numpy",
# "pillow",
# "procex",
# "torch",
# "transformers",