autowebcompat icon indicating copy to clipboard operation
autowebcompat copied to clipboard

[WIP] Analyse false predictions

Open Trion129 opened this issue 7 years ago • 7 comments

Fixes #109.

TODO:

  • [x] Load all images and make predictions
  • [x] Compare to extract false predictions
  • [x] Create a GUI to display false predicted images in sequence
  • [x] Create a next and previous button to go back and forth
  • [x] also bind keyboard arrows.
  • [ ] Be able to pop the image label if the images are too noisy to learn

Trion129 avatar Apr 05 '18 18:04 Trion129

@Trion129 are you still interested in working on this?

marco-c avatar May 11 '18 22:05 marco-c

Yep, I just have some quizzes till 18th at college. After that I'll work on this :)

Trion129 avatar May 12 '18 03:05 Trion129

ping @Trion129

marco-c avatar Jul 16 '18 14:07 marco-c

Hi @marco-c, I was busy last month at college. I had made some progress, but I was having issue with placing the "next" button properly, it gets overlapped under the images. I'll push the code anyways, you might have a fix.

Trion129 avatar Jul 16 '18 16:07 Trion129

Never-mind, it started to work when I put the button inside the image-view itself. Weird tkinter...

Trion129 avatar Jul 16 '18 17:07 Trion129

@marco-c For the popping of images, as the pics are spread over many csv files, I think it is better to generate a new list "false_pairs.csv" where the image names will be appended. This list can be used by pretrain and train scripts to remove false pairs from data. What's your opinion?

Trion129 avatar Jul 17 '18 10:07 Trion129

@marco-c For the popping of images, as the pics are spread over many csv files, I think it is better to generate a new list "false_pairs.csv" where the image names will be appended. This list can be used by pretrain and train scripts to remove false pairs from data. What's your opinion?

I think we shouldn't pop those images, let's just implement the analysis of false predictions.

marco-c avatar Jul 19 '18 22:07 marco-c