Sarvesh Thakur

Results 13 comments of Sarvesh Thakur

Hi, Dimension Issue: as per the paper dimensions can be extended based on the additional features. For 6 dimensions, it should be the x,y,z coordinate along with the vertex color....

Thanks for updating. Have you tried the network on a windows machine too? Does it require cuda support when running on Linux?

When I run the following command: `python train_classification.py --model pointnet2_cls_ssg --log_dir pointnet2_cls_ssg` I get this error: ``` File "C:\Users\Marsar\anaconda3\envs\PointNet\lib\site-packages\numpy\lib\_datasource.py", line 533, in open raise IOError("%s not found." % path) OSError:...

Thanks for these inputs, one problem I see is that the modelnet40_train files has image paths of classes which are not even in the modelnet40_normal_resampled. In this dataset, there is...

No, I haven't changed anything yet. Just trying to run the cloned directory with the dataset downloaded from the given link.

> OK, u can click the file,lamp, and find that the file whether contain lamp_0016.txt or not. And u can check 'modelnet40_test' that whether have the txt,because the data have...

Thanks. I redownloaded the dataset from the same link, and to my surprise it has all the classes! I ran the same script and now it training fine(still training). Thanks!...

I realize that gpu usage by the pointnet_cls model is very less, intermittent and max upto 7%. I used Nvidia GeForce 1070TI. I ended up reducing the epochs to 100...

I encountered the same issue. I am using PointNet++ instead of PointNet as a backbone in another network and the training speed is very slow. Is this expected? I also...

Hi, I also downloaded the scannet dataset and it is completely in a different structure format. Did you structure it according to the Dataset Readme for UnsupervisedRR? Were you able...