score fusion script
Created by: khoury
The fusion script is currently in bob.bio.spear. I think it's wiser to put it here but please let me know if someone has different point of view.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Author Owner
Created by: siebenkopf
Agreed. If the script is generic and does not rely on features of
bob.bio.spear
it should go here.Please assure that you have similar command line options (including the short cuts) as in https://github.com/bioidiap/bob.bio.base/blob/master/bob/bio/base/script/evaluate.py#L54 This makes the functionality easier usable. Also, a bit of code documentation might help.
If possible, you might make the
eval
files optional. Sometimes, no evaluation set is available, so we only fuse the scores of thedev
set. - Author Owner
Created by: khoury
Agreed. Will do so! Thanks
- Author Owner
Created by: khoury
changes done and documentation updated.
- Author Owner
Created by: siebenkopf
I am afraid that this line: https://github.com/bioidiap/bob.bio.base/blob/master/bob/bio/base/script/fusion_llr.py#L79 will not work with the 5-column style (as we have 5 entries there, and not 4). I don't see, why you have the
data_dev
variable at all, you should be able to directly work withgen_data_dev
. (same for eval).Cheers Manuel
- Author Owner
Created by: khoury
Agreed, now it's improved! Thanks, Elie
- Tiago de Freitas Pereira mentioned in commit 8d03d118
mentioned in commit 8d03d118
- Tiago de Freitas Pereira mentioned in commit 274bc509
mentioned in commit 274bc509
- Tiago de Freitas Pereira mentioned in commit ee911ce4
mentioned in commit ee911ce4
- Tiago de Freitas Pereira mentioned in commit eddc6e42
mentioned in commit eddc6e42
- Tiago de Freitas Pereira mentioned in commit 82111e7a
mentioned in commit 82111e7a