yuliangguo / 3D_Lane_Synthetic_Dataset

This is a synthetic dataset constructed to stimulate the development and evaluation of 3D lane detection methods.
141 stars 23 forks source link

How to run this on video input? #7

Open priyamm145 opened 2 years ago

priyamm145 commented 2 years ago

Hi @yuliangguo

I am trying to run this on video input but I am confused, how to get it done and where to visualize the the new video. Does this script support videos? or do I need to write my own wrapper around the code?

I did see --video_root argument in argsparser but am confused how it works.

Thanks