GithubHelp home page GithubHelp logo

Comments (5)

garrickbrazil avatar garrickbrazil commented on July 20, 2024

Hello! Thank you for submitting this issue. I'll look into it over the next few days. I wonder if it's related to a caching issue?

Can you elaborate on what you mean by "delete all 3D detection results"? My understanding is that the code shouldn't evaluate at all if the 3D fields have been deleted. (also, if you have any cached json files for the kitti_val detections to help my inspection, feel free to share, otherwise I'll reproduce.)

from omni3d.

Lizhuoling avatar Lizhuoling commented on July 20, 2024

I simply delete the values corresponding to keys ['pred_bbox3D', 'pred_center_cam', 'pred_center_2D', 'pred_dimensions', 'pred_pose'] in the results. It is realized by the following code line109~line111 in rcnn3d.py:
image
The evaluation can still run normally. It seems because the 2D object detection results are provided, and all missed 3D object detection results (the values of deleted keys) will be padded as 1 automatically.

from omni3d.

garrickbrazil avatar garrickbrazil commented on July 20, 2024

Thanks for the details! This is unexpected behavior in the evaluation which we've fixed by adding coplanar and nonzero checks for the cuboids, which may otherwise cause invalid (infinite) 3D IoUs. The issue should be fixed in the latest commit. Feel free to close if you find the issue is resolved as well.

from omni3d.

Lizhuoling avatar Lizhuoling commented on July 20, 2024

Thanks for your effort! My problem has been addressed.

from omni3d.

star9988rr avatar star9988rr commented on July 20, 2024

Hi, @Lizhuoling, can you reproduce the results of KITTI? What hyper-parameters do you use?

from omni3d.

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.