About lane seg submission format
hello! Could you please tell me where should I put the csv file that contains the relative path of the png images? Currently, my dir tree is as follows: ├── test │ ├── road05 │ │ ├── 171206_064731347_Camera_5.png │ │ ├── ... │ │ ├── test.csv
and the test.csv is like: ./171206_064731347_Camera_5.png ... ...
is that a right submission?
Besides, how long will it take for me to get the results since my submission? it has been showing '-' for at least 1 hour.
hello, @sibozhang , I have the same question. And the LanemarkDiscription.pdf shows that the submitted text file has the same image order with that of test_image.csv for correct evaluations. But I can't find test_image.csv either from this git repository nor from http://apolloscape.auto/lane_segmentation.html, could you provide the test_image.csv ?