minwoosun commited on
Commit
f423e71
·
verified ·
1 Parent(s): f6dde9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
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
- Setup the conda environment using the yaml file,
33
  ```
34
- conda env create -f environment.yaml
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.