tsunghan-wu / RandLA-Net-pytorch

:four_leaf_clover: Pytorch Implementation of RandLA-Net (https://arxiv.org/abs/1911.11236)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

confusion_matrix() takes 2 positional arguments but 3 were given

yanzhao16 opened this issue · comments

when i use this code: python3 train_SemanticKITTI.py --checkpoint_path pretrain_model/checkpoint.tar,
This error will happen: confusion_matrix() takes 2 positional arguments but 3 were given.
could you tell me how to modify this code?