GithubHelp home page GithubHelp logo

stevenah / biomedia-2019-sample-submission Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 8.25 MB

ACM-Grand-Challenge-2019-Biomedia-Sample-Submission

Home Page: https://github.com/kelkalot/biomedia-2019

Dockerfile 26.77% Python 73.23%

biomedia-2019-sample-submission's Introduction

The Biomedia ACM Multimedia Sample Submission

This repository aims to provide a skeleton for preparing your submission to the 2019 Biomedia ACM Multimedia Grand Challange. For starters, we require that each submission is delivered in the form of a Docker image. This Docker image should create the submission file described in the challenge description. If you are new to docker, a good place to start is the Get Started page of the official Docker documentation.

We thank you for your interest in this years Biomedia challenge and wish you the best of luck.

How to Participate

To participate, we require you to build a Docker image of your submission which includes all required dependencies and can be run using the latest version of Docker. Please note that the data should not be included within the Docker image itself, as it will be injected by us. Assume that the test dataset will be located at /biomedia. An example submission is included within this repository, where we show an example of a Keras based submission.

Testing your Docker image

To test you submission, run the following bash command:

sudo docker run -v <test_set_location>:/biomedia -a stdin -a stdout -a stderr <docker_id> > biomedia_submission.txt 

The results should be a .txt file in the format of the example shown in the file example_biomedia_submission.txt located within this repository.

Submitting your Docker Image

To submit your Docker image, we recommend that you export it using the following bash command:

sudo docker save <docker_id> > biomedia_image.tar

This command will produce a tar file of your Docker image which can easily be sent to one of the organizers of Biomedia 2019. Once the Docker image is exported, submit it to one of the following email addresses; [email protected], [email protected] or [email protected].

For any questions, feel free to contact [email protected].

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.