Closed varun-nagaraja closed 10 years ago
Yes, there is. You will have to do the following.
jobName = 'edges_to_ucms'; script_regions;
jobName = 'region-detect'; script_regions;
jobName = 'save_hha'; script_detection; jobName = 'save_color'; script_detection;
jobName = 'hha_cache_features'; script_detection; jobName = 'color_cache_features'; script_detection;
jobName = 'rcnn_train'; script_detection;
(It will use the pretrained model by default if you downloaded the pre-trained models). You will have to modify jobParallel, to run the code on your cluster / machine (It essentially runs the function handle on the arguments). I am sorry this is a bit of work. If you just want to play around with the object detectors, I can upload the precomputed UCMs, regions and boxes (it is quite some data, and I am investigating what is the best way to make it available). You will still have to execute steps 3 to 5, though.
Let me know if you have any follow-up questions.
I should be able to run through all the 5 steps. Thanks for this guide and in general, for this code. This is very helpful for me.
Is there a script to run object detection on all the images and evaluate with the ground truth? It would be great if you could tell me any other parameters used (like thresholds) to obtain the results in the paper.