GithubHelp home page GithubHelp logo

Comments (3)

DingLei627 avatar DingLei627 commented on August 18, 2024

I have the similar doubts about Data Structure, for example: in the "tracking_train_pcd_1" folder , it have many subfolder,such as "result_9048_1_frame","result_9048_3_frame"....and so on, and in "result_9048_3_frame", it have many sub_files, such as "233.pcd","238.pcd"....and so on, so what means of "233.pcd" ? It is a object id? but I visualized it, it look like a full frame lidar data, not a single object, as show in the following figure:
ReadApolloScape_01_6qw7ja8L0B

from dataset-api.

sibozhang avatar sibozhang commented on August 18, 2024

dataset-api-master\trajectory_prediction\readme.md中 Data Structure有部分信息不理解。 Data Structure中的信息如下:

Data Structure

The folder structure of the trajectory prediction is as follows:

  1. prediction_train.zip: training data for trajectory prediction.

    • Each file is a 1min sequence with 2fps.
    • Each line in a file contains frame_id, object_id, object_type, position_x, position_y, position_z, object_length, object_width, object_height, heading.
    • There are five different object types as shown in following table. During the evaluation in this challenge, we treat the first two types, small vehicle and big vehicle, as one type (vehicle).

object_type small vehicles big vehicles pedestrian motorcyclist and bicyclist others
ID 1 2 3 4 5

  • Position is given in the world coordinate system. The unit for the position and bounding box is meter.
  • The heading value is the steering radian with respect to the direction of the object.
  • In this challenge, we mainly evaluate predicted position_x and position_y in the next 3 seconds.
  1. prediction_test.zip: testing data for trajectory prediction.

    • Each line contains frame_id, object_id, object_type, position_x, position_y, position_z, object_length, object_width, object_height, heading.
    • A testing sequence contains every six frames in the prediction_test.txt. Each sequence is evaluated independently.

针对“ * Each line contains frame_id, object_id, object_type, position_x, position_y, position_z, object_length, object_width, object_height, heading.”中的heading是什么意思?,还有position_x, position_y, position_z是什么坐标系的坐标,该坐标系的原点在哪,x轴方向 y方向 z轴方向又是指向哪?????

heading 是 车头朝向, 坐标系的原点在脱敏的gps位置。heading is the heading of the vehicle, and the origin of the coordinate system is at the desensitized GPS position.

from dataset-api.

sibozhang avatar sibozhang commented on August 18, 2024

I have the similar doubts about Data Structure, for example: in the "tracking_train_pcd_1" folder , it have many subfolder,such as "result_9048_1_frame","result_9048_3_frame"....and so on, and in "result_9048_3_frame", it have many sub_files, such as "233.pcd","238.pcd"....and so on, so what means of "233.pcd" ? It is a object id? but I visualized it, it look like a full frame lidar data, not a single object, as show in the following figure: ReadApolloScape_01_6qw7ja8L0B

233.pcd or xxx.pcd is the frame id

from dataset-api.

Related Issues (20)

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.