Loading

03 2022 档案

摘要:floor() rounds down. int() truncates. The difference is clear when you use negative numbers: >>> import math >>> math.floor(-3.5) -4 >>> int(-3.5) -3 阅读全文
posted @ 2022-03-27 08:54 ZXYFrank 阅读(166) 评论(0) 推荐(0)
摘要:\(MOT \neq SOT \times N\) takeaways In fact, it is no doubt that a multiple object tracker can be realized with multiple single ones Background The sp 阅读全文
posted @ 2022-03-24 20:52 ZXYFrank 阅读(376) 评论(0) 推荐(0)
摘要:SDE methods bring critical challenges in building a real-time MOT system Background Faster RCNN = Fast RCNN + RPN Seperate Detection and Embedding Det 阅读全文
posted @ 2022-03-23 19:33 ZXYFrank 阅读(81) 评论(0) 推荐(0)
摘要:takeaways factors that leads to degradation of SOTA MOT trackers anchor feature sharing In FairMOT CenterNet-based homogenous branches achieves a gian 阅读全文
posted @ 2022-03-22 22:26 ZXYFrank 阅读(309) 评论(0) 推荐(0)
摘要:+ Quick Question: - Note: ```diff + Quick Question: - Note: ``` 另外,想要在代码块中输入`符号或者~符号,可以改变代码块声明的格式 这比较类似于python当中'和"同时存在的设计哲学,值得借鉴 😃 阅读全文
posted @ 2022-03-21 16:14 ZXYFrank 阅读(58) 评论(0) 推荐(0)
摘要:Local Relation Network Adapt filter according to the appearance affinity Motivation Meaningful and adaptive spatical aggregation Humans have a remarka 阅读全文
posted @ 2022-03-19 20:52 ZXYFrank 阅读(83) 评论(0) 推荐(0)
摘要:DeepFace: Closing the Gap to Human-Level Performance in Face Verification Face Alignment/Frontalization fiducial point detector 2D alignment 3D alignm 阅读全文
posted @ 2022-03-18 15:28 ZXYFrank 阅读(83) 评论(0) 推荐(0)
摘要:Bipartite maximum-weight matchings https://zhuanlan.zhihu.com/p/62981901 in Wiki, they are considered the same. 在OI当中 Hungarian 不带权二分图最大匹配 KM 带权二分图最大匹 阅读全文
posted @ 2022-03-17 20:36 ZXYFrank 阅读(49) 评论(0) 推荐(0)
摘要:双边滤波 著名的保边滤波器 近邻相似度+像素值相似度 近邻/空间权重——平滑区域去噪 值域权重——保边 权重意义 $\sigma$越大,即高斯分布方差越大,权重更加平滑,表征能力越差 即$\sigma$越大,越不关注该指标的影响 阅读全文
posted @ 2022-03-17 20:26 ZXYFrank 阅读(38) 评论(0) 推荐(0)
摘要:takeaways Detectors/IOU Trackers are sufficient for simple scenarios. For false negatives(missing detection), use VOT to fill the gaps KCF is enough M 阅读全文
posted @ 2022-03-17 15:56 ZXYFrank 阅读(140) 评论(0) 推荐(0)
摘要:no training or optimization on tracking data. using only an object detection method to perform tracking. takeaway In Tracktor, tracklet-regression is 阅读全文
posted @ 2022-03-17 11:21 ZXYFrank 阅读(123) 评论(0) 推荐(0)
摘要:为什么随机变量X和Y不相关却不一定独立? - 咚懂咚懂咚的回答 - 知乎 https://www.zhihu.com/question/26583332/answer/42168466 独立关乎数据生成的本质 相关性特指二阶混合中心矩这一统计信息所反映出来的趋势(线性)相关性 阅读全文
posted @ 2022-03-17 10:06 ZXYFrank 阅读(122) 评论(0) 推荐(0)
摘要:Game Theory Yale Univ. Ep 1. 我们无法告诉你你的人生目标是什么 教育的意义 hhh 阅读全文
posted @ 2022-03-11 15:45 ZXYFrank 阅读(23) 评论(0) 推荐(0)
摘要:可以看到嵌套字典会被直接覆盖掉 阅读全文
posted @ 2022-03-07 19:50 ZXYFrank 阅读(149) 评论(0) 推荐(0)