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

Robustness tests: non-overlapping test/train datasets #178

Open
samcunliffe opened this issue Jun 3, 2024 · 0 comments
Open

Robustness tests: non-overlapping test/train datasets #178

samcunliffe opened this issue Jun 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@samcunliffe
Copy link
Member

We'd like to build a more generalisable model so that e.g. the model would work on fresh data from a similar beach but unseen videos.

Definition of done

  • The dataloader is modified so that the training and evaluation datasets are non-overlapping (frames from the same stereo pair).
  • The user can turn this on or off somehow.

Possible implementation:

  • Define the test and training datasets with indices (belonging to the same pair of cameras.
@samcunliffe samcunliffe added the enhancement New feature or request label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant