Code Monkey home page Code Monkey logo

airbus_ship_detection's Introduction

# Downloading the data

First, you should accept the competition conditions. Then, after installing the Kaggle CLI, create a data folder under asd and run the following command inside it:

kaggle competitions download -c airbus-ship-detection -o -w

Unzipping the data

unzip airbus_ship_detection/asd/data/test_v2.zip -d airbus_ship_detection/asd/data/train_v2 unzip airbus_ship_detection/asd/data/test_v2.zip -d airbus_ship_detection/asd/data/test_v2

# Baseline

Notice that, since the "no ship" class is predominate, submitting a file with empty values for the EncodedPixel columns leads to a 0.847 score on the public leaderboard. This will probably be different in the private leaderboard. It is thus necessary to account for this imbalance in order to get good performances.

# Submission

Generate the submission file using the run.py script. Then, use the Kaggle API tool as follows:

kaggle competitions submit -c airbus-ship-detection -f /path/to/submission/file -m "Model description message"

# Sanity check

ls train_v2 -1 | wc -l

should return: 192556

and

ls test_v2 -1 | wc -l

should return: 15606

# Data leakage

It appears that the test images are transformed images for the train ones (translated and cropped images). Thus, the test masks have been release. New test data should be available in the upcoming days (or weeks). For more details, check this discussion.

The new data is available and ends with _v2.

# Resources

airbus_ship_detection's People

Contributors

yassinealouini avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.