Closed longmalongma closed 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?
@longmalongma Hi, the function used here
sorry, I forget it!
When I run: python train_semantic_kitti_grid1.py --log_dir PointASNL_grid,I meet this error:
ImportError: cannot import name 'IoU_from_confusions'
Is IoU_from_confusions right? what the vision of metrics?