You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm preparing the raw s3dis for training, after I converted the data to .npy files I want to convert it to hdf5 so I must run the 'gen_indoor3d_h5.py'. the first trial it showed me error with line 125 in 'indoor3d_util' as we adding cannot be done so I removed the + and put a comma instead it showed me error as I'm returning three values and I should return only two and I don't know which to remove the range(N) or the list(sample). when removing any of them it showed me another error of the dimensions of the array, any help please!
1st trial:
File "<__array_function__ internals>", line 5, in concatenateValueError: all the input array dimensions for the concatenation axis must match exactly, but along dimension 1, the array at index 0 has size 4096 and the array at index 5 has size 3778```
The text was updated successfully, but these errors were encountered:
I'm preparing the raw s3dis for training, after I converted the data to .npy files I want to convert it to hdf5 so I must run the 'gen_indoor3d_h5.py'. the first trial it showed me error with line 125 in 'indoor3d_util' as we adding cannot be done so I removed the + and put a comma instead it showed me error as I'm returning three values and I should return only two and I don't know which to remove the range(N) or the list(sample). when removing any of them it showed me another error of the dimensions of the array, any help please!
1st trial:
the error:
2nd trial:
the error:
3rd trial:
the error
The text was updated successfully, but these errors were encountered: