Coder Social home page Coder Social logo

learning-coco-processing-container's Introduction

COCO data processing with Docker

Description

Learning task: Data processing container transforming COCO-formatted data to CSV. In this example the script expects the URL to zipped archive including person_keypoints_val2017.json

Requirements: docker

Contents

  • main.py
  • Dockerfile
  • requirements.txt
  • README.md

Execution

  1. Build the docker image
docker build -t mlops-coco <path/to/Dockerfile>
  1. Run the container
docker run --name my-coco -t -d mlops-coco
  1. Run processing script

Parameters:
--url (str): url to zipped COCO-formatted data package including person_keypoints_val2017.json
--output (str): path to output csv file

docker exec my-coco /code/main.py --url <https://url/to/filename.zip> --output <path/filename.csv>

# Example:
docker exec my-coco python /code/main.py --url "http://images.cocodataset.org/annotations/annotations_trainval2017.zip" --output "/output/out.csv"

Check if the file exists in output directory

docker exec my-coco sh -c "cd /output; ls -l"

learning-coco-processing-container's People

Contributors

filiphagan avatar

Watchers

 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.