s-gupta / rcnn-depth

Learning Rich Features from RGB-D Images for Object Detection and Segmentation
BSD 2-Clause "Simplified" License
365 stars 150 forks source link

finetuning problems and some files can't creat. #17

Open bubulv opened 8 years ago

bubulv commented 8 years ago

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_hhaiter%d', snapshot), 'caffemodel'); ' but there is no nyud2_finetune_hhaiter%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!

yatou1991 commented 8 years ago

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?