Giter Site home page Giter Site logo

Comments (6)

fabvio avatar fabvio commented on July 21, 2024

Hi. I guess that the function is not working because you are passing a binary image! Check the jupyter notebook and you'll see that you need an image with instance labels projected on in order to extract the descriptors :)

from cascade-ld.

nikhilbv avatar nikhilbv commented on July 21, 2024

Hi! Thanks for the reply. Does the width of the lane matters in the image with instance labels projected? I have made an instance image using tusimple dataset annotations. It looks like this.
0.
I've used the width of 5px for drawing polyline but still not able to extract descriptors

from cascade-ld.

fabvio avatar fabvio commented on July 21, 2024

This is the actual image you are passing to the function? Because you shouldn't pass a color image, you should pass a greyscale one with contiguous lane ids, e.g. 1,2,3,4 instead of (0,255,0),(255,0,0) etc.

from cascade-ld.

fabvio avatar fabvio commented on July 21, 2024

Closed for inactivity. Feel free to reopen if there is the need.

from cascade-ld.

jiguanglu avatar jiguanglu commented on July 21, 2024

trying to train only the classifier CNN
Hello, can you share the code for the training classifier CNN? I will be very grateful to you.

from cascade-ld.

jiguanglu avatar jiguanglu commented on July 21, 2024

This is the actual image you are passing to the function? Because you shouldn't pass a color image, you should pass a greyscale one with contiguous lane ids, e.g. 1,2,3,4 instead of (0,255,0),(255,0,0) etc.

Hello, can you share the code for the training classifier CNN? I will be very grateful to you.

from cascade-ld.

Related Issues (16)

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.