Finalization of plots
Edited by Theophile GENTILHOMME
Merge request reports
Activity
- Resolved by Theophile GENTILHOMME
- Resolved by Theophile GENTILHOMME
- Resolved by Theophile GENTILHOMME
Thanks @amohammadi for the review.
- Resolved by Theophile GENTILHOMME
- Resolved by Theophile GENTILHOMME
- Please put bob pad epc in bob pad evaluate
- bob pad epc help message is not updated
- Only 4 column score formats exists in bob.pad.base. Please remove traces of 5 column.
-
Pls add
-v
to all command execution examples. -
bob vuln commands show
bob pad
in their usage - bob vuln metrics should show fnmr instead of bpcer
- bob pad epc: replace HTER with ACER
-
bin/bob vuln epsc fake_scores/{licit,spoof}/scores-{dev,eval} -D
takes forever to finish. Just runbin/bob vuln gen fake_scores
(after bugfix, see below) to generate the scores. -
bin/bob vuln gen fake_scores
neg and pos were swapped. I will push a fix for this -
bob vuln {roc,det}
does not look like what @pkorshunov had. -
bob vuln epc
does not seem correct. We have to investigate. IAPMR is always 100% and WER just goes up. -
bob vuln evaluate
does not plot bob vuln roc -
Maybe we should rename these
bob ... evaluate
commands tobob ... eval
. It's easier to write. The python functions can still be named evaluate but the exposed command name could beeval
. -
bob vuln {roc,det}
should produce separate figures for dev and eval by default. Right now it uses licit-dev and spoof-eval which does not make sense.
We need to majorly change bob vuln det,roc and implement bob vuln scatter but I think it's easier to explain in person than writing here.
Edited by Amir MOHAMMADIadded 7 commits
- d0fb5821 - [script][figure] Changes names and defaults
- fe3ced43 - [script][pad_commands] Add -v on examples and remove 5-col ref
- 664a694f - [script][vuln_commands] Chanhe pad to vuln
- 849d0911 - [script][pad] Add prefix aliasing
- 371551f0 - [script][pad_commands] Add prefix aliasing
- 852d4da5 - [script][vuln] Add prefix aliasing and fix doc
- 22047462 - [script][vuln_commands] Add prefix aliasing and remove vuln command
Toggle commit listadded 1 commit
- aed05f24 - [script][figure,pad_commands,vuln_commands] --titles option for PAD and
Please register or sign in to reply