awoo
Browse filesSigned-off-by: Balazs Horvath <[email protected]>
README.md
CHANGED
@@ -152,7 +152,12 @@ For now let's imagine you want to teach your model *wicerbeasts* so you can gene
|
|
152 |
|
153 |
### Create the `training_dir` Directory
|
154 |
|
155 |
-
Before
|
|
|
|
|
|
|
|
|
|
|
156 |
|
157 |
### Grabber
|
158 |
|
|
|
152 |
|
153 |
### Create the `training_dir` Directory
|
154 |
|
155 |
+
Before starting we need a directory where we'll organize our datasets. Open up a terminal by pressing `Win + R` and typing in `pwsh`.
|
156 |
+
|
157 |
+
```pwsh
|
158 |
+
Set-Location C:\
|
159 |
+
|
160 |
+
```
|
161 |
|
162 |
### Grabber
|
163 |
|