梦归云帆

Results 33 comments of 梦归云帆

```python from mmdet3d.core import bbox3d2result ``` You can try changing it to: ```python from mmdet3d.structures import bbox3d2result ``` https://github.com/search?q=repo%3Aopen-mmlab%2Fmmdetection3d%20bbox3d2result&type=code

Is there any activity in this branch? I added DDP through the recent torch documentation. Please let me know if I can help.

> > Won't pytorch automatically install the necessary version for you? Try remove your installed triton version and let pytorch do it for you? > > I had to manually...