SoulmateB
Results
2
issues of
SoulmateB
Hello, thanks for your sharing codes! the model you provided can only test on ApolloScape, could you provide the model which can test on CULane dataset and LLAMAS to reproduce...
hi,非常感谢分享pre-trained model。 pytorch model可以正常检测图像 但是caffemodel部分:detection_out的分支可以解析出目标,但lane分支按照detect_video.py 以下这段code,结果始终有问题: out_j = lane[0].data.cpu().numpy() out_j = out_j[:, ::-1, :] prob = scipy.special.softmax(out_j[:-1, :, :], axis=0) idx = np.arange(100) + 1 idx = idx.reshape(-1, 1, 1)...