Skip to content

Instantly share code, notes, and snippets.

View toufiqmusah's full-sized avatar
🦖
Focusing

Toufiq toufiqmusah

🦖
Focusing
View GitHub Profile
@toufiqmusah
toufiqmusah / torchio-suptitle-tests-example-usage.ipynb
Created May 31, 2025 05:22
TorchIO Suptitle Tests & Example Usage
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@toufiqmusah
toufiqmusah / label-masked-elastic-transform-torchio.ipynb
Created May 28, 2025 13:37
Label Masked Elastic Transform - TorchIO
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@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",