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

Add data augmentation in LeRobotDataset #234

Merged
merged 63 commits into from
Jun 11, 2024

Commits on May 31, 2024

  1. Implemented data augmentation with LeRobot class

    marina.barannikov@huggingface.co committed May 31, 2024
    Configuration menu
    Copy the full SHA
    65e46a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20a3715 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4870e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    212a5ab View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    9f8415f View commit details
    Browse the repository at this point in the history
  2. Add RandomSubsetApply

    aliberts committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    602ea98 View commit details
    Browse the repository at this point in the history
  3. Updated default.yaml

    marinabar committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    cc4b3bd View commit details
    Browse the repository at this point in the history
  4. Updated default.yaml

    marinabar committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1429117 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    7be2c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66629a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42f9cc9 View commit details
    Browse the repository at this point in the history
  4. Added visualisations for image augmentation

    Marina Barannikov committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5eea254 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'refs/remotes/origin/2024_05_30_add_data…

    …_augmentation' into 2024_05_30_add_data_augmentation
    Marina Barannikov committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    31e3c82 View commit details
    Browse the repository at this point in the history
  6. Updated formatting

    Marina Barannikov committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    22bd1f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    443b06b View commit details
    Browse the repository at this point in the history
  2. Redesign config

    aliberts committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    fdf56e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a544949 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b13472 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6509c3f View commit details
    Browse the repository at this point in the history
  6. Remove prints

    aliberts committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ceb9559 View commit details
    Browse the repository at this point in the history
  7. Updated show_transform to match config

    Marina Barannikov committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4dbc1ad View commit details
    Browse the repository at this point in the history
  8. Implented visualize_image_transforms script

    Marina Barannikov committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0fb3dd7 View commit details
    Browse the repository at this point in the history
  9. Minor formatting

    Marina Barannikov committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1b1bbb1 View commit details
    Browse the repository at this point in the history
  10. Renamed scripts

    Marina Barannikov committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    644e77e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    82e32f1 View commit details
    Browse the repository at this point in the history
  12. Updated visualize script

    marinabar committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8237ed9 View commit details
    Browse the repository at this point in the history
  13. Add first tests

    aliberts committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e444b0d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    641d349 View commit details
    Browse the repository at this point in the history
  15. Fix tests

    aliberts committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5d55b19 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    b171480 View commit details
    Browse the repository at this point in the history
  2. Updated comments

    marinabar committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d657139 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9552a4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19f4a65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdc0ebd View commit details
    Browse the repository at this point in the history
  6. WIP

    aliberts committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a86f387 View commit details
    Browse the repository at this point in the history
  7. rename to image_transforms

    aliberts committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c45dd8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    faacb36 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Update config doc

    aliberts committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b60810a View commit details
    Browse the repository at this point in the history
  2. fix TestMakeImageTransforms

    aliberts committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e52942a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. WIP

    Cadene committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    ca81b1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dad7fb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Handle n_subset == 0

    aliberts committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fb0f69e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb8af34 View commit details
    Browse the repository at this point in the history
  3. save test_artifacts

    aliberts committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    625ea91 View commit details
    Browse the repository at this point in the history
  4. Add more tests

    aliberts committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ec2a81f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fba523 View commit details
    Browse the repository at this point in the history
  6. Fix CI & update artifacts

    aliberts committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a65b67f View commit details
    Browse the repository at this point in the history
  7. Improve docstring

    aliberts committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f57090f View commit details
    Browse the repository at this point in the history
  8. Keep consistency with yaml

    aliberts committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f0209af View commit details
    Browse the repository at this point in the history
  9. Improve docstring

    aliberts committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    bde12f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    7a097e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04adbd7 View commit details
    Browse the repository at this point in the history
  3. Rename files

    aliberts committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1890637 View commit details
    Browse the repository at this point in the history
  4. Rename artifacts directory

    aliberts committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5636dab View commit details
    Browse the repository at this point in the history
  5. Parametrize more tests

    aliberts committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    cf24846 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e3187e View commit details
    Browse the repository at this point in the history
  7. Refactor example

    aliberts committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fd7f65b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fbb0d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ce1c7d View commit details
    Browse the repository at this point in the history
  10. Clarify config doc

    aliberts committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b6eb3e5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    540fb9c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9a3739d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    85f0bd6 View commit details
    Browse the repository at this point in the history