David de la Iglesia Castro

Results 291 comments of David de la Iglesia Castro
trafficstars

The dask.dataframe looks very interesting as an optinal (activate when user wants) drop-in replacement for the pandas dataframe, definetly will take a look to that. Regarding de memmory usage, how...

> So I guess, the most reasonable approach would be (like he proposed) to adjust the values according to their distribution (max value). What do you think? Sounds reasonable. Thanks...

> Want me to create a PR? Or are you fixing this yourself? If you can create PR would be great. I don't have the time right now for it

I'm having trouble to find time to work on pyntcloud. Implementing pointnet is probably one of the first things that I'll do as soon as I find some time.

Hola @hansen7 , glad to hear that! Feel free to open a P.R. whenever you want

Hola @enied27 ! Thanks for the detailed question. The Convex Hull is working as expected (https://en.wikipedia.org/wiki/Convex_hull), however it is a very limited algorithm for recovering the triangle mesh and relying...

Hola @hansen7 ! Have you checked the existing modelnet downloader?: https://github.com/daavoo/pyntcloud/blob/master/pyntcloud/learn/datasets/modelnet.py I did not encounter this overflow issues. Will try to look into that

I'm not 100% sure that this is a float64/32 issue

I'm not sure if I'm fully understanding the question but I think that you could get the height by computing the (maximum - minimum) of the `z` coordinate as follows:...

Hola @GainiK ! Sorry for the late response. It is indeed the expected behaviour, we don't currently implement a way of computing the normals for each voxel. It would be...