awesome human object interaction 2022-01-12 Intro HoI 是 visual relation 的一个子任务,它对 human body 和 object understanding 的依赖性很强 Read more...
emacs hack helpful-mode 2021-12-30 复用 helpful buffer 的 window 当调用 helpful 连续查找多个函数/变量的时候,复用当前用于显示 helpful buffer 的窗口,这样不至于在多次调用后多增加很多窗口。 (setq helpful-switch-buffer-function (lambda (buf) (if-let ((window (display-buffer-reuse-mode-window buf '((mode . helpful-mode))))) ;; Read more...
Decaug: augmenting HOI detection via decomposition 2021-12-20 Academic Motivation 设计一种数据增强的方法 (pixel-level),来增加 interaction 的 diversity, 以此缓解 HOI 中存在的长尾分布问题。通过贴图组合的方式来增加每种 HOI 的训练样本,论 Read more...
org 整理 paper_index 2021-12-18 Intro 花了一些时间用 elisp 写了一个函数,将 paper-index 中维护的论文索引按照他们的 tag 来进行分组。之前我是对每篇论文用一个一级 headline 进行维护,然后插入对应的 tag, 但这样做 Read more...