-
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
Create final bounding_box.json file from bounding boxes of different users #173
Comments
@sagarvijaygupta i have a couple of doubts in this regard , do you mean for each person A you'll keep adding the bounding box they created for a particular set of images to the bounding box jsons and then apply IOU with a threshold to get one definite value? |
@Shashi456 I am thinking of using all the bounding boxes for a given screenshot by all users who have annotated them and calculate the maximum area of intersection with maximum people agreeing with it ( |
I was going through https://arxiv.org/pdf/1506.01497.pdf |
It sounds interesting, but maybe it's too much work? |
@marco-c I searched about NMS and found it is much similar to what I proposed above. If by
you mean about the length of code, it won't be much and is quiet easy to understand. |
Sounds good then! |
@marco-c This is the output I am getting with overlapping threshold value of 0.5. Is it fine? Or should I make some changes. |
It looks OK to me.
Let's convert the current file, making the boundary box the entire image when an image was labeled with |
(The label_persons/amitrockon.csv should be converted, labels.csv should be generated automatically) |
To create final
bounding_box.json
file, I am thinking of having IOU as the basic criteria with some defined threshold with at least 50%bounding_box.json
from thelabel_persons
directory agreeing with it.We can discuss different ideas in this thread.
The text was updated successfully, but these errors were encountered: