Skip to content

Commit 3c5478f

Browse files
committed
fix data-augumentation docs
1 parent 77a698f commit 3c5478f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/source/tutorials/data-augumentation.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ from torchsat.utils.visualizer import plot_img, plot_bbox, plot_mask
1515

1616
## Image classification
1717

18-
### 3 channel image
18+
**1. 3 channel image**
1919

2020

2121
```python
@@ -29,7 +29,7 @@ plot_img(img)
2929

3030

3131

32-
![png](./data-augumentation/output_4_1.png)
32+
![](./data-augumentation/output_4_1.png)
3333

3434

3535

@@ -50,10 +50,10 @@ plot_img(result)
5050

5151

5252

53-
![png](./data-augumentation/output_5_1.png)
53+
![](./data-augumentation/output_5_1.png)
5454

5555

56-
### 8 channel uint16 tiff image
56+
**2. 8 channel uint16 tiff image**
5757

5858

5959
```python
@@ -71,7 +71,7 @@ plot_img(img, channels=(8,3,1))
7171

7272

7373

74-
![png](./data-augumentation/output_7_2.png)
74+
![](./data-augumentation/output_7_2.png)
7575

7676

7777

@@ -93,7 +93,7 @@ plot_img(result, channels=(8,3,1))
9393

9494

9595

96-
![png](./data-augumentation/output_8_1.png)
96+
![](./data-augumentation/output_8_1.png)
9797

9898

9999
## Object detection
@@ -131,7 +131,7 @@ plot_bbox(img, bboxes, labels=labels, classes=classes)
131131
```
132132

133133

134-
![png](./data-augumentation/output_10_0.png)
134+
![](./data-augumentation/output_10_0.png)
135135

136136

137137

@@ -145,10 +145,10 @@ plot_bbox(result_img, result_bboxes, labels=result_labels, classes=classes)
145145
```
146146

147147

148-
![png](./data-augumentation/output_11_0.png)
148+
![](./data-augumentation/output_11_0.png)
149149

150150

151-
# Semantic segmentation
151+
## Semantic segmentation
152152

153153

154154
```python
@@ -160,7 +160,7 @@ plot_mask(img, mask)
160160
```
161161

162162

163-
![png](./data-augumentation/output_13_0.png)
163+
![](./data-augumentation/output_13_0.png)
164164

165165

166166

@@ -178,5 +178,5 @@ plot_mask(result_img, result_mask)
178178
```
179179

180180

181-
![png](./data-augumentation/output_14_0.png)
181+
![](./data-augumentation/output_14_0.png)
182182

0 commit comments

Comments
 (0)