GithubHelp home page GithubHelp logo

zhaoyan080305 / deeptrack_dataset Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lvsn/deeptrack_dataset

0.0 1.0 0.0 35 KB

Python3 code to load and evaluate 6DOF tracking dataset

License: GNU General Public License v3.0

Python 100.00%

deeptrack_dataset's Introduction

deeptrack_dataset

Python3 code to load and evaluate 6DOF tracking dataset from Deep 6 DoF Tracking

Dependencies

  • PIL
  • vispy
  • pyopengl
  • opencv

Download datasets

Script to download/extract the full dataset from the servers. Contains option to skip downloads and to set output paths. The default path is ./data.

    python download.py -o ./data
  • 3dmodels contains each object models
    • geometry.ply : vertex (meter scale), color, texture information
    • ao.ply : per vertex ambiant occlusion intensity
    • object.bmp : texture
  • raw_training contains training data for each objects.
    • x.png : rgb frame id x
    • xd.png : depth frame id x
    • camera.json : camera intrinsics
    • viewpoints.json : camera extrinsics (see show sequence example for an example to load them
  • sequences contains test data for each objects.

Show sequence

Script to visualize the dataset (sequence only). Serve as an example on how the dataset is loaded in memory. The option --save will save the ground truth data in the format used for evaluation.

    python show_sequence --dataset ./data --object dragon

To load result instead of ground truth, use --load option:

    python show_sequence --dataset ./data --load ./sequence_dragon.npy

TODO

  • Add support for csv file
  • evaluation code

deeptrack_dataset's People

Contributors

mathgaron 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.