-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prateek Murgai: Small changes for the system. #27
base: master
Are you sure you want to change the base?
Conversation
Changed 'runObjectProposals' to 'runObjectProposal'
New fields have been added which might be of use of further evaluation.
Possible function to fix the bug in PlotMetric.m : No getMethods() found in PlotMetric
Function that loads paths for pascal images, best candidate, imagenet_2013 etc .
Precalculated files which can be used for plotting purposes, while comparing with ground truth. Use these files when running PlotMetric.m
Proposals calculated for endres for the demo images
Chnaged name in the M file from 'greedy_matching_rowwise' to 'maxRow'
No getMethods() found in the repository which is being called in the plotMetric function. A possible bugfix is mentioned as comments in the M file.
This field is being called in the compute_best_recall_candidates () function which is not present in your current methods.mat file.
Prateek, can you please take a look at the new README file and make changes according to it. |
Also, @prateek64 : if you could create another branch for each feature you patch/fix. Merging into the main branch is not a good idea, we can always merge the work into main branch after we are sure its good to be added for a stable release. |
I will go through the new ReadMe also , @nchavali , Please can you change the 'runObjectProposals()' to 'runObjectProposal()' in your ReadMe in ii) and iii) under the Generating Proposals heading. Your function name is without the 's'. Thanks |
No description provided.