GithubHelp home page GithubHelp logo

maskjp / carla_data_collection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tom-huang/carla_data_collection

0.0 1.0 0.0 1.6 MB

set sensors on an autonomous agents(a vehicle) in carla and collect albedo, depth, reflection vector, semantic data and rgb image

Python 100.00%

carla_data_collection's Introduction

README

Usage

The code is for CARLA version 0.9.4. It needs to be modified to adapt to other versions of CARLA.

Data Generation

  1. Copy files in "poseprocesseffect" to "carla_root_folder/Unreal/CarlaUE4/Plugins/Carla/Content/PostProcessingMaterials"

  2. put "collect_albedo_depth_normal.py" to "carla_root_folder/PythonAPI/examples" and run it using terminal. You can modify the code to generate the lidar point cloud and the semantic image for front view, left view, right view and rear view simultaneously(just uncomment some lines).

  3. data will be created in folder "carla_root_folder/PythonAPI/examples/images"

Point cloud processing

After generation of the semantic image for front view, left view, right view and rear view and the lidar point cloud at the same time step, you may want to generate the semantic point cloud(point cloud with different colors according to their semantic meanings). The usage is as below:

  1. Install plyfile
pip install plyfile
  1. Go to folder lidar_processing. Make sure the semantic image data generated in Data Generation part are .npy format(in the repository the .npy file is too big to attach, so I put the .png image for visualization) and the lidar point is in .ply format.
cd ./lidar_processing
  1. If you want to convert .npy file of semantic image into .png file for better visualization, you can run the npy2png.py file.
python npy2png.py
  1. You can run the following to generate semantic lidar points. The results will be in ./data/for_training/2019-05-31_22_05/Lidar/labeled/.
python add_lidar_label.py

The semantic point cloud will have the following look:

original lidar original lidar

labeled lidar labeled lidar

carla_data_collection's People

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.