Skip to content

Commit

Permalink
add note on raw data
Browse files Browse the repository at this point in the history
  • Loading branch information
nilomr committed Feb 20, 2023
1 parent 9535932 commit b73e31a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/contents/project-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ print(DIRS)
If `mkdir` is set to `True`, the directories will be created if they don't already exist.
This is the resulting directory tree, assuming that your raw data folder is
called `raw`.
- If you are starting with a dataset that has already been
segmented, you can simply pass the path to the segmented data folder instead to
the `RAW_DATA` argument of `ProjDirs`.

```{code-block} text
Expand All @@ -98,6 +95,11 @@ the `RAW_DATA` argument of `ProjDirs`.
```

**Note**: If you are starting with a dataset that has already been
segmented, you can simply pass the path to the segmented data folder instead to
the `RAW_DATA` argument of `ProjDirs`.



See the
{py:class}`~pykanto.utils.paths.ProjDirs` docs for more information.
Expand Down

0 comments on commit b73e31a

Please sign in to comment.