Skip to content
/ MFFA Public

Official implementation of RA-L 2021 paper Multi-frame Feature Aggregation for Real-time Instrument Segmentation in Endoscopic Video.

Notifications You must be signed in to change notification settings

ShanL03/MFFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9171624 · Dec 2, 2021

History

11 Commits
Dec 2, 2021
Dec 2, 2021
Dec 2, 2021
Dec 2, 2021
Dec 2, 2021
Dec 2, 2021
Dec 2, 2021
Dec 2, 2021
Dec 2, 2021
Dec 2, 2021
Dec 2, 2021
Dec 2, 2021
Dec 2, 2021
Dec 2, 2021
Dec 2, 2021

Repository files navigation

MFFA

Official implementation of RA-L 2021 paper Multi-frame Feature Aggregation for Real-time Instrument Segmentation in Endoscopic Video.

Create the conda environmemt.

  • Creat the conda environment with required packages using the following command:
conda env create -f resources/env.yml

Prepare the data.

  • You could download the dataset from here.
  • Update the datase directory in main.sh.

Run the code

  • Train using the following command:
./train.sh
  • Test using the following command:
./test.sh

You could download the checkpoint from here.

About

Official implementation of RA-L 2021 paper Multi-frame Feature Aggregation for Real-time Instrument Segmentation in Endoscopic Video.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published