TLME commited on
Commit
24eeb0f
Β·
1 Parent(s): 0bc7b4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -5,11 +5,12 @@ license: mit
5
  A classification using mmpretrain trained to classify western images.
6
 
7
 
8
-
9
- testimgs/ <br>
10
- β”œβ”€β”€ western <br>
11
- β”‚ β”œβ”€β”€ test1.png <br>
12
- β”‚ └── ... <br>
13
- └── not_western <br>
14
- β”œβ”€β”€ test2.png <br>
15
- └── ... <br>
 
 
5
  A classification using mmpretrain trained to classify western images.
6
 
7
 
8
+ ```
9
+ testimgs/
10
+ β”œβ”€β”€ western
11
+ β”‚ β”œβ”€β”€ test1.png
12
+ β”‚ └── ...
13
+ └── not_western
14
+ β”œβ”€β”€ test2.png
15
+ └── ...
16
+ ```