Skip to main content

DUSTrack

src PyPI - Version Documentation Status GitHub license

Semi-automated point tracking in videos. Designed for ultrasound videos, but works with natural videos as well.

DUSTrack (Deep learning and optical flow-based toolkit for UltraSound Tracking) is a semi-automated framework for tracking arbitrary points in B-mode ultrasound videos. It combines deep learning with optical flow to deliver high-quality, robust tracking across diverse anatomical structures and motion patterns. The toolkit includes a graphical user interface that streamlines the generation of high-quality training data and supports iterative model refinement. It also implements a novel optical-flow-based filtering technique that reduces high-frequency frame-to-frame noise while preserving rapid tissue motion.

Features

  • Hybrid approach: Combines deep learning with optical flow for accurate tracking
  • User-friendly GUI: Streamlines training data generation and model refinement
  • Noise reduction: Novel optical-flow-based filtering preserves rapid motion while reducing frame-to-frame noise
  • Versatile: Works with ultrasound and other video types
  • Flexible installation: Use GUI + optical flow only, or add deep learning capabilities

Learn more about DUSTrack in our paper in Scientific Reports.

Installation

Option 1: GUI + Optical Flow Only (Recommended for Short Videos)

For tracking points in videos with a few hundred frames, this lightweight installation is sufficient:

pip install DUSTrack

Troubleshooting dependencies: If you encounter dependency issues, use conda with the provided requirements.yml file:

conda env create -n env-dustrack -f https://github.com/praneethnamburi/DUSTrack/raw/main/requirements.yml
conda activate env-dustrack
pip install DUSTrack

Option 2: Full Installation (Including Deep Learning)

For longer videos or ultrasound videos with repetitive motions, deep learning significantly reduces manual effort and improves tracking quality:

  1. Create a conda environment and install DeepLabCut by following these instructions
  2. Activate your DeepLabCut environment and install DUSTrack:
    conda activate <your-dlc-env>
    pip install DUSTrack
    

Quick Start

After installation, type dustrack at any shell prompt:

dustrack

A file picker opens — select one or more videos and DUSTrack launches on the first one. No Python code required.

Next steps:

  • Use the GUI to mark points of interest in your video (see Keyboard shortcuts)
  • Track points using optical flow and/or train a deep learning model
  • Export tracking results as a .json file for further analysis

For detailed tutorials and examples, see the documentation.

Scripting and resume

The same workflow is reachable from Python via dustrack.open(...), which auto-detects whether the path is a bare video (start fresh) or a DLC project (resume in place):

import dustrack
import datanavigator

# Zero-argument launch (same as the `dustrack` shell command):
dustrack.open()                                      # pops the file picker

# Start fresh on a specific video:
video_path = datanavigator.get_example_video()       # or use your own
d = dustrack.open(video_path, "pn")
# The second argument is the name of the "layer" for storing tracking
# annotations. If you omit it, DUSTrack defaults to "iteration-0" -- the
# canonical seed name for the DLC training pipeline (next iteration
# lands as "iteration-1").

# Resume in place from a previous DLC project:
dustrack.open('path/to/project/')                    # resume from project root
dustrack.open('path/to/project/config.yaml')         # resume from config
dustrack.open('path/to/project/videos/video.mp4')    # resume on a specific video

Documentation

Full documentation is available at DUSTrack.readthedocs.io.

Citation

If you use DUSTrack in your research, please cite our paper:

@article{namburi2026dustrack,
  title={DUSTrack: Semi-automated point tracking in ultrasound videos},
  author={Namburi, Praneeth and Pallar{\`e}s-L{\'o}pez, Roger and Rosendorf, Jessica and Folgado, Duarte and Anthony, Brian W},
  journal={Scientific Reports},
  volume={16},
  pages={13340},
  year={2026},
  doi={10.1038/s41598-026-42795-3}
}

Contributing

Contributions are welcome! Please feel free to:

  • Submit a Pull Request with improvements or bug fixes
  • Share your use cases and feedback (contact)

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

Praneeth Namburi

Project Link: https://github.com/praneethnamburi/DUSTrack

Acknowledgments

MIT.nano Immersion Lab

NCSOFT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dustrack-1.3.1.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dustrack-1.3.1-py3-none-any.whl (252.5 kB view details)

Uploaded Python 3

File details

Details for the file dustrack-1.3.1.tar.gz.

File metadata

  • Download URL: dustrack-1.3.1.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.34.2

File hashes

Hashes for dustrack-1.3.1.tar.gz
Algorithm Hash digest
SHA256 336c404894a1456642e0c37defe791549e2d4a491e752523dbe46c395128c1e4
MD5 25d5ca2db249861fec2b03e4fc70d24c
BLAKE2b-256 1577369dd7ae2299ac5d8498bd67cc1ad46450bbf6c4e16adff16a35fd6554f9

See more details on using hashes here.

File details

Details for the file dustrack-1.3.1-py3-none-any.whl.

File metadata

  • Download URL: dustrack-1.3.1-py3-none-any.whl
  • Upload date:
  • Size: 252.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.34.2

File hashes

Hashes for dustrack-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 73fda1e294d638fefdcf8caa852c694aeeddf46da93b1718447e04524f471d92
MD5 3ca6747c9bf8c5c4e7be5e344515986a
BLAKE2b-256 3ec11c04cf15a7b790f9a54b674af19e1086659a592aabecdd34dcbb870f04cd

See more details on using hashes here.

Release history Release notifications | RSS feed

1.3.2

2 files

This release

1.3.1 This release

2 files

1.3.0

2 files

1.2.0

2 files

1.1.0

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page