Giter Site home page Giter Site logo

Comments (4)

tianweiy avatar tianweiy commented on August 27, 2024 1
inference some of the pre-trained models provided in the MODEL ZOO on the test dataset of nuScenes and generate the co-ordinates of the bounding box for cars, pedestrians etc.

For the test, you first need to generate the info file using create_data.py and the version should be v1.0-test. After that, you do the inference in the standard way with dist_test.py by running

python tools/dist_test.py CONFIG_NAME --work_dir SOME_PATH  --checkpoint SOME_PATH --speed_test --testset 
And then how can we visualize them by overlaying them over camera images (front, front right, front left, back, back right and back left) and also in the point cloud visualization using ros rviz

I never use ros rviz in the past. To draw on the camera images using matplotlib. you can modify the nuscenes-devkit's help function Link.

I guess This script will also be helpful if you want to use some ros libarary.

from centerpoint.

tianweiy avatar tianweiy commented on August 27, 2024 1

You can use. But it will only visualize objects in Bird eye view. The devkit function also shows camera view. Yes, just change the path in demo.py and also in other configuration files change the data path accordingly. It is the reference frame coordinate (coordinate of the top lidar)

from centerpoint.

iamsiddhantsahu avatar iamsiddhantsahu commented on August 27, 2024

@tianweiy Thanks! The same way demo.py uses the visual() function defined in demo_utils.py, can we not use this function to visualize?
Additionally, I wanted to inquire can the demo.py file be used with other configurations and pre-trained models? And the detected points in the demo.py file are with respect to which co-ordinate system?

from centerpoint.

iamsiddhantsahu avatar iamsiddhantsahu commented on August 27, 2024

This is addressed in much details in #19

from centerpoint.

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.