OpenDriveLab / OccNet

[ICCV 2023] OccNet: Scene as Occupancy
https://arxiv.org/abs/2306.02851
Apache License 2.0
556 stars 50 forks source link

cascade voxel decoder for occnet-challenge version #42

Open autumn-wong opened 3 months ago

autumn-wong commented 3 months ago

Thanks for your great work! I'm having some problems reading through the occnet-challenge version of the code, I can't find the code for the cascade voxel decoder in that challenge version, please help point out the location of the relevant code.

sephyli commented 3 months ago

We only provide a BEVFormer baseline In the challenge branch. You can find the related code is in the occnet branch.