autowarefoundation / autoware_ai

Apache License 2.0
26 stars 11 forks source link

Is the sample moriyama data sufficient to reproduce the video demos? #507

Closed ghost closed 7 years ago

ghost commented 8 years ago

So far this looks like maybe a smaller section of a bigger data set, which maybe doesn't include images.

manato commented 8 years ago

@bashrc As you mentioned, sample moriyama data doesn't include images. But we didn't modify any other data like LIDAR and GNSS log. Could you specify which video you intend to re-enact? (Because I want to make sure that video you want to re-enact is made from sample data we release.)

ghost commented 8 years ago

As an initial try I was going to attempt to reproduce the first video. https://www.youtube.com/watch?v=ztUtN3ZG6N8

manato commented 8 years ago

@bashrc , Thank you for providing the link. I'm sorry but that video doesn't seem to be made from sample data you can download. But the data you can download is sufficient to reproduce the video excluding image processing because it contains LIDAR data that is all you need to reproduce the video demo. Of course the result will not be exactly same as video but same function excluding image processing in video should work with it.

ghost commented 8 years ago

It looks like there's more data than I thought. I had assumed that once the bag replay had reached 100% then that was the end, but it looks like it isn't.

shinpei0208 commented 8 years ago

@shohex, @kuriking,

Isn't it a bug? ROSBUG should end when it reaches on Runtime Manager.

shinpei0208 commented 8 years ago

@syohex, @kuriking,

Isn't it a bug? ROSBUG should end when it reaches on Runtime Manager.

ghost commented 8 years ago

Perhaps.

kuriking commented 8 years ago

Please forgive me for writing in Japanese.

$ rosparam set use_sim_time true $ rosbag play sample_moriyama_150324.bag --clock と手動で動かした場合も、Runtime Managerから起動した場合も、479秒経過すると、 RvizのROS TimeとROS Elapsedは停止します。(rosbag playは終了します。) Runtime ManagerのPlayボタンが押せない状態のままになっている、というのはあります。

syohex commented 8 years ago

Sorry I don't understand ROSBUG well.

shinpei0208 commented 8 years ago

@bashrc

According to our checking, when the rosbag reaches 100%, the simulation ends. What was the problem again?

shinpei

beetleskin commented 8 years ago

Well .. I'm trying to reproduce this tutorial with the data you provided, but I can't even find the spot you marked where you set the initial pose in the video. Further, there is no tf data for the /velodyne frame, therefore the data can not be used.

mihirmody77 commented 8 years ago

I am trying to "Detection" using Autoware.

How to get captured raw images for "Detection" that is used for "image processing e.g. Car detection"?

Is it part of sample_moriyama_150324.bag ?

If this is not part of sample_moriyama_150324.bag , can you upload sample raw images from camera?

Regards, Mihir

kuriking commented 8 years ago

Raw images are not included in sample_moriyama_150324.bag because of privacy. You cant get raw images by UVC camera, Grasshopper 3 or Ladybug 5.

wgcv commented 8 years ago

Where i can get all file to start?