Code Monkey home page Code Monkey logo

Comments (6)

Lzc6996 avatar Lzc6996 commented on August 17, 2024

@QingXIA233
Hi, qing
We use an old-school detection label assignment, assigning a gt box to every positive box. And we judged the positive and negative samples in the loader.
There is a one-to-one assignment in DETR, which I guess is your want.

from lidar_rcnn.

QingXIA233 avatar QingXIA233 commented on August 17, 2024

Ok, got it, your method makes sense to me now. Thank you for the quick reply. I'll do it according to your method. Perhaps I'll also perform some experiments with label assignment similar to DETR later.

from lidar_rcnn.

qingzhouzhen avatar qingzhouzhen commented on August 17, 2024

HI,I am quite confuse about 'gt_cls = 0', I checked the code in 'get_matching_by_iou', it assign the first gt_box to the proposal who match none with all the gt_boxes and coresponding 'gt_cls=0'. Same as this way it did in other places suce as 'relabel_by_iou'. Question is, 'gt_cls=0' is`n vehicle in waymo dataset?(not background class) @Lzc6996

from lidar_rcnn.

Lzc6996 avatar Lzc6996 commented on August 17, 2024

@qingzhouzhen
HI, gt_cls = 0 is background.

from lidar_rcnn.

qingzhouzhen avatar qingzhouzhen commented on August 17, 2024

@qingzhouzhen HI, gt_cls = 0 is background.

If I transfer dataset to others such as nuscenes, will thie logic work probably?

from lidar_rcnn.

QingXIA233 avatar QingXIA233 commented on August 17, 2024

@qingzhouzhen Hi, in my understanding, in this repo, they start the class labels from 1 instead of 0, which means 0 becomes the label that is not considered. My own data' label starts from 0(Car), so I add 1 to each of them before I feed the data to LiDAR R-CNN, then I minus 1 when I run create_results.py after testing the model.

from lidar_rcnn.

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.