Code Monkey home page Code Monkey logo

Comments (10)

2anchao avatar 2anchao commented on September 28, 2024 3

I use lmap to generate road annotations, use res34 as backbone, get miou 74.2😄(only camera), happy!

from simple_bev.

aharley avatar aharley commented on September 28, 2024

Can you explain your issue more, @2anchao ? I'm not sure I get it.

from simple_bev.

2anchao avatar 2anchao commented on September 28, 2024

in autonomous driving, because of the complicated external environment, cameras might deviate from the calibrated position at runtime, bev_baseline use intrinsics and extrinsics to get bev feature, it's efficiency, but it robustness?

from simple_bev.

aharley avatar aharley commented on September 28, 2024

Ah, great comment. I think this is definitely something to think about -- it's a criticism that applies to probably all existing works doing a 2D-to-BEV transformation.

You might be encouraged from Fig 6a of "Lift Splat Shoot", which shows that if you train with noise in the extrinsics, you can be robust to this type of noise at test time.

image

We show that it is possible to train our network such that it is resilient to
common sources of sensor error. [...] [We] show that by training with a large
amount of noise in the extrinsics (blue), the network becomes more robust to extrinsic
noise at test time.

"Lift, Splat, Shoot: Encoding Images from Arbitrary Camera Rigs by Implicitly Unprojecting to 3D" Philion and Fidler, ECCV 2020.

I'm quite sure you could show the same thing with our bev_baseline model, and you could probably also show a similar effect for the intrinsics.

from simple_bev.

2anchao avatar 2anchao commented on September 28, 2024

Thanks for your answer and your great work.

from simple_bev.

2anchao avatar 2anchao commented on September 28, 2024

I use resnet34 as backbone, get vehicle segmentation miou 45.4(only camera), resnet18 as beckbone get miou 43.2(only camera). I think it's a very good result.
and I want to do some experiments on road segmentation, If convenient, please provide the road segmentation dataloader to me, thanks. my email is [email protected]

from simple_bev.

aharley avatar aharley commented on September 28, 2024

That's a great result, @2anchao! I bet the model is quite fast too, because of the shallower backbone. If you make a paper, please remember to cite us! 😄

We will try to add lane and road annotations to the repo soon.

from simple_bev.

2anchao avatar 2anchao commented on September 28, 2024

I just do some experiments based on your work, Thank you for your work. if I has chance to make a paper, It's my pleasure to cite your paper.

can I get road annotations by follows:
image

from simple_bev.

aharley avatar aharley commented on September 28, 2024

Yes, that's the right part of the code. lmap might be very close to what you need.

from simple_bev.

SunJ1025 avatar SunJ1025 commented on September 28, 2024

I use lmap to generate road annotations, use res34 as backbone, get miou 74.2😄(only camera), happy!

Hi , may I ask you how did you use lmap to genereatw road annotations? very thanks.

from simple_bev.

Related Issues (20)

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.