Coder Social home page Coder Social logo

rsip4sh / deepflux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yukangwang/deepflux

0.0 2.0 0.0 2.4 MB

DeepFlux for Skeletons in the wild (CVPR 2019)

License: Other

CMake 2.85% Makefile 0.67% Dockerfile 0.08% C++ 80.14% Cuda 5.72% MATLAB 0.90% Python 9.21% Shell 0.44%

deepflux's Introduction

DeepFlux for Skeletons in the Wild

Introduction

The code and trained models of:

DeepFlux for Skeletons in the Wild, CVPR 2019 [Paper]

Citation

Please cite the related works in your publications if it helps your research:


@article{wang2018deepflux,
  title={DeepFlux for Skeletons in the Wild},
  author={Wang, Yukang and Xu, Yongchao and Tsogkas, Stavros and Bai, Xiang and Dickinson, Sven and Siddiqi, Kaleem},
  journal={arXiv preprint arXiv:1811.12608},
  year={2018}
}

Prerequisite

Usage

1. Install Caffe

cp Makefile.config.example Makefile.config
# adjust Makefile.config (for example, enable python layer)
make all -j16
# make sure to include $CAFFE_ROOT/python to your PYTHONPATH.
make pycaffe

Please refer to Caffe Installation to ensure other dependencies.

2. Data and model preparation

# download datasets and pretrained model then
mkdir data && mv [your_dataset_folder] data/
mkdir models && mv [your_pretrained_model] models/
# data augmentation
cd data/[your_dataset_folder]
matlab -nodisplay -r "run augmentation.m; exit"

3. Training scripts

# an example on SK-LARGE dataset
cd examples/DeepFlux/
python train.py --gpu [your_gpu_id] --dataset sklarge --initmodel ../../models/VGG_ILSVRC_16_layers.caffemodel

4. Evaluation scripts

# an example on SK-LARGE dataset
cd evaluation/
./eval.sh ../../data/SK-LARGE/images/test ../../data/SK-LARGE/groundTruth/test ../../models/sklarge_iter_40000.caffemodel

Results and Trained Models

SK-LARGE

Backbone F-measure Comment & Link
VGG-16 0.732 CVPR submission [Google drive]
VGG-16 0.735 different_lr [Available soon]
ResNet-101 0.752 different_lr [Available soon]

SYM-PASCAL

Backbone F-measure Comment & Link
VGG-16 0.502 CVPR submission [Google drive]
VGG-16 0.558 different_lr [Available soon]
ResNet-101 0.584 different_lr [Available soon]

*different_lr means different learning rates for backbone and additional layers

*lambda=0.4, k1=3, k2=4 for all models

deepflux's People

Contributors

yukangwang avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.