We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3388a commit ad1e07dCopy full SHA for ad1e07d
README.md
@@ -1,2 +1,20 @@
1
# MFFA
2
Official implementation of RA-L 2021 paper Multi-frame Feature Aggregation for Real-time Instrument Segmentation in Endoscopic Video.
3
+
4
+## Create the conda environmemt.
5
+* Creat the conda environment with required packages using the following command:
6
+```
7
+conda env create -f resources/env.yml
8
9
+## Prepare the data.
10
+* You could download the dataset from here.
11
+* Update the datase directory in main.sh.
12
+## Run the code
13
+* Train using the following command:
14
15
+./train.sh
16
17
+** Test using the following command:
18
19
+./test.sh
20
0 commit comments