Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: No matching definition for argument type(s) array(uint8, 3d, C), array(int32, 2d, C) #162

Open
Avril-Dragon opened this issue Dec 1, 2022 · 6 comments

Comments

@Avril-Dragon
Copy link

I don't know what happened. There is no such problem on the Internet. Can someone help me?

@sheng-yun421
Copy link

Me too. Do you have a solution?

I don't know what happened. There is no such problem on the Internet. Can someone help me?

Me too. Do you have a solution?

@brahami14
Copy link

Me too, i get the same error

@skyshoumeng
Copy link

modify the @nb.jit('u1:,:,:', nopython=True, cache=True, parallel=False) in the 379 lines in the dataset_semantickitti.py to
@nb.jit('u1:,:,:', nopython=True, cache=True, parallel=False)

@ShahidNawaz01
Copy link

Did anyone find the solution to this problem? @Avril-Dragon @skyshoumeng @sheng-yun421 @brahami14

@ravishankark1992
Copy link

I'm facing the same issue with flattening the 3D to 2D int ndarray. Kindly share details if anyone solved this issue.
TIA

@thegoldenbeetle
Copy link

I faced exactly the same error with another repository which was based on this one. If you have this issue in the call of nb_process_label you should check that types of arguments correspond to (u1[:,:,:],i8[:,:]). For me setting np.int64 type for grid_ind = (np.floor((np.clip(xyz_pol,min_bound,max_bound)-min_bound)/intervals)).astype(np.int64) helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants