yanx27 / PointASNL

PointASNL: Robust Point Clouds Processing using Nonlocal Neural Networks with Adaptive Sampling (CVPR 2020)
MIT License
260 stars 34 forks source link

about sampling #13

Closed longmalongma closed 4 years ago

longmalongma commented 4 years ago

When I run: python train_semantic_kitti_grid1.py --log_dir PointASNL_grid,I meet this error:

from metrics import IoU_from_confusions

ImportError: cannot import name 'IoU_from_confusions'

Is IoU_from_confusions right? what the vision of metrics?

yanx27 commented 4 years ago

@longmalongma Hi, the function used here

longmalongma commented 4 years ago

@longmalongma Hi, the function used here

sorry, I forget it!