-
Notifications
You must be signed in to change notification settings - Fork 148
predict on cityscapes/predict on different size #175
Copy link
Copy link
Open
Labels
Description
您好,我用下载的模型在cityscapes数据集上做预测的时候遇到一点问题,结果只显示一半的车道线,我猜想是因为输入尺寸变化了,请问要在哪里修改一下吗?
命令:python tools/vis/lane_img_dir.py --image-path=/home/thesun/PointPainting-master/lineseg/test_data/05181432_02031.MP4 --image-suffix=.png --save-path=/home/thesun/PointPainting-master/lineseg/my_output/output_culane/driver_37_30frame/05181432_02031.MP4 --pred --config=/home/thesun/PointPainting-master/lineseg/configs/lane_detection/scnn/vgg16_culane.py --checkpoint=/home/thesun/PointPainting-master/lineseg/pt/vgg16_scnn_culane_20210309.pt --style=line


Reactions are currently unavailable