harryhan618 / SCNN_Pytorch

Pytorch implementation of "Spatial As Deep: Spatial CNN for Traffic Scene Understanding"
MIT License
250 stars 68 forks source link

lane size must be greater or equal to 2 #39

Closed Ace-Xu closed 4 years ago

Ace-Xu commented 4 years ago

I trained with CULane dataset and when I use the CULane evaluation code, this error occured: lane size must be greater or equal to 2 Can you help me?

harryhan618 commented 4 years ago

I think during your prediction for a lane, your model predicts an area which only contains one evaluation dots. You can add post-processing code to filter out this kind of situation.