Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arichadda authored Aug 13, 2020
1 parent d498fd0 commit aacfb6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class_one (or any other name)
- The easiest way to do this is to `mkdir class_one` outside of your yolov5 directory
- `cd class_one` and then `mkdir images`, `mkdir labels`
- `cd images` and then `mkdir train`, `mkdir val`
- In your images directory, `mv` the `PS_RGB_tiled` from the downloaded train directory to the one you just created and the test directory to the `val` directory you just created
- `cd ../lablels` and then `mkdir train`, `mkdir val`
- Save the image directory paths for your `data/class_one.yaml`file (they should look something like `../class_one/images/train/` and `../class_one/images/val/`)
4. Create your docker image using the command `nvidia-docker build -t <name_of_image> ./`
Expand Down

0 comments on commit aacfb6f

Please sign in to comment.