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

Can we use DeT with detector? #8

Closed
kxhit opened this issue Feb 24, 2022 · 2 comments
Closed

Can we use DeT with detector? #8

kxhit opened this issue Feb 24, 2022 · 2 comments

Comments

@kxhit
Copy link

kxhit commented Feb 24, 2022

Hi~ Thanks for the great work and code!

I run the code with Kinect and found it tracks objects quite well with a user-defined bounding box. I'm wondering if I can use the DeT tracker with some detectors e.g., YOLO/MaskRCNN. For example, the detectors predict the instance segmentation with bboxes and the bboxes are tracked by the DeT. Finally, the DeT will assign these bboxes with new IDs or associate them with previous IDs. However, the new bbox tracking is defined by users in the current setting, how to filter the detections automatically?

Is there any script or a hint for doing this? Thank you very much!

@xiaozai
Copy link
Owner

xiaozai commented Feb 25, 2022

Hi,
Thanks for attention! It is a good idea to combine DeT with other detectors. I don't have such script but you are welcome to try new detectors.

Actually DeT is just a pooling layer to combine RGB and D features with maxpooling operation. And it is based on ATOM or DiMP base tracker. If you can use DiMP and ATOM with some detectors, it also works on DeT.

@kxhit
Copy link
Author

kxhit commented Feb 25, 2022

Thanks for the quick reply!
Find a similar issue in pytracking. #visionml/pytracking#213

Closed.

@kxhit kxhit closed this as completed Feb 25, 2022
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