We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2934840 commit 6925bd0Copy full SHA for 6925bd0
README.md
@@ -5,6 +5,8 @@ paper: https://arxiv.org/pdf/1812.01187
5
6
summary (KOR): https://bo-10000.tistory.com/133
7
8
+</br>
9
+
10
<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>
11
12
</br>
@@ -32,6 +34,8 @@ summary (KOR): https://bo-10000.tistory.com/133
32
34
- `resnet3d101D`
33
35
- `resnet3d152D`
36
37
38
39
## How to use
40
```
41
#2D models
@@ -45,6 +49,8 @@ from resnetD_3d import *
45
49
model = resnet3d50D()
46
50
47
51
52
53
48
54
## Model parameters
55
- `in_channels (int, defauult=3)`: input channel dimension
56
- `num_classes (int, default=1000)`: number of class labels
0 commit comments