Parcourir la source

Update of README.md

Jérôme BUISINE il y a 3 ans
Parent
commit
76537733a8
1 fichiers modifiés avec 0 ajouts et 25 suppressions
  1. 0 25
      README.md

+ 0 - 25
README.md

@@ -12,31 +12,6 @@ pip install -r requirements.txt
 
 ## Project structure
 
-### Link to your dataset
-
-You have to create a symbolic link to your own database which respects this structure:
-
-- dataset/
-  - Scene1/
-    - zone00/
-    - ...
-    - zone15/
-      - seuilExpe (file which contains threshold samples of zone image perceived by human)
-    - Scene1_00050.png
-    - Scene1_00070.png
-    - ...
-    - Scene1_01180.png
-    - Scene1_01200.png
-  - Scene2/
-    - ...
-  - ...
-
-Create your symbolic link:
-
-```
-ln -s /path/to/your/data dataset
-```
-
 ### Code architecture description
 
 - **modules/\***: contains all modules usefull for the whole project (such as configuration variables)