Skip to content

Instantly share code, notes, and snippets.

View daigo0927's full-sized avatar
😀

Daigo Hirooka daigo0927

😀
View GitHub Profile

Papers from Super SloMo references

  • Super SloMo: High Quality Estimation of Multiple Intermediate Frames for Video Interpolation [Paper]
    • Huaizu Jiang, Deqing Sun, Varun Jampani, Ming-Hsuan Yang, Erik Learned-Miller, Jan Kautz
    • CVPR 2018 (splotlight)
  • Video frame synthesis using deep voxel flow [Paper] [Code]
    • Z. Liu, R. Yeh, X. Tang, Y. Liu, and A. Agarwala.
    • ICCV 2017
  • Video frame interpolation via adaptive separable convolution. [Paper] [Code]
@yukoba
yukoba / nonparametric_bayesian_clustering.py
Last active June 29, 2017 06:59
ノンパラメトリックベイジアンによる正規分布のクラスタリング。続・わかりやすいパターン認識の第12章の「クラスタリング法1のアルゴリズム」より。
##################################################################################
# ノンパラメトリックベイジアンによる正規分布のクラスタリング
# 続・わかりやすいパターン認識の第12章の「クラスタリング法1のアルゴリズム」より
# Python 3 用
##################################################################################
import copy
import math
import matplotlib.pyplot as plt