Narges Takhtkeshha
Narges Takhtkeshha
Hi! Thanks for sharing your code. I have a dataset in which the number of points is different in each class and also in different objects of the same class....
Hi! I managed to run the code but I found no result file, ideally a file with point clouds and the label of classes. Could you please help me in...
### 🐛 Describe the bug Could you please let me know how I can do point cloud classification (e.g., using PointCNN) with additional input features? What should I change if...
### 🐛 Describe the bug I have successfully run PointCNN by "python point_cnn.py ""command. However I find no specific result folder. I also tried "python point_cnn_Narges.py --inference". I am still...
### 🐛 Describe the bug To do point cloud classification for custom datasets, I followed . However, I am getting the following error.  I wonder if you could provide...
Hi! I am facing the following error while running **python main_instance_segmentation.py general.checkpoint='/home/ntakhtke/Mask3D/checkpoints/scannet200/scannet200_benchmark.ckpt' general.train_mode=false** for inference. Any suggestion would be appreciated. Error: /home/ntakhtke/miniconda3/envs/mask3d_cuda113_V3/lib/python3.10/site-packages/scipy/__init__.py:155: UserWarning: A NumPy version >=1.18.5 and
Hi! I am getting wandb error while run main_instance_segmentation script. Any suggestion would be appreciated. Thanks! /home/ntakhtke/anaconda3/envs/mask3d_cuda113/lib/python3.10/site-packages/MinkowskiEngine-0.5.4-py3.10-linux-x86_64.egg/MinkowskiEngine/__init__.py:36: UserWarning: The environment variable `OMP_NUM_THREADS` not set. MinkowskiEngine will automatically set `OMP_NUM_THREADS=16`. If...
I am getting the following error in running PointConv and PPFNet for classification. Thanks in advance for any suggestions. **python train_PointConv_Narges.py --nclasses 9 all_data.shape (9840, 2048, 3) all_label.shape (9840, 1)...
Hi! Thanks for sharing your code. I tried it for S3DIS dataset and am facing the following error when I ran the CUDA_VISIBLE_DEVICES=0, python train_S3DIS.py command: RuntimeError: CUDA error: CUBLAS_STATUS_INVALID_VALUE...
Hi! May I please ask you to suggest the configuration needed for running the script? While running the model for S3DIS dataset, I am facing te following error. 