Skip to content

Commit 6925bd0

Browse files
committed
modified README.md
1 parent 2934840 commit 6925bd0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ paper: https://arxiv.org/pdf/1812.01187
55

66
summary (KOR): https://bo-10000.tistory.com/133
77

8+
</br>
9+
810
<img src="https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FceLiVZ%2FbtrDZItgCfy%2FyFb3QyfZOAhSIDOm1VK0U1%2Fimg.png" height="400px"></img>
911

1012
</br>
@@ -32,6 +34,8 @@ summary (KOR): https://bo-10000.tistory.com/133
3234
- `resnet3d101D`
3335
- `resnet3d152D`
3436

37+
</br>
38+
3539
## How to use
3640
```
3741
#2D models
@@ -45,6 +49,8 @@ from resnetD_3d import *
4549
model = resnet3d50D()
4650
```
4751

52+
</br>
53+
4854
## Model parameters
4955
- `in_channels (int, defauult=3)`: input channel dimension
5056
- `num_classes (int, default=1000)`: number of class labels

0 commit comments

Comments
 (0)