Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LaneDetection: spatialCNN (SCNN) - Implement/Test lane detection (open source dataset) #30

Open
Christiaan1990 opened this issue Nov 2, 2019 · 3 comments

Comments

@Christiaan1990
Copy link
Contributor

Christiaan1990 commented Nov 2, 2019

Goal:

Implement, train and test a spatialCNN algorithm and test it with the open source datasets CULane and TuSimple

Assigments:

Notes:

@Christiaan1990 Christiaan1990 changed the title LaneDetection: Create and test a spatialCNN with simulated data LaneDetection: Implement and test a spatialCNN for the offline datasets (CULane and TuSimple) Nov 2, 2019
@Christiaan1990 Christiaan1990 changed the title LaneDetection: Implement and test a spatialCNN for the offline datasets (CULane and TuSimple) LaneDetection: spatialCNN - Implement/Test lane detection Nov 3, 2019
@MaslinuPoimal
Copy link
Contributor

Note: this might be a helpful link.

In particular, we can try out the top paper which seems to be speed-oriented as well.

@Christiaan1990 Christiaan1990 changed the title LaneDetection: spatialCNN - Implement/Test lane detection LaneDetection: spatialCNN - Implement/Test lane detection (open source dataset) Nov 3, 2019
@Christiaan1990 Christiaan1990 changed the title LaneDetection: spatialCNN - Implement/Test lane detection (open source dataset) LaneDetection: spatialCNN (SCNN) - Implement/Test lane detection (open source dataset) Nov 3, 2019
@Hoff97
Copy link

Hoff97 commented Nov 12, 2019

A good working implementation of SCNN in pytorch can be found here:
https://github.com/harryhan618/SCNN_Pytorch

@Hoff97
Copy link

Hoff97 commented Nov 14, 2019

I tested a model trained on TuSimple on some simple images from the car. It doesnt look like the network can detect any lanes, probably because the training pictures look too different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants