Skip to content
Snippets Groups Projects
Commit 79f8f0d6 authored by ashivani's avatar ashivani
Browse files

updated Readme

parents e9c7351b 0171fa19
No related branches found
No related tags found
No related merge requests found
Pipeline #5110 passed
...@@ -15,7 +15,7 @@ Understand with code! Here is [`getting started code`](https://discourse.aicrowd ...@@ -15,7 +15,7 @@ Understand with code! Here is [`getting started code`](https://discourse.aicrowd
# 💾 Dataset # 💾 Dataset
The dataset provided contains images of various species of snake with each image of size 224*224 pixels. The train set and validation set has around 54,000 and 6000 images respectively grouped into the classes of `venomous` and `non venomous` while the test set contains around 15,000 images which needs to be predicted. The dataset is quite vast and has following variations: The dataset provided contains images of various species of snake with each image of size `224*224` pixels. The train set and validation set has around `54,000` and `6000` images respectively grouped into the classes of `venomous` and `non venomous` while the test set contains around `15,000` images which needs to be predicted. The dataset is quite vast and has following variations:
* variation by age * variation by age
...@@ -29,7 +29,7 @@ The dataset provided contains images of various species of snake with each image ...@@ -29,7 +29,7 @@ The dataset provided contains images of various species of snake with each image
# 📁 Files # 📁 Files
Following files are available in the `[resources](https://www.aicrowd.com/challenges/ai-for-good-ai-blitz-3/problems/snake/dataset_files)` section: Following files are available in the `[resources](https://www.aicrowd.com/challenges/ai-for-good-ai-blitz-3/problems/snake/dataset_files)` section:
There are four files for this challenge.
- `[train.zip](https://s3.eu-central-1.wasabisys.com/aicrowd-practice-challenges/public/snake/v0.1/train.zip)` : (`54,000`) The zip file contains `train` folder with two folder inside it with name as `venomous` and `non venomous`.These folder contains the images of respective classes. - `[train.zip](https://s3.eu-central-1.wasabisys.com/aicrowd-practice-challenges/public/snake/v0.1/train.zip)` : (`54,000`) The zip file contains `train` folder with two folder inside it with name as `venomous` and `non venomous`.These folder contains the images of respective classes.
- `[val.zip](https://s3.eu-central-1.wasabisys.com/aicrowd-practice-challenges/public/snake/v0.1/test.zip)` : (`6,000`) The zip file contains `val` folder with two folder inside it with name as `venomous` and `non venomous`.These folder contains the images of respective classes. - `[val.zip](https://s3.eu-central-1.wasabisys.com/aicrowd-practice-challenges/public/snake/v0.1/test.zip)` : (`6,000`) The zip file contains `val` folder with two folder inside it with name as `venomous` and `non venomous`.These folder contains the images of respective classes.
...@@ -41,8 +41,8 @@ There are four files for this challenge. ...@@ -41,8 +41,8 @@ There are four files for this challenge.
# 🚀 Submission # 🚀 Submission
- Prepare a CSV containing two coloums with header `id` and `class`. The first column contains the image id(without the ".jpg" extension) and the second as the class it belongs to `venomous` and `non_venomous`. - Prepare a CSV containing two coloums with header `id` and `class`. The first column contains the image id(without the ".jpg" extension) and the second as the class it belongs to `venomous` and `non_venomous`.
- Name of the above file should be submission.csv. - Name of the above file should be `submission.csv`.
- Sample submission format available at sample_submission.csv in the resorces section. - Sample submission format available at `sample_submission.csv` in the resorces section.
**Make your first submission [here](https://www.aicrowd.com/challenges/snake/submissions/new) 🚀 !!** **Make your first submission [here](https://www.aicrowd.com/challenges/snake/submissions/new) 🚀 !!**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment