qiliang72
qiliang72
Agree with @kaiopen . Look at the second row of the picture @JMU-HSF uploaded, these parameters are used in for loops for 2 times. In the first time, perform a...
Possible problem might be compatibility of gcc, g++, cuda version. Maybe you can try to use GCC 9.3 which is your pytorch compiler version. Also make sure to delete all...
> I found this solution from other website. It works but I don't know why. You could try this. > > 1. mmdet3d/ops/feature_decorator/feature_decorator.py : > Change “from mmdet3d.ops.feature_decorator import feature_decorator_ext”...