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

SegNet training data - Bounding boxes instead of segmentation masks? #26

Open
JLC827 opened this issue May 10, 2022 · 2 comments
Open

Comments

@JLC827
Copy link

JLC827 commented May 10, 2022

Hi,

I'm interested in using the SIPEC pipeline to perform identification, counting, and behaviour identification for primates and other animals.

Would it be reasonable to use bounding boxes as pseudo segmentation masks for training the SegNet stage? I.e. treat the entire area enclosed by the bounding box as a mask.

The data I am working with will be in the bounding box format because it's quicker and easier to label up. And if I'm understanding the paper correctly the segmentation masks are used to just generate a bounding box for the later stages, so the precise segmentation is unimportant.

Please let me know if you can think of any issues that might arise with this approach. It would make things much simpler if this approach works, as otherwise I will have to consider an alternative object detector and have to slot that into the pipeline.

Thanks!

@damaggu
Copy link
Member

damaggu commented May 11, 2022

Hi, i think it may work. Could you maybe send me an example of how your annotation input would look like ? Thanks and best!

@JLC827
Copy link
Author

JLC827 commented May 11, 2022

Ah great to hear, thank you.

The annotation data is coming from the citizen science website Zooniverse. The example below shows the annotations for a series of frames. The plan is to convert this into the same format as VIA annotation data.

(For each annotation we also have the corresponding image name and some other info. This is just an extract of part of the annotation data.)

image

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