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

Anime Classification #80

Open
maskboyAvi opened this issue Mar 22, 2024 · 0 comments
Open

Anime Classification #80

maskboyAvi opened this issue Mar 22, 2024 · 0 comments
Labels
always open Open throughout the competition hard Hard Level Question worth 7 points round-2

Comments

@maskboyAvi
Copy link
Collaborator

Dataset to be used : Anime_dataset.zip ( Link )

About Dataset:

  1. It have two folders test and train.
  2. Each train and test have 229 folders named with their respective "anime" names.
  3. Inside each anime folder are some images of that respective anime.

Task :

  1. Create an Image Classification model which takes any image as an input and outputs the anime (Out of 229 provided) name.
  2. Train the model on the train dataset provided
  3. Evaluate model on test folder and show accuracy and f1 score.

Note1: Clearly mention accuracy and f1 score in PR as well.

Note2: If dataset is large to train, reduce the training dataset by removing some images from each folder. Do not reduce number of classes, i.e. , do not delete any folders to reduce dataset.

Submission Format: Colab file with all outputs shown clearly.

@maskboyAvi maskboyAvi added hard Hard Level Question worth 7 points always open Open throughout the competition round-2 labels Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
always open Open throughout the competition hard Hard Level Question worth 7 points round-2
Projects
None yet
Development

No branches or pull requests

1 participant