Skip to content

Release pre-trained model

Compare
Choose a tag to compare
@terasakisatoshi terasakisatoshi released this 11 Dec 06:36
· 10 commits to master since this release
7b6f772

How to use

Setup

  1. Download release.zip attached below. We will assume it will be stored under ~/Downloads directory

  2. Clone our repository and store ~/Downloads/release.zip to under result directory. See the following instruction for more detail:

$ cd path/to/your/workspace
$ git clone https://github.com/Idein/chainer-hand-pose.git
$ cd chainer-hand-pose/result
$ cp ~/Downloads/release.zip . && unzip release.zip
$ pwd
path/to/your/workspace/chainer-hand-pose/result
$ tree
 .
├── release
│   ├── detector
│   │   ├── accuracy.png
│   │   ├── best_snapshot
│   │   ├── bestmodel.npz
│   │   ├── config.ini
│   │   ├── log
│   │   └── loss.png
│   └── pose
│       ├── best_snapshot
│       ├── bestmodel.npz
│       ├── config.ini
│       ├── log
│       ├── loss.png
│       ├── plot_PCK_ppn2D.png
│       └── plot_PCK_ppn3D.png
└── release.zip

Quick Start

  • We've already provided demo script inside of our repository.
  • This is also an example of using actfw which is a Python API for developing Actcast apps.
$ cd path/to/your/workspace/
$ ls
chainer-hand-pose
$ cd chainer-hand-pose/src/demo
$ pip3 install actfw
$ pip3 install -e ../../
$ python3 demo.py