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

DataFusionBlock enhancements to extract and fuse optical flow features into the model #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yusfcicek
Copy link

  • In training and inference time extracts optical flow features in multi frames
  • Multiple frames are taken as a ring buffer, then per-frame optical flow features are extracted
  • Frames and optical flow features are fused by DataFusionBlock
  • Configuration improvements were made according to the number of datasets
  • Fixed bugs in torch functions in Python 3.9 and above

…lti frames

* Multiple frames are taken as a ring buffer, then per-frame optical flow features are extracted
* Frames and optical flow features are fused by DataFusionBlock
* Configuration improvements were made according to the number of datasets
* Fixed bugs in torch functions in Python 3.9 and above
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

Successfully merging this pull request may close these issues.

None yet

1 participant