Giter Site home page Giter Site logo

Comments (7)

Serenade-ajp avatar Serenade-ajp commented on May 30, 2024

More strangely, another 640x1600 model behaves in the opposite way
image
And the only difference of the two models is : the first one use bev res 256x256, while the later one use 128x128

from bevdepth.

yinchimaoliang avatar yinchimaoliang commented on May 30, 2024

Have you changed train_cfg, test_cfg and bbox_coder accordingly?

from bevdepth.

Serenade-ajp avatar Serenade-ajp commented on May 30, 2024

You mean changing 'out_size_factor' when change bev res from 128x128 to 256x256 ? we have done this.
what is strange is that some cam fov is normal while others are not good, if some config params are wrongly set, what kind of params can make the different behavior of different cams?

from bevdepth.

Serenade-ajp avatar Serenade-ajp commented on May 30, 2024

And the 640x1600, 128x128 model is modified from your 'bev_depth_lss_r50_256x704_128x128_20e_cbgs_2key.py', the only difference is change following params:
final_dim = (640, 1600)
backbone_conf['final_dim'] = final_dim
ida_aug_conf['final_dim'] = final_dim
ida_aug_conf['resize_lim'] = (0.94, 1.25)

from bevdepth.

MalignusCN avatar MalignusCN commented on May 30, 2024

The config params of 640x1600 model is as follows: final_dim = (640, 1600) backbone_conf['final_dim'] = final_dim ida_aug_conf['final_dim'] = final_dim ida_aug_conf['resize_lim'] = (0.94, 1.25) The inference results is strange, only the instance in CAM_BACK fov seems to be normal, while objects in other cam's fov tend to miss a certain scale image

Hi~ your visualization is awesome, but I didn't find any visualization in BEVDepth's repo. Is your visualization codes available? thx a lot

from bevdepth.

pummi823 avatar pummi823 commented on May 30, 2024

Hi! I want to know where (which file?) you change the bev res from 128x128 to 256x256 ? I can not found it T T. Best wishes!!

from bevdepth.

yukaizhou avatar yukaizhou commented on May 30, 2024

And the 640x1600, 128x128 model is modified from your 'bev_depth_lss_r50_256x704_128x128_20e_cbgs_2key.py', the only difference is change following params: final_dim = (640, 1600) backbone_conf['final_dim'] = final_dim ida_aug_conf['final_dim'] = final_dim ida_aug_conf['resize_lim'] = (0.94, 1.25)

Hello, I also encountered this problem and only made the same modification on the original code. Have you solved this problem? I have been troubled by this problem for a long time, looking forward to your reply.

from bevdepth.

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.