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

custom dataset #17

Open
cdfan0627 opened this issue Jan 21, 2025 · 1 comment
Open

custom dataset #17

cdfan0627 opened this issue Jan 21, 2025 · 1 comment

Comments

@cdfan0627
Copy link

Can I use a custom dataset, such as the BS-ERGB dataset, for inference?

@MessikommerNico
Copy link
Contributor

To test our tracker on a custom dataset, I recommend starting with having a look and adapting the following files for your needs:

  1. To generate the data, you can adapt the prepare_eds_subseq.py to obtain the timesurfaces required for the tracker. You can also experiment with the duration of the time window (dt) to achieve better performance. To use our data loaders, ensure that you have a similar data structure as the proposed training data.

  2. To run the tracker, I recommend adapting the evaluate_real.py file. If you use the tracker in our framework (same data-loading, config files, etc.), this should be straight forward.

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