osp
osp copied to clipboard
[ECCV 2024] Occupancy as Set of Points
2024-09-20 11:07:01,745 - root - INFO - ModulatedDeformConvPack img_backbone.layer4.2.conv2 is upgraded to version 2. [ ] 0/6019, elapsed: 0s, ETA:Traceback (most recent call last): File "./tools/test.py", line 274, in main()...
Hello, I'm very pleased to see your great work. I have never used mmdet or mmseg before. I'm very interested in your main model design, so your main model files...
File "/osp-main/projects/mmdet3d_plugin/bevformer/modules/occ_spatial_cross_attention.py", line 341, in forward assert num_query != 0, "num query == 0" # debug AssertionError: num query == 0
Hi, Thanks for your good job! I am trying to reproduce the result(mIoU=41.21) of BEVFormer w/OSP, but can not find the correct config. In your [README-Results](https://github.com/hustvl/osp/blob/main/README.md#results), `OSP` and `BEVFormer w/OSP`...
How to get 'mask_camera' when you run model inference in vehicle?
Hi, thanks for sharing this great project! The model link in the readme file seems broken. May I ask where can I download the model weight?