Coder Social home page Coder Social logo

pointcloud_format_transformer's Introduction

PointCloud Format Transformer

A Tool for various basic point cloud data format transformation for well-known datasets.

Functions

1. KITTI Odometry Dataset: bin2pcd

2. ETH ASL Registration Dataset: csv2pcd

3. ETH PRS Registration Dataset: ply2pcd

How to use

 git clone xxx.git
 mkdir build
 cd build
 cmake ..
 make
 # change the input/output path in script/run_xxx.sh
 sh script/run_xxx.sh
 # done

pointcloud_format_transformer's People

Contributors

yuepanedward avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pointcloud_format_transformer's Issues

sh problem

sh: 0: Can't open script/run_bin2pcd.sh

scripts' problem

change
./bin/ply2pcd $file ${infolder}/PointCloud_pcd/basename $file .ply.pcd
to
../bin/ply2pcd $file ${infolder}/PointCloud_pcd/basename $file .ply.pcd

loss a dot at the beginning of the line,it can not work on my ubuntu system.

cmakelist.txt have a problem

the cmakelist.txt file maybe need to add one more line
INCLUDE_DIRECTORIES(${PCL_INCLUDE_DIRS})
otherwise it cannot pass the compilement.

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.