voldemortX / pytorch-auto-drive

PytorchAutoDrive: Segmentation models (ERFNet, ENet, DeepLab, FCN...) and Lane detection models (SCNN, RESA, LSTR, LaneATT, BézierLaneNet...) based on PyTorch with fast training, visualization, benchmarking & deployment help
BSD 3-Clause "New" or "Revised" License
824 stars 137 forks source link

The visualization effect is not ideal #161

Open zhugeYuTing opened 9 months ago

zhugeYuTing commented 9 months ago

Hi , Why is my image quality so poor during the visualization 00050 python tools/vis/lane_img_dir.py --image-path=PAD_test_images/lane_test_images/ours.mp4 --image-suffix=.jpg --save-path=PAD_test_images/lane_test_images/culane_pred --pred --config=configs/lane_detection/bezierlanenet/resnet34_tusimple_aug1b.py --checkpoint=resnet34_bezierlanenet_tusimple_aug1b_20211109.pt

voldemortX commented 9 months ago

@zhugeYuTing Hi. What do you mean by quality? Is it the output of the model or the image itself?