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

Annotations utils #18

Open
3 of 4 tasks
sfmig opened this issue Dec 10, 2024 · 1 comment
Open
3 of 4 tasks

Annotations utils #18

sfmig opened this issue Dec 10, 2024 · 1 comment

Comments

@sfmig
Copy link
Contributor

sfmig commented Dec 10, 2024

  • Read VIA/COCO json annotation files
  • Save as VIA/COCO json annotation file
  • Utils
    • Combine annotation files
    • Filter out bboxes based on min/max area
    • Check for duplicate bboxes and (optionally) correct
      • see movement validations for bboxes dataset
    • Print and/or plot summary statistics for manual annotations
    • Filter out bboxes if boundaries are outside image?
    • Filter out bboxes if inside a certain region (use shapely)
    • Convert between VIA and COCO json
      • via "standard" dataframe

Probably a good idea to deal with each outer bulletpoint as a separate PR

@sfmig
Copy link
Contributor Author

sfmig commented Dec 17, 2024

These scripts shared in the VIA site may be useful to check.

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

1 participant