-
Notifications
You must be signed in to change notification settings - Fork 74
Issue5: Just arrange the folders #81
Copy link
Copy link
Open
Labels
Points: 30everyoneFor competitive issues, best PRs are only merged, no need to assign yourselfFor 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 mergeAny one can work on it without getting assigned, every PR can merge
Metadata
Metadata
Assignees
Labels
Points: 30everyoneFor competitive issues, best PRs are only merged, no need to assign yourselfFor 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 mergeAny one can work on it without getting assigned, every PR can merge
Type
Fields
Give feedbackNo fields configured for Task.
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
Task
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.