Seunghoi Kim

Results 7 issues of Seunghoi Kim

Dear author, I am interested in finding out the model size for PointCNN part segmentation, but I could only find the information for PointCNN classification network. Could you please report...

From now on, we recommend using our discussion forum (https://github.com/rusty1s/pytorch_geometric/discussions) for general questions. ## ❓ Questions & Help Hello, I am trying to calculate the distance between every point by...

Hi, I am trying to visualize S3DIS data (one whole .ply data) using your code from [LINK](https://github.com/QingyongHu/RandLA-Net/blob/04829e8bb57f802ff406a2f0aff4a5f64ef65179/helper_tool.py#L286-L323). However, the results of visualization is very weird as below: ![image](https://user-images.githubusercontent.com/32335758/117387838-89c4ed80-af24-11eb-88b3-0f2b9cfab51d.png) Do you...

Hi @XuyangBai , I am currently trying your code for part-segmentation. I am currently on epoch 250, but it seems like the IOU is still quite low. In the paper,...

Hello, thank you for releasing the code! I was wondering if you could tell me the model size (MB) and the number of parameters for PCT-2L and PCT-3L? Thank you!

@yaringal Hi, I have a question about your multi-task loss function. Below you return a loss as torch.mean(loss), but if i undersatnd this function correctly, loss is just a single...

Hi, I am trying to follow the example [here](https://github.com/mikedh/trimesh/blob/master/examples/offscreen_render.py), to screen capture my mesh data. However, when I run the code, I get an error as follow: ``` png =...