yuantianyuan01 / PreSight

Official codebase for PreSight: Enhancing Autonomous Vehicle Perception with City-Scale NeRF Priors
GNU General Public License v3.0
35 stars 1 forks source link

TypeError: 'DataContainer' object is not iterable #3

Closed 1Hun0ter1 closed 2 weeks ago

1Hun0ter1 commented 2 weeks ago

When the training was nearly over for online mapping, an error occured in line 229 in StreamMapNet.py. TypeError: 'DataContainer' object is not iterable. How to solve it?

1Hun0ter1 commented 2 weeks ago

Not only has the problem been found here, there may be more bugs in the published code.

yuantianyuan01 commented 2 weeks ago

Unfortunately I do not encounter the same issue. Please make sure you installed the conda environment following our instruction since a different version of mm* series may bring bugs.

yuantianyuan01 commented 2 weeks ago

I understand your frustration, but in order to help resolve the issue, I need more detailed information. When reporting bugs, it's essential to include details such as your environment (e.g., conda), the hardware you're using (GPUs), and the specific error or line where the issue occurs. This helps us investigate and address any problems more effectively. We appreciate your understanding and look forward to your detailed report.

1Hun0ter1 commented 2 weeks ago

Thanks for your reply, I am using mmcv-full=1.5.3 but not mmcv=1.7.0. In this condition, I can also successfully test after updating the published codes.

yuantianyuan01 commented 2 weeks ago

Glad to hear the issue is resolved. I am closing this now, but feel free to reopen or open a new issue if anything else comes up. Thanks again.