Skip to content

Commit ad1e07d

Browse files
authored
Update README.md
1 parent ab3388a commit ad1e07d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# MFFA
22
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

Comments
 (0)