Skip to content

timzjing/StenosisSeg

 
 

Repository files navigation

StenosisSeg

Tim Jing, Andy Wang, and Emily Liu's CS 231N Project

Table of Contents

Dependencies

The project requires the following dependencies:

  • Python 3.9
  • numpy
  • matplotlib
  • timm
  • torch
  • torchvision

Installation

Using pip

If desired, create a conda environment. To install the required dependencies, run the following command:

pip install timm torchvision matplotlib

Training

To train the model, modify the directories in maskrcnn.py to where your dataset is loaded. Then run:

python maskrcnn.py

About

cs231N project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%