-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add a DVS eye tracking dataset from the paper 3ET #276
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Zuowen! This is great stuff! Please add your dataset in the docs so that others can see it https://github.com/neuromorphs/tonic/blob/develop/docs/datasets.rst
and create a test case https://github.com/neuromorphs/tonic/blob/develop/test/test_datasets.py
if you need a small test file uploaded somewhere for the test just post it here and I'll upload it.
Thanks a lot!
hello Gregor, |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #276 +/- ##
===========================================
+ Coverage 76.84% 77.01% +0.17%
===========================================
Files 53 54 +1
Lines 3001 3059 +58
===========================================
+ Hits 2306 2356 +50
- Misses 695 703 +8 ☔ View full report in Codecov by Sentry. |
perfect, thanks a lot. Here are the links to the two uploaded files: |
…ing" This reverts commit d159079.
this looks great now! Nicely done. Are you happy for me to merge? |
yes please merge. thanks! |
The new tonic/datasets/threeET_eyetracking.py provides a new dataset from the paper 3ET: Efficient Event-based Eye Tracking using a Change-Based ConvLSTM Network (https://arxiv.org/pdf/2308.11771.pdf)
Thanks for maintaining this wonderful DVS dataset library.