MCG-NJU / SparseOcc

[ECCV 2024] Fully Sparse 3D Occupancy Prediction & RayIoU Evaluation Metric
https://arxiv.org/abs/2312.17118
Apache License 2.0
235 stars 16 forks source link

how to increase the num_frames from 8 to 16 #17

Open lzzzzzm opened 5 months ago

lzzzzzm commented 5 months ago

when i tried to change the num_frames from 8 to 16, it occurs the bug below:

    img_feats_curr = self.extract_feat(img[:, i], img_metas_curr)
IndexError: index 8 is out of bounds for dimension 1 with size 1
afterthat97 commented 4 months ago

I didn't provide the weights of sparseocc_16f, so you trained the model by yourself?