Git Product home page Git Product logo

pointocc's Introduction

Hi there 👋

I'm Wenzhao Zheng, a postdoctoral fellow at BAIR, UC Berkeley, working with by Prof. Kurt Keutzer. I received my Ph.D. and B.S. from Tsinghua University, supervised by Jie Zhou and Jiwen Lu.

Previous Efforts

We build the first academic surround-camera 3D occupancy prediction model TPVFormer🎉.

Current Interests

🦙Large Models + 🚙Autonomous Driving -> 🤖AGI

  • 🦙 Large Models: Efficient/Small LLMs, Multimodal Models, Video Generation Models, Large Action Models...
  • 🚙 Autonomous Driving: 3D Occupancy Prediction, End-to-End Driving, World Models, 3D Scene Reconstruction...

Collaborations

If you want to work with me (in person or remotely) at 🐻UC Berkeley (Co-supervised by Prof. Kurt Keutzer), 💜Tsinghua University (Co-supervised by Prof. Jiwen Lu), and/or 🔴Peking University (Co-supervised by Prof. Shanghang Zhang), feel free to drop me an email at [email protected]. I could support GPUs if we are a good fit.

pointocc's People

Contributors

wzzheng avatar zuosc19 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pointocc's Issues

Low_resolution

Thanks for your work! However, I modified the parameter configuration in config to reduce the resolution of voxel features as recorded in section 4.2 of the paper.
PointOcc/config/pointtpv_nusc_occ.py
Default: grid_size_occ = [512, 512, 40] Modified: grid_size_occ = [256, 256, 20]
The following error occurred during dataset construction:
IndexError: index 354 is out of bounds for axis 1 with size 256

So I need to re-generate the occupancy_nuscenes dataset, what is the benchmark of the dataset that we used in the paper? Could you provide the relevant conversion code? Thank you very much.

Error exporting ONNX model

When I use the torch. onnx. export command to export the ONNX model, an error which the type of grid_ind is NoneType appears. I am not sure what its definition is and how the parameters are passed into the forward

batch_size>1 get wrong

File "~/miniconda3/envs/pointocc/lib/python3.8/site-packages/torch/utils/data/_utils/worker.py", line 287, in _worker_loop
data = fetcher.fetch(index)
File "~/miniconda3/envs/pointocc/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 52, in fetch
return self.collate_fn(data)
File "~/project/PointOcc/dataloader/dataset_wrapper.py", line 303, in occ_custom_collate_fn
grid_ind_stack = np.stack([d[2] for d in data]).astype(np.float32)
File "<array_function internals>", line 200, in stack
File "~/miniconda3/envs/pointocc/lib/python3.8/site-packages/numpy/core/shape_base.py", line 464, in stack
raise ValueError('all input arrays must have the same shape')
ValueError: all input arrays must have the same shape

How to visualize

That's amazing!
I've succeeded up to eval_occ. However, I'm having trouble visualizing occ.
How can I do that? Please help.

The problem about volume_space

Thank you for your work!

I'm examining the parameters max_volume_space = [50, 3.1415926, 3] and min_volume_space = [0, -3.1415926, -5], which define the maximum and minimum volume space for processing data. After converting these to arrays with np.asarray, I calculate the range of each dimension as crop_range = max_bound - min_bound, resulting in [50, 6.2831852 (2π), 8].

My questions are:

  1. How were the ranges for the radius and height ([50, 2π, 8]) determined? Is there a specific rationale or dataset characteristic that guided these choices?

  2. Regarding the line xyz_pol_grid = np.clip(xyz_pol, min_bound, max_bound - 1e-3), I'm concerned about the potential modification of the original point positions. By clipping with max_bound - 1e-3, does it not alter the spatial coordinates slightly, especially for points near the boundary? What's the intent behind this adjustment?

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.