资源算法squeezeDet-hand

squeezeDet-hand

2020-01-14 | |  34 |   0 |   0

SqueezeDet for gesture

Forked from SqueezeDet and modified for gesture images in Pascol VOC format. Original paper: SqueezeDet: Unified, Small, Low Power Fully Convolutional Neural Networks for Real-Time Object Detection for Autonomous Driving. Bichen Wu, Forrest Iandola, Peter H. Jin, Kurt Keutzer (UC Berkeley & DeepScale)


CNN pretrained Model:

  • Download SqueezeDet model parameters from here, and change to pkl format:

    To do

Training/Validation:

  • Prepare the Dataset in Psacol Voc style:

    $Path_to_data/VOC2007/                  |->Annotations/                  |     |-> 00****.xml
                            L-> ...    
                      |->JPEGImages/                  |     L-> 00****.jpg
                      L->ImageSets/Main                        |-> test.txt                        |-> train.txt                        |-> trainval.txt    
                            L-> val.txt
  • Now we can start training. Training script can be found in $SQDT_ROOT/scripts/train.sh

    cd $SQDT_ROOT/
    ./scripts/train.sh squeezeDet
  • At the same time, you can launch evaluation by

    cd $SQDT_ROOT/
    ./scripts/eval_train.sh
    ./scripts/eval_val.sh
  • Finally, to monitor training and evaluation process, you can use tensorboard by

    tensorboard --logdir=$LOG_DIR

Demo

alt text


上一篇:SqueezeDet-Pruning

下一篇:Lgamma-PageRank_Paper

用户评价
全部评价

热门资源

  • seetafaceJNI

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

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

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