资源算法DeepPoseComparison

DeepPoseComparison

2020-02-26 | |  34 |   0 |   0

Comparison between chainer and pytorch about implementing DeepPose

CircleCI

This repository contains codes for Qiita blog post.

Usage

Dataset preparation

First download and prepare datasets for training by running the following script.

python scripts/dataset.py

Start training

If you want to train model with Chainer, just run:

python scripts/train.py chainer

In the case of PyTorch:

python scripts/train.py pytorch

If you want to run train.py with your own settings, please check the options by python scripts/train.py --help and give customized training settings.

Visualize

Visualizing training time, just run:

python scripts/plot_training_time.py "title of graph"

Visualizing inference time, just run:

python scripts/plot_estimating_time.py 10000 "title of graph"

Install

pip install pyflakes pycodestyle
pip install sphinx
pip install -r requirements.txt


上一篇: DeepPoseKit

下一篇:deeppose-pytorch

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...