de-gozaru

Results 11 issues of de-gozaru

Hi, I'm using torch-points3d version 1.3.0. I'm trying to initialize `KPConv` model using the following: ```python3 from torch_points3d.applications.kpconv import KPConv unet = KPConv( architecture="unet", input_nc=0, num_layers=4, in_grid_size=0.03, ) ``` however,...

bug
help wanted

Hi, I'm using jupyter lab version 3.2.5. I installed collapsible headings from the jupyterlab extension manager. After the build is complete and after I restarted my notebook, it seems that...

Hi, I'm trying to install a previous version of `oneTBB`, specifically `2018_U5`. I used the following steps: ```bash cd ~ mkdir tbbsrc cd tbbsrc/ wget https://github.com/01org/tbb/archive/2018_U5.tar.gz tar xvzf 2018_U5.tar.gz cd...

Hi, Thanks for the great library. Is there a way to show the xyz directions, as in the image attached? Thank you! ![image](https://user-images.githubusercontent.com/96230970/205282963-11e6d9ce-4ff3-4df1-accc-8202e888778f.png)

Hi, I'm new to using tikzplotlib. My issue is that the produced tikz figure in latex doesn't follow the style of the figure in matplotlib. Here is a minimal example:...

Hi, Thank you for the great library! I want to overfit the SDF generated by [mesh_to_sdf](https://github.com/marian42/mesh_to_sdf) using a neural network, such that I give it a point, and it returns...

Hi Jean, Thank you for the excellent library! I have a question about how to use the Hausdorff distance. I'm using it like this: ```python hausdorf_loss = SamplesLoss("hausdorff", p=2, blur=0.05)...

Hi, Congrats on the great work, and thank you for sharing the code! Can you please tell me why you didn't use the `divfree` in the experiment of shapnet? also,...

Hi, Thanks for the great repo. I have a question about the choice of `w_x` and `w_y`. If these two parameters are not assigned, they will be assigned uniform weights...

Hi Tommy, Thank you for open-sourcing the code of your method. Is it possible to put the code for generating the data used in the evaluation of table 1, or,...