cardwing/Codes-for-Lane-Detection

How to generate the json file needed for evaluation?

131404060321 opened this issue · 2 comments

@cardwing Hi, If I want to evaluate SCNN on TuSimple Lane Detection Challenge dataset, how can I generate the json file needed for evaluation?(pred_file.json)

@131404060321 , the attached file (pred_json.zip) is used to generate the pred_file.json. However, this file assumes the probability maps are generated in the manner of test_lanenet.py. In other words, you need to train the model using train_lanenet.py and test the model using test_lanenet.py.

Attached file:
pred_json.zip

Thank you very much!