You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each train and test have 229 folders named with their respective "anime" names.
Inside each anime folder are some images of that respective anime.
Task :
Create an Image Classification model which takes any image as an input and outputs the anime (Out of 229 provided) name.
Train the model on the train dataset provided
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.
The text was updated successfully, but these errors were encountered:
Dataset to be used : Anime_dataset.zip ( Link )
About Dataset:
Task :
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.
The text was updated successfully, but these errors were encountered: