Narges Takhtkeshha
Narges Takhtkeshha
By modifying the code (please find it below), I managed to create a some data. However, when I use them for classification, e.g., PointCNN, I get an error. I think...
> Thank you for open sourcing your code! I trained the model on my own dataset. In my segmentation scenario, I have a class representing over 30 potted plants. the...
> > Hi! May I please ask you to share the versions of the modules that are working for you? I am getting the error especially for hydra. It seems...
> Thank you for open sourcing your code! I trained the model on my own dataset. In my segmentation scenario, I have a class representing over 30 potted plants. the...
> > > Thank you for open sourcing your code! I trained the model on my own dataset. In my segmentation scenario, I have a class representing over 30 potted...
I re-installled everything several times, but still I am getting wandb error! Error: ntakhtke ❲c❳ mask3d_v1 ~/DL models2/Mask3D-main python main_instance_segmentation.py general.checkpoint=/pretrained_checkpoints/area6_from_scratch.ckpt general.train_mode=false /home/ntakhtke/DL models2/Mask3D-main/benchmark/evaluate_semantic_instance.py:43: UserWarning: A NumPy...
> I have encountered the same problem. Have you solved it? I would appreciate it if you could reply to me. Hi! Hope the following helps: export WANDB_MODE=offline export WANDB_MODE=disabled
> @narges-tk hello, have you solved the issue? it's bothering me now Hi! Yes! In train_custom_cls.py, I defined ninputfeatures parameter as bellow: parser.add_argument('--ninputfeatures', type=int, default=6, help='Number of initial(input) features in...