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

Result Visualization #25

Open
Rojina99 opened this issue May 2, 2019 · 1 comment
Open

Result Visualization #25

Rojina99 opened this issue May 2, 2019 · 1 comment

Comments

@Rojina99
Copy link

Rojina99 commented May 2, 2019

After testing the trained model by using code:

python main.py --train False --model_path model_output

I get results as

inference time for 40 utterences : 1.64s
[[[ 0.73 -0.43 -0.3 0. ]
[ 0.65 -0.42 -0.47 -0.39]
[ 0.62 -0.42 -0.48 -0.4 ]
[ 0.96 -0.28 -0.14 -0.05]
[ 0.68 -0.54 -0.4 -0.08]]

[[ 0.11 0.83 0.37 -0.24]
[-0.08 0.86 0.49 -0.24]
[-0.08 0.87 0.48 -0.25]
[-0.15 0.96 0.69 0.08]
[-0.17 0.97 0.68 0.01]]

[[-0.04 0.65 0.89 -0.05]
[-0.02 0.7 0.94 -0.01]
[-0.03 0.69 0.94 -0.04]
[-0.14 0.79 0.96 0.08]
[-0.07 0.75 0.89 0.06]]

[[-0.16 -0.13 0.07 0.88]
[-0.05 -0.18 0.1 0.95]
[-0.05 -0.24 0.08 0.94]
[-0.05 -0.09 0.31 0.93]
[-0.06 -0.18 0.06 0.91]]]

EER : 0.10 (thres:0.65, FAR:0.10, FRR:0.10)

And I want to visualize this results like for specific number of people in specific timestamp. But I have no idea how can I do it.

So, if anyone can help me with this ?

@TonyB22
Copy link

TonyB22 commented Apr 13, 2022

I have also no idea how to do it .

EER : 0.10 (thres:0.65, FAR:0.10, FRR:0.10)

what does this results mean ?

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