Ze-Yang / Lane-Detection-with-ERFNet

Paddle Implementation for 2020 China Hualu Cup Data Lake Algorithm Competition co-hosted with Baidu AI (1st Place for Lane Detection Track) 2020中国华录杯·数据湖算法大赛(百度AI协办)—车道线识别赛道
Apache License 2.0
63 stars 15 forks source link

black #5

Closed legendary111 closed 3 years ago

legendary111 commented 3 years ago

你好,我有一个问题,我是在windows下,按照您所说的环境正确配置,然后利用给出的权重文件进行预测,中途不报错,但是最终预测的结果图片全黑,不清楚哪里的问题

Ze-Yang commented 3 years ago

因为预测结果的像素值在0-19,所以看上去就是基本全黑的,你需要做伪彩色或者把数值乘10再可视化。

legendary111 commented 3 years ago

谢谢!