rcnn-depth icon indicating copy to clipboard operation
rcnn-depth copied to clipboard

finetuning problems and some files can't creat.

Open bubulv opened this issue 9 years ago • 1 comments

When I use the finetuning commands that print out to finetune the CNN, 'jobName = 'hha_cache_features'; I saw the script_detection.m file,there is a code ' the ' net_file = fullfile_ext(p.snapshot_dir, sprintf('nyud2_finetune_hha_iter_%d', snapshot), 'caffemodel'); ' but there is no nyud2_finetune_hha_iter_%d.caffemodel file in the cachedir/release/detection/dinetuning/snapshot dir. Is it a existing file or need to creat by my self? I step by step according the Readme, but I did't creat any mat files in cachedir/release/output/regions, could you tell me which step do this? Because my cluster can noT adapt jobParallel, so I used for loop instead it to call some function, I think maybe some step I use a wrong funcion so that I didn't make the right outputs. In addition, is caffe-0.999 version you use to run the rcnn? Thank you for your answers!

bubulv avatar Mar 06 '16 11:03 bubulv

Can you run the file'demo.m',I run the demo,but it warned in the 4th sentence,whether the founction file is loss? and I can extract the whole compress file,,can you extract?

yatou1991 avatar Aug 24 '16 07:08 yatou1991