result video will be uploaded here
SurgiTrack is a multi-camera multi-person tracking system designed for operating rooms. It leverages advanced computer vision techniques and innovative algorithms to accurately track multiple people simultaneously. The system aims to enhance behavioral research of medical staff during surgeries, providing insights into interactions and workflows to improve surgical outcomes.
.
├── BoT-SORT
├── dinov2_environment.yml
├── bot_sort_environment.yml
├── dino-vit-features
├── main_pipeline.sh
├── main_pipeline_with_clustering.sh
├── Self-Correction-Human-Parsing
├── video_output.ipynb
└── videos
- BoT-SORT: Contains the BoT-SORT tracking algorithm and related files.
- dinov2_environment.yml: Environment configuration file for DinoV2.
- dino-vit-features: Contains files and scripts related to DinoV2 feature extraction.
- bot_sort_environment.yml: Environment configuration file for bot_sort.
- main_pipeline.sh: Script to run the main tracking pipeline.
- main_pipeline_with_clustering.sh: Script to run the tracking pipeline with clustering.
- Self-Correction-Human-Parsing: Directory containing the human parsing model and related files.
- video_output.ipynb: Jupyter notebook for video output visualization.
- videos: Directory containing video files used in the project.
- Python 3.7 or higher
- CUDA-enabled GPU
- Conda
-
Clone the repository:
git clone https://github.com/litvingil/surgitrack.git cd surgitrack -
Install dependencies:
conda env create -f dinov2_environment.yml conda env create -f bot_sort_environment.yml
-
Run the main pipeline:
bash main_pipeline.sh
-
Run the pipeline with clustering:
bash main_pipeline_with_clustering.sh
To visualize the results, you can use the Jupyter notebook provided in the project:
notebook video_output.ipynb - update the inputs and run
SurgiTrack is a multi-camera multi-person tracking system tailored for operating rooms. It combines computer vision and tracking algorithms to analyze medical staff interactions during surgeries. By utilizing advanced techniques like BoT-SORT and Vision Transformers, the system can accurately identify and re-identify individuals, overcoming challenges such as similar uniforms and partial occlusions.
The system achieved an accuracy of 80% for inter-camera assignment when intra-camera clustering was performed manually. Without clustering, the accuracy dropped to 56.25%. The results demonstrate the effectiveness of the modular pipeline in providing reliable tracking in a complex environment.
SurgiTrack represents a significant advancement in enabling behavioral research in operating rooms. By addressing the unique challenges of the operating room environment, the system provides a robust foundation for analyzing medical staff interactions and workflows.
- Sapir Gershov (Advisor)
- Omer Paz
- Gil Litvin
The project relies on several key references for algorithms and models:

