#Weight File Path
Path : Caffe\windows\caffe\.
##Weight file
- resnet-18 : standard residual network layer 18
- resnet_pretrain : pretraining result using leap motion sdk
(single - using left side cam, else - using both) - resnet_classification : training after pretrain.
##prototxt
- solver : training parameter file ( ex. learinin rate, weight decay, test phase interval, path to training result..)
- deploy : using demonstration.
- other : training network structure. ( ex.resnet_18_solver_classification_single.prototxt)
##snapshot
- *.caffemodel : weight file. if u want using some another project or finetuning, using this file.
- *.solverstate : weight file + training state. if u want training more iteration, using this file.