Giter Site home page Giter Site logo

trellixvulnteam / open3d-kinect_50qv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lyyiangang/open3d-kinect

0.0 0.0 0.0 142.23 MB

open3d for reconstruction of azure kinect

License: Other

Shell 0.19% JavaScript 0.87% C++ 82.64% Python 7.78% C 0.63% CSS 0.08% Objective-C++ 0.22% Cuda 6.08% HTML 0.06% CMake 1.36% GLSL 0.09% Batchfile 0.01%

open3d-kinect_50qv's Introduction

open3d code:v0.14.1 python open3d : 0.14.1

环境设置

设置deb

sudo apt install  k4a-tools
pip install open3d==0.14.1
git clone https://github.com/isl-org/Open3D.git
git checkout v0.14.1

将Azure-Kinect-Sensor-SDK.git 中的 ./scripts/99-k4a.rules /etc/udev/rules.d/

采集数据

  • 查看相机状态
cd examples/python/reconstruction_system
python sensors/azure_kinect_viewer.py
  • 查看且录制mkv数据
python sensors/azure_kinect_recorder.py --output ~/test.mkv #press 'space' to record
# k4arecord a.mkv  # 使用kinect官方工具录制
  • mkv查看/mkv导出深度图和RGB图,(depth img and color img will be aligned)
python sensors/azure_kinect_mkv_reader.py --input ~/test.mkv --output ~/test_out

重建

python3 run_system.py --make --register --refine --integrate  ~/fu_out/config.json 

note if you move the test_out to other path, you need modify the config in config.json

    "path_dataset": "/home/bst/test_out",
    "path_intrinsic": "/home/bst/test_out/intrinsic.json",

http://www.open3d.org/docs/latest/tutorial/sensor/azure_kinect.html?highlight=kinect

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.