File tree Expand file tree Collapse file tree 6 files changed +38
-8
lines changed Expand file tree Collapse file tree 6 files changed +38
-8
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,10 @@ TODO
194
194
195
195
- [ ] TODO
196
196
197
+ ## 相机标定方法与流程
198
+
199
+ - [ ] TODO
200
+
197
201
## 分水岭算法
198
202
199
203
- [ ] TODO
Original file line number Diff line number Diff line change 23
23
24
24
## 你了解的 CTR 预估模型有哪些?
25
25
26
+ - [ ] TODO
27
+
28
+ ## 推荐里面的低秩矩阵分解具体是怎么做的?
29
+
30
+ - [ ] TODO
31
+
26
32
## TODO
27
33
28
34
Original file line number Diff line number Diff line change @@ -1158,6 +1158,10 @@ MobileNetv1:在depthwise separable convolutions(参考Xception)方法的
1158
1158
1159
1159
- [ ] TODO
1160
1160
1161
+ ### MobileNet V2中的Residual结构最先是哪个网络提出来的?
1162
+
1163
+ - [ ] TODO
1164
+
1161
1165
## ShuffleNet 系列(V1-V2++)
1162
1166
1163
1167
- [ ] TODO
Original file line number Diff line number Diff line change 8
8
9
9
- [ ] TODO
10
10
11
+ ### C++ 与 Python的区别
12
+
13
+ - [ ] TODO
14
+
11
15
### 判断struct的字节数
12
16
13
17
一般使用sizeof判断struct所占的字节数,那么计算规则是什么呢?
@@ -185,6 +189,10 @@ b(static): 9
185
189
186
190
- [ ] TODO
187
191
192
+ #### virtual函数能不能用在构造函数中?
193
+
194
+ - [ ] TODO
195
+
188
196
### 继承
189
197
190
198
- [ ] TODO
Original file line number Diff line number Diff line change @@ -1184,6 +1184,14 @@ NMS_demo.py:<https://github.com/humengdoudou/object_detection_mAP/blob/master/
1184
1184
1185
1185
- [ U-Net神经网络为什么会在医学图像分割表现好?] ( https://www.zhihu.com/question/269914775 )
1186
1186
1187
+ ## CenterNet
1188
+
1189
+ CornerNet介绍
1190
+
1191
+ ### CornerPooling是怎么做的?
1192
+
1193
+ - [ ] TODO
1194
+
1187
1195
## TODO
1188
1196
1189
1197
- [ ] 目标检测方向
Original file line number Diff line number Diff line change 96
96
- [ ] [ 字节AiLab CV 面经,已经收到感谢信] ( https://www.nowcoder.com/discuss/211352 )
97
97
- [ ] [ 寒武纪加面,C++ 面经] ( https://www.nowcoder.com/discuss/210657 )
98
98
- [ ] [ 面试体验:Facebook 篇] ( https://www.nowcoder.com/discuss/211670 )
99
- - [ ] [ 追一科技-视觉算法一面凉经] ( https://www.nowcoder.com/discuss/210063 )
100
- - [ ] [ 百度 推荐架构部 后台开发 秋招面经] ( https://www.nowcoder.com/discuss/209462 )
101
- - [ ] [ 商汤20校招CV算法研究员面经【三面+HR面】] ( https://www.nowcoder.com/discuss/209857 )
102
- - [ ] [ 菜鸡总结暑期实习求职经历(附部分面经)] ( https://www.nowcoder.com/discuss/205718 )
103
- - [ ] [ 头条机器学习算法岗面试记录] ( https://www.nowcoder.com/discuss/205260 )
99
+ - [x ] [ 追一科技-视觉算法一面凉经] ( https://www.nowcoder.com/discuss/210063 )
100
+ - [x ] [ 百度 推荐架构部 后台开发 秋招面经] ( https://www.nowcoder.com/discuss/209462 )
101
+ - [x ] [ 商汤20校招CV算法研究员面经【三面+HR面】] ( https://www.nowcoder.com/discuss/209857 )
102
+ - [x ] [ 菜鸡总结暑期实习求职经历(附部分面经)] ( https://www.nowcoder.com/discuss/205718 )
103
+ - [x ] [ 头条机器学习算法岗面试记录] ( https://www.nowcoder.com/discuss/205260 )
104
104
105
- - [ ] [ 京东提前批算法工程师电面面经] ( https://www.nowcoder.com/discuss/206186 )
105
+ - [x ] [ 京东提前批算法工程师电面面经] ( https://www.nowcoder.com/discuss/206186 )
106
106
107
- - [ ] [ 字节跳动C++研发工程师(三面全通过)] ( https://www.nowcoder.com/discuss/208173 )
107
+ - [x ] [ 字节跳动C++研发工程师(三面全通过)] ( https://www.nowcoder.com/discuss/208173 )
108
108
109
109
- [x] [ 头条抖音互娱-图形图像一二三面] ( https://www.nowcoder.com/discuss/207369 )
110
- - [ ] [ 字节跳动提前批算法工程师面经] ( https://www.nowcoder.com/discuss/207092 )
110
+ - [x ] [ 字节跳动提前批算法工程师面经] ( https://www.nowcoder.com/discuss/207092 )
111
111
- [x] [ 算法岗笔经面经记录(偏CV方向)] ( https://www.nowcoder.com/discuss/202732 )
112
112
- [x] [ Google面试经验] ( https://www.nowcoder.com/discuss/205633 )
113
113
- [x] [ 铁牌退役ACM选手的春招实习日记(大数据方向)] ( https://www.nowcoder.com/discuss/154263 )
You can’t perform that action at this time.
0 commit comments