Open FuzhiYang opened 2 years ago
It might be a difference of spconv version; I used spconv==1.2.1, and it is better to keep its version consistent;
I do not try it with spconv==2.1.6; It seems a huge advance compared to 1.x.x;
So, can you try spconv==1.2.1? and give the detailed logs
I am working on Windows and I got same error. (Python 3.9; spconv-cu111==2.1.11)
It might be a difference of spconv version; I used spconv==1.2.1, and it is better to keep its version consistent;
I do not try it with spconv==2.1.6; It seems a huge advance compared to 1.x.x;
So, can you try spconv==1.2.1? and give the detailed logs
I receive this error:
train_cylinder_asym.py
Namespace(config_path='config/semantickitti.yaml')
[480 360 32]
Traceback (most recent call last):
File "/home/stud2/j/johanb17/Cylinder3D-master/train_cylinder_asym.py", line 170, in
I got the same issue,how do you solve this problem?
change "import spconv" to "import spconv.pytorch as spconv" inside: /network/segmentator_3d_asymm_spconv.py
and there's a fix for the whole file, since some other problems also occur.
and there's a fix for the whole file, since some other problems also occur.
Thank you very much!!!
@BIAO-ac The github link contains a typo 'reA = ' instead of 'resA= '.
Refer to this issue, where the Spconv2.x. implementation is discussed in more detail, if needed.
I used spconv 2.1.6 and make necessary changes refered in link.
However, an error occured in SubMConv3d in conv3x3 in segmentator_3d_asymm_spconv.py. The detailed error information is as below:
Have you met this error before? Do you know how to solve it?