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

Detection using one stage detectors #141

Open
nicolasj92 opened this issue Jun 6, 2021 · 1 comment
Open

Detection using one stage detectors #141

nicolasj92 opened this issue Jun 6, 2021 · 1 comment

Comments

@nicolasj92
Copy link

Hi,

Did you consider evaluating this framework using a one stage detector such as yolo or ssd? Would the prediction work with the bounding box refinement of the anchor boxes of these approaches?

Thanks and best regards
Nicolas

@timmeinhardt
Copy link
Collaborator

We did not consider such object detectors for this project. However, any kind of detector which takes bounding boxes as input and applies regression/classification to them should work. The input has to be somewhere in the pipeline. Like the proposal generator in Faster R-CNN. In theory it should be possible to apply something like RetinaNet with Tracktor as well.

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