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

Preprocessing, Model Builders and Directors, Dataset Loader #1

Merged
merged 58 commits into from
Dec 28, 2023
Merged

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    680feef View commit details
    Browse the repository at this point in the history
  2. Update gitignore

    owczr committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    c1fade9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c02a56f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    f883f13 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    6d71728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e67fdfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bf3288 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    3af75e3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    owczr committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    5cda7bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5762d3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d923800 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    8c87469 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    327517b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    654bf33 View commit details
    Browse the repository at this point in the history
  2. Add MobileNetBuilder tests

    owczr committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0886a37 View commit details
    Browse the repository at this point in the history
  3. Add new functionalities to DatasetProcessor

    Introduce train test splitting method of preprocessed dataset.
    Also add methods to remove processed and train test data.
    owczr committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    d9deaa2 View commit details
    Browse the repository at this point in the history
  4. Add more logging to DatasetProcessor and update processing script, ad…

    …d new package with scripts
    owczr committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    95368c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    d42a7bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22e5677 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6cb45c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50ff685 View commit details
    Browse the repository at this point in the history
  5. Update builders __init__.py

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    8c226a8 View commit details
    Browse the repository at this point in the history
  6. Add image constants to utils

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    53dc9ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fc19e7 View commit details
    Browse the repository at this point in the history
  8. Remove TODO.md

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    5505117 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f09e475 View commit details
    Browse the repository at this point in the history
  10. Rename mobilenet_builder

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    a50d7fc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    804a784 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e2357e9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b8ed1b7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f9cf4bb View commit details
    Browse the repository at this point in the history
  15. Add template for model builders

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    ae6aa2e View commit details
    Browse the repository at this point in the history
  16. Update test class name

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    f2fb3a0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cb1dedd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8cfa0d4 View commit details
    Browse the repository at this point in the history
  19. Update builder template

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    2dbc1e7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    577d9c7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    60a6eda View commit details
    Browse the repository at this point in the history
  22. Update builder template

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    6e91cf5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6fc44f2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7535a06 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    24da341 View commit details
    Browse the repository at this point in the history
  26. Update test class names

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    0d70bb4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6f0dbbe View commit details
    Browse the repository at this point in the history
  28. Update training script template

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    fa670c9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e4f3664 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    023030e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5ec6b28 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ddc38a3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7ca7432 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    24c8123 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    bf47c2a View commit details
    Browse the repository at this point in the history
  36. Unclutter README.md

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    46e08ea View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    da54707 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    95d308a View commit details
    Browse the repository at this point in the history
  39. Add requirements.txt

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    891e33e View commit details
    Browse the repository at this point in the history
  40. Change skimage to scikit-image

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    2c29951 View commit details
    Browse the repository at this point in the history
  41. Add pytest to requirements.txt

    owczr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    88295b2 View commit details
    Browse the repository at this point in the history