mit-han-lab / spvnas

[ECCV 2020] Searching Efficient 3D Architectures with Sparse Point-Voxel Convolution
http://spvnas.mit.edu/
MIT License
585 stars 109 forks source link

How to test the trained model? #78

Closed Nireil closed 3 years ago

Nireil commented 3 years ago

Dear author, I have trained the spvcnn on SemanticKITTI and got checkpoints.pt! Now I want to test the model using my checkpoins. It's same issue as https://github.com/mit-han-lab/spvnas/issues/4. but the evalute code is a different version now.

zhijian-liu commented 3 years ago

I think you should be able to use the code at https://github.com/mit-han-lab/spvnas/blob/master/evaluate.py with some minor modifications.