Skip to content

Issue5: Just arrange the folders #81

@kyanmahajan

Description

@kyanmahajan

Issue: Organize Dataset into Train / Test / Eval Splits

Objective

Re-structure the existing class-separated image dataset into standard
train / test / eval directory splits to enable reproducible training and evaluation.

Current State

  • Images are already separated by class
  • No explicit dataset split exists

Task

  • Create a directory structure following:
    dataset/
    train/
    class_1/
    class_2/
    ...
    test/
    class_1/
    class_2/
    ...
    eval/
    class_1/
    class_2/

->This directory is supposed to be made on kaggle/colab, but do not upload dataset on github.
->Just share the code. (Try to write a reusable code using functions and classes)

Contribution details:

Implementation Notes
->This task must be done inside the participants folder in your enrolment number's folder.
->You may Implement it in a separate notebook, or Add it to a previously used notebook.

->If working on Kaggle:
Make the required changes directly in your existing Kaggle notebook.
Download the updated notebook after changes.
Upload the updated version to the repository.

->Follow the PR template as given in the previous issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Points: 30everyoneFor competitive issues, best PRs are only merged, no need to assign yourselfopen-for-allAny one can work on it without getting assigned, every PR can merge

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions