You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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?
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!
The text was updated successfully, but these errors were encountered: