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

how to integrate object detection models #209

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

how to integrate object detection models #209

Huan80805 opened this issue May 10, 2022 · 2 comments

Comments

@Huan80805
Copy link

Hi, thanks for providing such great work!
I am working a object detection task and I have already trained a object detection model with detectron2 framework.
is it possible to integrate detectron2 model into this active learning method ?
or more generally, can i integrate object detection model like FasterRCNN yolo?

@Dref360
Copy link
Member

Dref360 commented May 10, 2022

Hello,

Thank you for your question.

Object detection is a tricky problem in active learning and hasn't been studied extensively.
Niko Sünderhauf made quite a lot of contributions to the domain so we could start there. They have a list of their paper on their blog

We did work on this a few years ago and got good performance using the raw output of SSD and computing the variance between iterations.

This is definitely something that should work using BaaL, so we would be happy to help. We just need someone to lead the initiative. I started something in #188 to make it work with torchvision models.

Happy to chat here, on Slack, or on Zoom!

@pieterblok
Copy link

Hi, thanks for providing such great work! I am working a object detection task and I have already trained a object detection model with detectron2 framework. is it possible to integrate detectron2 model into this active learning method ? or more generally, can i integrate object detection model like FasterRCNN yolo?

@Huan80805 I'm actually developing an active learning method for Faster R-CNN in Detectron2 (it's not finished yet, let me know your timeframe, maybe we can work something out).

Actually, the method is based on MaskAL, an active learning framework for Mask R-CNN in detectron2: https://github.com/pieterblok/maskal

MaskAL uses BAAL by the way...

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

3 participants