-
Notifications
You must be signed in to change notification settings - Fork 8
Description
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!