Update README.md
Browse files
README.md
CHANGED
@@ -27,10 +27,12 @@ dataset = load_dataset("minwoosun/CholecSeg8k", trust_remote_code=True)
|
|
27 |
```
|
28 |
|
29 |
# Tutorial
|
30 |
-
A short tutorial on how to load and use the data can be found in `tutorial/`.
|
31 |
|
32 |
-
|
33 |
```
|
34 |
-
conda env create -f
|
35 |
conda activate cholecseg8k
|
36 |
```
|
|
|
|
|
|
27 |
```
|
28 |
|
29 |
# Tutorial
|
30 |
+
A short tutorial on how to load and use the data can be found in `tutorial/`.
|
31 |
|
32 |
+
Download `tutorial/environment.yaml` then run the following code to set up the conda environment,
|
33 |
```
|
34 |
+
conda env create -f tutorial_environment.yaml
|
35 |
conda activate cholecseg8k
|
36 |
```
|
37 |
+
|
38 |
+
Open `tutorial/tutorial.ipynb` using jupyter notebook.
|