TiagoCortinhal / SalsaNext

Uncertainty-aware Semantic Segmentation of LiDAR Point Clouds for Autonomous Driving
MIT License
413 stars 102 forks source link

Cannot find prediction results #72

Closed l9761116 closed 2 years ago

l9761116 commented 2 years ago

I'm doing inference on my processed sequence 00 data. However I cannot find the prediction results and the validations results all showed 0.000. feedback:

Infering in device: cpu Illegal instruction (core dumped)

Does anybody know about the problem?

l9761116 commented 2 years ago

Ok I find where the problem is. I built the environment with the script given, but it seems that tensorflow and torch are not gpu version. I installed tensorflow-gpu and torch+cu10.0 and everything's ok now.