XingangPan / SCNN

Spatial CNN for traffic lane detection (AAAI2018)
MIT License
810 stars 242 forks source link

Generating list files for testing images #37

Open virajdeokar opened 6 years ago

virajdeokar commented 6 years ago

Hi, I'm trying to test the model on my own data, and I was wondering if there was an easy way to generate the necessary /list .txt files to allow the program to run?

I'm also having problems with defining a path to my test data. I am unsure where to do this in lua/torch.

@XingangPan

virajdeokar commented 6 years ago

Ok, so I figured somethings out. I created another folder withing data/CULane to put my new data. However, if I make a separate list folder and write a test.txt. It gives me errors, claiming that my files don't exist. When I copy and past the location of my new test data files into the original test.txt file with the other original testing data locations, the program runs fine. However, if I replace this test.txt file with just the locations of my new testing data, it gives me the same error that the files do not exist. I am confused by why this is happening.

ChangshiFan commented 6 years ago

@virajdeokar I meet the same question. Do you have solved it ?