-
Notifications
You must be signed in to change notification settings - Fork 41
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
[WIP] Analyse false predictions #168
base: master
Are you sure you want to change the base?
Conversation
@Trion129 are you still interested in working on this? |
Yep, I just have some quizzes till 18th at college. After that I'll work on this :) |
…e-wrong-detections
…bcompat into analyse-wrong-detections
ping @Trion129 |
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. |
|
||
img1 = ImageTk.PhotoImage(Image.open("data/" + firefox_name)) | ||
panel1.configure(image=img1) | ||
panel1.image = img1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On adding the image, it covers the next button. Even though they are in separate grids.
Never-mind, it started to work when I put the button inside the image-view itself. Weird tkinter... |
@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. |
Fixes #109.
TODO: