Skip to content
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

Question about Result of Metrics #38

Open
hustcc19860606 opened this issue Sep 4, 2020 · 2 comments
Open

Question about Result of Metrics #38

hustcc19860606 opened this issue Sep 4, 2020 · 2 comments

Comments

@hustcc19860606
Copy link

hustcc19860606 commented Sep 4, 2020

I use the command: CUDA_VISIBLE_DEVICES=1 python -m object-locator.locate --imgsize 256X256 --dataset mall_dataset/frames/test/ --out mall_dataset/output/ --model checkpoints/mall,lambdaa=1,BS=32,Adam,LR1e-4.ckpt --evaluate, and the test set takes pictures from No.seq_001801.jpg to No.seq_002000.jpg. However, the results have large difference from your paper. Can you give me some suggestions? @javiribera
bmm_stats
fscore_vs_tau
precision_vs_th
recall_vs_tau

@javiribera
Copy link
Owner

The "results" you are trying to reproduce are these two plots? You seem to have posted the same plot repeated 3 times, by the way.

However, the take-away from the two plots is the same from the ones of the paper: (1) there are two clusters of pixels with tau values of 0 and 1, very close to the boundaries, (2) BMM does better than Otsu most of the time in terms of the F-score, and (3) optimizing for tau is not going to be significantly better than BMM or Otsu.

@hustcc19860606
Copy link
Author

hustcc19860606 commented Sep 7, 2020

@javiribera Vertical coordinates of three plots are different. The F-score in the first plot only can achieve at about 22.5. However,the figure 6 in your paper can achieve at over 80. And the precision in the following plot is also much lower than the value in your paper. However,the estimated_maps are similar to the paper. I didn't modify your code, all plots are generated automatically by the code. Can your give me some suggestions to reproduce the values in your paper ?
precision_and_recall_vs_r,_tau=0 9444
seq_001801

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants