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

there is no file 'probcrf.mat' when I am trying to run step3_gen_CDC_det.m #3

Closed
zhangxgu opened this issue Jul 2, 2017 · 6 comments

Comments

@zhangxgu
Copy link

zhangxgu commented Jul 2, 2017

In line 5 of step3_gen_CDC_det.m, there is no file 'probcrf.mat' after I have run all the codes as you write in Reproduce results on THUMOS 2014 dataset
Thanks!

@zhangxgu
Copy link
Author

zhangxgu commented Jul 2, 2017

And there is another question:
In CDC network prediction, you should change line 9 in gen_test_bin_and_list.py from
listfile = open(outputdir+"test.lst",'w') to listfile = open(outputdir+"example.test.lst",'w').

Otherwise next step will read older example.test.lst and cannot read new datasets test.lst.

@bityangke
Copy link

I am not the author.
I used "proball.mat" instead of "proballcrf.mat".
proballcrf.mat might be prob postprocessed by CRF.
I wonder if crf will help improve the results.

@zhangxgu
Copy link
Author

zhangxgu commented Jul 3, 2017

@bityangke Thanks!
I find this really works. : )

@zhangxgu
Copy link
Author

zhangxgu commented Jul 3, 2017

@bityangke excuse me but there is another question that after I run ./xfeat.sh in Reproduce results on THUMOS 2014 dataset , there is no file /feat/ in 'cdc\THUMOS14\test'. Is this xfeat.sh lack of some thing?

@zhengshou

@bityangke
Copy link

Sorry, I do not run this experiments.
I just use proball.mat to generate some results for my comparison experiments.

@zhengshou
Copy link
Collaborator

Thanks @bityangke and @zhangxgu for the heads-up.

Yes it is typo. It should be "proball.mat" rather than "probcrf.mat". Fixed now. Previously I tried crf but it does not help.

example.test.lst is just an example of test list file which will be generated by gen_test_bin_and_list.py rather than read by gen_test_bin_and_list.py

You need to prepare that ./feat/ folder by yourself according to your prefix file.

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

3 participants