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

Fix bugs in CORe50 and openloris datasets #929

Merged
merged 2 commits into from
Mar 9, 2022

Commits on Mar 4, 2022

  1. fix bug in CORe50Dataset that loaded the whole dataset (train + test …

    …set) instead of only the training set
    ggraffieti committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    7c5442a View commit details
    Browse the repository at this point in the history
  2. fix 2 bugs in the openloris dataset:

    - When the training set is loaded the whole dataset (train + test set) was loaded. Now it loads correctly the train set.
    - Only a part of the dataset was loaded (the clutter scenario). Now the whole dataset is used
    ggraffieti committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    2493cd0 View commit details
    Browse the repository at this point in the history