RandLA-Net-pytorch icon indicating copy to clipboard operation
RandLA-Net-pytorch copied to clipboard

s3dis test errors

Open BinZhu-ece opened this issue 3 years ago • 2 comments

When I tested the s3dis data set, I encountered the error "ValueError: attempt to get argmin of an empty sequence". I found that path="xxx/subsample/test",loader,_=data_loaders(path); in the test.py file; but there is dataset=CloudsDataset(dir/'train') in the data_loaders function in data.py, this path Is there an error? I changed the path to'xxx/subsample', but the error ‘wrong field dimensions’ appeared, what is the problem? thank you for your reply.

BinZhu-ece avatar Apr 27 '21 10:04 BinZhu-ece

Hello! The same happens to me. The change I've made to solve it has benn in the line 233 of the data.py file, changing the original line dataset = CloudsDataset(dir / 'train') by dataset = CloudsDataset(dir)

FandosA avatar Dec 12 '21 12:12 FandosA

the same error

jscksy avatar Jan 09 '23 08:01 jscksy