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

comparare prediction con ground truth #154

Open
fabiofumarola opened this issue Nov 17, 2020 · 0 comments
Open

comparare prediction con ground truth #154

fabiofumarola opened this issue Nov 17, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@fabiofumarola
Copy link
Owner

Serve una classe che permette di confrontare i risultati di due datasets.
Questa utility:

  1. prende in input due dataset nel costruttore

  2. espone un metodo che ti permette di iterare sulle immagini dei due dataset. Nota bene che l'iterazione deve essere fatta per image name e non image id (potrebbero essere diversi)

  3. Per ogni image name deve mostrare le annotazioni della stessa immagine sui due dataset con immagini affiancate. Come immagine sotto
    Screenshot 2020-11-17 at 11 31 52

  4. i risultati devono essere filtrabili, categoria, area e score. Capiamo se metterlo nel costruttore ed offrire dei setter

  5. per ogni annotazione deve essere mostrato il suo idx dell'annotazione, l'id dell'immagine, tutti gli altri id che servono, gli score e la categoria

@fabiofumarola fabiofumarola added the enhancement New feature or request label Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant