Closed lucasjinreal closed 2 years ago
@jinfagang Yes, there is. For example on a video file:
python visualize_lane.py --image-path=tusimple_val_1min.avi --save-path=test_tusimple.avi --method=lstr --backbone=resnet18s --dataset=tusimple --continue-from=<weight file path> --height=360 --width=640
More details in VISUALIZATION.md
p.s. Thanks for reminding me, there is a bug in LSTR visualization, which is now fixed on master.
Bug fixed. Feel free to reopen!
does there a demo visualize of lstr model on tusimple or culane?