Update README.md

Esse commit está contido em:
AntonMu
2020-09-17 13:14:54 -07:00
commit de GitHub
commit dbc4031da3
+2 -2
Ver Arquivo
@@ -108,7 +108,7 @@ Unless explicitly stated otherwise at the top of a file, all code is licensed un
0. If you encounter any error, please make sure you follow the instructions **exactly** (word by word). Once you are familiar with the code, you're welcome to modify it as needed but in order to minimize error, I encourage you to not deviate from the instructions above. If you would like to file an issue, please use the provided template and make sure to fill out all fields.
1. If you encounter a `FileNotFoundError` or a `Module not found` error, make sure that you did not change the folder structure. In particular, your working directory needs to look like this:
1. If you encounter a `FileNotFoundError`, `Module not found` or similar error, make sure that you did not change the folder structure. Your directory structure **must** look like this:
```
TrainYourOwnYOLO
└─── 1_Image_Annotation
@@ -117,7 +117,7 @@ Unless explicitly stated otherwise at the top of a file, all code is licensed un
└─── Data
└─── Utils
```
If you want to use a different folder layout (not recommended) you will have to specify your paths as command line arguments.
If you use a different name such as e.g. `TrainYourOwnYOLO-master` you will have to specify the correct paths as command line arguments in every function call.
Don't use spaces in folder names, i.e. don't use a folder name like this `my folder` but instead use `my_folder`.