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
840 stars 138 forks source link

test issue #176

Open thesun9999 opened 3 months ago

thesun9999 commented 3 months ago

3 作者您好,请问我用自己拍摄的校内图片resize后做test,.txt中为什么没有任何点的输出呢?请教一下是哪里出了问题呢?命令python main_landet.py --test --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

voldemortX commented 3 months ago

3 作者您好,请问我用自己拍摄的校内图片resize后做test,.txt中为什么没有任何点的输出呢?请教一下是哪里出了问题呢?命令python main_landet.py --test --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

@thesun9999 这个场景看起来和数据集差异略大,你可以先试下原数据集里的图片拷贝出来能否正常推理,确定是不是操作问题。

thesun9999 commented 3 months ago

是的,源数据集我试过是正常的,另外我还试过这样的场景也是没有结果的 6