Code Monkey home page Code Monkey logo

road-lane-instance-segmentation-pytorch's People

Contributors

jaeoh2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

road-lane-instance-segmentation-pytorch's Issues

train.py

What are the files in the train path directory? Why is the loss value Nan when I train

The two branches of ENet are same

# Binary Segmentation
# Stage3
x1 = self.semBottleNeck3_0(x)
x1 = self.semBottleNeck3_1(x1)
x1 = self.semBottleNeck3_2(x1)
x1 = self.semBottleNeck3_3(x1)
x1 = self.semBottleNeck3_4(x1)
x1 = self.semBottleNeck3_5(x1)
x1 = self.semBottleNeck3_6(x1)
x1 = self.semBottleNeck3_7(x1)
# Stage4
x1 = self.semBottleNeck4_0(x1, ind_2)
x1 = self.semBottleNeck4_1(x1)
x1 = self.semBottleNeck4_2(x1)
# Stage5
x1 = self.semBottleNeck5_0(x1, ind_1)
x1 = self.semBottleNeck5_1(x1)
# Instance Segmentation
# Stage3
x2 = self.semBottleNeck3_0(x)
x2 = self.semBottleNeck3_1(x2)
x2 = self.semBottleNeck3_2(x2)
x2 = self.semBottleNeck3_3(x2)
x2 = self.semBottleNeck3_4(x2)
x2 = self.semBottleNeck3_5(x2)
x2 = self.semBottleNeck3_6(x2)
x2 = self.semBottleNeck3_7(x2)
# Stage4
x2 = self.semBottleNeck4_0(x2, ind_2)
x2 = self.semBottleNeck4_1(x2)
x2 = self.semBottleNeck4_2(x2)
# Stage5
x2 = self.semBottleNeck5_0(x2, ind_1)
x2 = self.semBottleNeck5_1(x2)

Is this wrong?

        # Binary Segmentation
        # Stage3
        x1 = self.semBottleNeck3_0(x)
        x1 = self.semBottleNeck3_1(x1)
        x1 = self.semBottleNeck3_2(x1)
        x1 = self.semBottleNeck3_3(x1)
        x1 = self.semBottleNeck3_4(x1)
        x1 = self.semBottleNeck3_5(x1)
        x1 = self.semBottleNeck3_6(x1)
        x1 = self.semBottleNeck3_7(x1)

        # Stage4
        x1 = self.semBottleNeck4_0(x1, ind_2)
        x1 = self.semBottleNeck4_1(x1)
        x1 = self.semBottleNeck4_2(x1)

        # Stage5
        x1 = self.semBottleNeck5_0(x1, ind_1)
        x1 = self.semBottleNeck5_1(x1)

        # Instance Segmentation
        # Stage3
        x2 = self.insBottleNeck3_0(x)
        x2 = self.insBottleNeck3_1(x2)
        x2 = self.insBottleNeck3_2(x2)
        x2 = self.insBottleNeck3_3(x2)
        x2 = self.insBottleNeck3_4(x2)
        x2 = self.insBottleNeck3_5(x2)
        x2 = self.insBottleNeck3_6(x2)
        x2 = self.insBottleNeck3_7(x2)

        # Stage4
        x2 = self.insBottleNeck4_0(x2, ind_2)
        x2 = self.insBottleNeck4_1(x2)
        x2 = self.insBottleNeck4_2(x2)

        # Stage5
        x2 = self.insBottleNeck5_0(x2, ind_1)
        x2 = self.insBottleNeck5_1(x2)

Trained model

Thank you for your contribution. Can you provide a trained segnet model?

Generating new training data

Have you tried generating your own dataset similar to Tusimple Dataset?

If yes, how?

What's the proper format for both binary and instance segmentation image labels?

detect.py

Thanks for ur diles. if I just want to predict on tusimple dataset .I don’t want to use ros, Is there a corresponding file?

ENet

hello,thanks for your code. have you tried the enet by tensorflow?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.