-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a6c4b8
commit 452ba7b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,7 +105,7 @@ tensorboard --logdir logs | |
|
||
### Bringing your own data | ||
|
||
To train STEGO on your own dataset please create a directory in your pytorch data root with the following structure: | ||
To train STEGO on your own dataset please create a directory in your pytorch data root with the following structure. Note, if you do not have labels, omit the `labels` directory from the structure: | ||
|
||
``` | ||
dataset_name | ||
|
@@ -179,4 +179,4 @@ We evaluate the STEGO algorithm on the CocoStuff, Cityscapes, and Potsdam semant | |
## Contact | ||
For feedback, questions, or press inquiries please contact [Mark Hamilton](mailto:[email protected]) | ||
For feedback, questions, or press inquiries please contact [Mark Hamilton](mailto:[email protected]) |