AnalyticsVidhya- Game of Deep Learning Hackathon: Computer Vision Ship Detection
Checkout my kaggle kernel :https://www.kaggle.com/niranjankumarc/game-of-deep-learning-computer-vision-hackathon
Ship or vessel detection has a wide range of applications, in the areas of maritime safety, fisheries management, marine pollution, defence and maritime security, protection from piracy, illegal migration, etc.
Keeping this in mind, a Governmental Maritime and Coastguard Agency is planning to deploy a computer vision based automated system to identify ship type only from the images taken by the survey boats. You have been hired as a consultant to build an efficient model for this project.
There are 5 classes of ships to be detected which are as follows:
There are 5 classes of ships to be detected which are as follows:
There are 6252 images in train and 2680 images in test data. The categories of ships and their corresponding codes in the dataset are as follows -
'Cargo' -> 1
'Military' -> 2
'Carrier' -> 3
'Cruise' -> 4
'Tankers' -> 5
Variable | Definition |
---|---|
image | Name of the image in the dataset (ID column) |
category | Ship category code (target column) |
The Evaluation metric for this competition is weighted F1 Score.
Public leaderboard is based on randomly selected 30% of the test images, while private leaderboard will be evaluated on remaining
70% of the test images.
NiranjanKumar @niranjankumar-c