GithubHelp home page GithubHelp logo

mscoco.torch's Introduction

Scripts to load the MS-COCO annotations into torch

luarocks install dkjson

Place instances_train-val2014.zip in the same folder. You can download it from http://mscoco.org/dataset/#download

Then run the following commands:

unzip instances_train-val2014.zip
th load.lua    
th load.lua ### yes, run it twice.

Then you will have a file called instances_train2014.tds.t7 that you can load via:

annotations = torch.load('instances_train2014.tds.t7')
for k,v in pairs(annotations) do
   print(k)
end

mscoco.torch's People

Contributors

soumith avatar

Stargazers

Ladislav Zitka avatar Yen-Chang Hsu avatar Yan Zhu avatar  avatar Abhishek Das avatar Andrei Bursuc avatar Hello :) avatar Jonghoon Jin avatar Ryan Louie avatar Edgar Simo-Serra avatar Madison May avatar

Watchers

James Cloos avatar  avatar Hello :) avatar  avatar  avatar

mscoco.torch's Issues

error

Getting "PANIC: unprotected error in call to Lua API (not enough memory)" (pc has 32GB)

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.