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

Grouping points #25

Closed
ryantheleach opened this issue Jun 4, 2023 · 1 comment
Closed

Grouping points #25

ryantheleach opened this issue Jun 4, 2023 · 1 comment

Comments

@ryantheleach
Copy link

It would be nice to be able to group points to track sizes of groups / herds, and get the counts of individuals in a herd.

@persts
Copy link
Owner

persts commented Jun 5, 2023

@ryantheleach I may not be understanding what you mean by group points, but your class names are already a grouping. If you labeled your points: herd-1-adult-female, herd-1-adult-male, herd-2-adult-female, herd-2-adult-male... just export your counts and sum the columns that belong to herd-1 for a total herd size. This assumes you don't have multiple images of the same herd that contain the same individuals. If you did, you would have to mosaic the individual images before loading them into DDG.

@persts persts closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2023
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

2 participants