Skip to content

Commit e8307fc

Browse files
authored
Update README.md
1 parent c3be54b commit e8307fc

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

README.md

+2-16
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,10 @@ validation data: https://drive.google.com/drive/folders/113EcrAdcxfVqs8BVt4PZjwU
1111

1212
Organize your data with this structure:
1313

14-
Data
15-
|
16-
|---train
17-
|
18-
|---image1.xxx
19-
|---image2.xxx
20-
.
21-
.
14+
Data/train/|image1.xxx|image2.xxx
2215
.
2316

24-
Data_valid
25-
|
26-
|---train
27-
|
28-
|---image1.xxx
29-
|---image2.xxx
30-
.
31-
.
17+
Data_valid/train/image1.xxx|image2.xxx
3218
.
3319

3420
You can train your own model via run_train.sh and modify config as your needs. Prediction for the valid data via run_test.sh

0 commit comments

Comments
 (0)