-
Notifications
You must be signed in to change notification settings - Fork 597
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
[Feature] Incorporating TF-Blender for VOD #704
base: master
Are you sure you want to change the base?
Conversation
khurramHashmi
commented
Aug 31, 2022
- Incorporated TF-Blender into Video Object Detection methods.
- The source code is borrowed from the original authors (HERE)
- The module TF-Blender is crafted in the FGFA pipeline for now.
Hi~@khurramHashmi , very appreciate your contribution to support TF-Blender method. Please refer to contributing guides in order to fix the lint error. Besides, we also have unittests to verify the correctness of added modules. It would be great if you could add unittests for the |
Hello, In the description you write so the aggregated tensor correspond to but the 2nd step I struggle to see it. The temporal relation module correspond to what is named for tf_blender in self.tf_blenders:
tf_weight = tf_blender(tf_weight) then I fail to see the Feature Adjustment and Feature Blender modules Thanks in advance for your response |
|