Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aqntks authored Feb 21, 2022
1 parent 0cd9f8e commit aeefb91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $ pip install -r requirements.txt
./dataset/custom_train_test.txt

```bash
예) custom_train.txt
# 예) custom_train.txt

./dataset/custom_data/image001.jpg
./dataset/custom_data/image002.jpg
Expand All @@ -96,7 +96,7 @@ $ pip install -r requirements.txt
.
```
```bash
예) custom_valid.txt
# 예) custom_valid.txt

./dataset/custom_data/image101.jpg
./dataset/custom_data/image102.jpg
Expand All @@ -107,7 +107,7 @@ $ pip install -r requirements.txt
.
```
```bash
예) custom_test.txt (optional)
# 예) custom_test.txt (optional)

./dataset/custom_data/image151.jpg
./dataset/custom_data/image152.jpg
Expand Down

0 comments on commit aeefb91

Please sign in to comment.