反面教師あり学習

*/

(旧)反面教師あり学習

Negative Supervised Learning

論文

Tracktor: Image‐based automated tracking of animal movement and behaviour

文献情報 [V. Sridhar+, Methods in Ecol. Evol., 2019] https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/2041-210X.13166

【論文読み】Kornia: an Open Source Differentiable Computer Vision Library for PyTorch

TL;DR Kornia (旧 torchgeometry) はOpenCVに影響を受けたコンピュータビジョンのライブラリであり,PyTorchで実装することでGPUによる高速化と自動微分の恩恵を受けている.

OpenPose (v1.4.0) を動かすためのDocker環境を作った

概要 OpenPose (https://github.com/CMU-Perceptual-Computing-Lab/openpose) の環境構築が超絶だるいのでDockerfile書いた ホストマシン側に接続したUSBカメラを実行中のコンテナにマウントし,OpenPoseでカメラの映像を処理できるようにした github.com

【論文読み】DeepLabCut: markerless pose estimation of user-defined body parts with deep learning

概要 DeepLabCutはディープニューラルネットの転移学習を利用して実験の映像から任意の部位を自動追跡・定量化することを目的としたツールボックス まだ日本語の文献がほとんどないので紹介がてら記事にした GPUの乗ったUbuntu環境に簡単にDeepLabCutの環境…