Skip to content

Instantly share code, notes, and snippets.

View otmb's full-sized avatar

Manabu Otsu otmb

  • Infocom
  • Tokyo
View GitHub Profile
@otmb
otmb / README.md
Last active December 18, 2018 10:17
Create maximum_filter in OpenCV style
@otmb
otmb / README.md
Last active September 11, 2020 09:09
OpenPose Caffe Model Convert to CoreML Model

Base Refelence at melito

Start Coremltool

Before Setup coremltools

$ export PATH="$HOME/miniconda2/bin:$PATH"
$ source activate coreml
<!doctype html>
<html>
<head>
<title>Camera Sample</title>
<style>
#viewer {
width: 720px;
height: 480px;
position: relative;
background-color: #000000;