Hugues THOMAS

Results 164 comments of Hugues THOMAS

> why are S3DIS models always evaluated on the validation set? S3DIS does not have a private test set like the other benchmarks (Scannet, Semantic3D, NPM3D). In their original paper,...

I am sorry I never tried this dataset myself, you can maybe ask the author of sensaturban dataset what parameters they used to get their results. Look at the `in_radius`...

It seems to me that your data is not loaded. First, you need to verify the preparation function: https://github.com/HuguesTHOMAS/KPConv-PyTorch/blob/3a774ff8d54a4d080fe65093b2299ede35d9735d/datasets/NPM3D.py#L650 It is a very simple function that loads the data, preprocesses...

What is the error message?

Does `Vaihingen3D_test.ply` have labels or is it just a test cloud with points but no labels?

Also can you show me what files are in the folder `input_0.200`?

Ok so the tensor `self.min_potentials` should be created, this is strange.\ Try to print what happens around here where min_potentials is created: https://github.com/HuguesTHOMAS/KPConv-PyTorch/blob/3a774ff8d54a4d080fe65093b2299ede35d9735d/datasets/NPM3D.py#L192-L201 I can't spend much time on this...

Nice to hear that you solve the problem! :) Are the results looking good?

At this point because you are designing your own blocks, I can only try to guess what happens. From what I see, I think your block can only work on...

I am sorry, I don't have much time to help you throughout the whole process of designing these new blocks. This is really a research subject and it goes beyond...