KPConv-PyTorch icon indicating copy to clipboard operation
KPConv-PyTorch copied to clipboard

Issue of apparent infinite loop while testing the model using test_models.py after utilizing the NPM3D dataset.

Open ZouhairBALLOUCH opened this issue 1 year ago • 1 comments

Hello, I've experimented with the NPM3D dataset. The training went well, but when I tried testing the model with test_models.py, the test seems to never stop. Currently, it's at 1481 epochs and appears to be in an infinite loop. How can I solve this problem?

ZouhairBALLOUCH avatar Oct 09 '23 14:10 ZouhairBALLOUCH

You can try to reduce num_votes to a lower value like 5 or 10:

https://github.com/HuguesTHOMAS/KPConv-PyTorch/blob/8ec7478cd6b5fa3c6f423b984d6817b5e90e057b/utils/tester.py#L176

HuguesTHOMAS avatar Jan 03 '24 16:01 HuguesTHOMAS