Geethanjali Anjanappa

Results 7 comments of Geethanjali Anjanappa

Hello Thomas, Thank you for your quick response and suggestions. I am testing the network with your suggested parameters. Meanwhile, there are a few things which are not very clear...

Thank you for your answers, @HuguesTHOMAS . Could you please elaborate on the network detecting the change in density and using that as a feature to detect the objects? It...

I am using the following code: ``` # Initialize datasets training_dataset = S3DISDataset(config, set='training', use_potentials=False) test_dataset = S3DISDataset(config, set='validation', use_potentials=True) ``` I am getting the below error: ``` Traceback (most...

Hi @HuguesTHOMAS With the changes you provided, I am not encountering the error anymore. Thank you very much for the quick response. The problem cited in #2 looks pretty similar...

Hi @HuguesTHOMAS, The predictions on minority classes improved with the suggestions in the previous comments, though I have to test with data augmentation yet. Thank you for the support. I...

Hi @HuguesTHOMAS , Thank you for the response. I understand the second case. But what happens suppose the test set doesn't have points belonging to a class that was trained...

Ideally there shouldn't be any predictions of such classes, however there could be false positives in the predictions. In such cases is it acceptable if this class is excluded in...