TypeError: __init__() takes from 1 to 2 positional arguments but 3 were given报错
想要调用ChamferDist类的__call__函数:@LOSSES.register_moduleclassChamferDist(BaseLoss):def__call__(self,pointset1,pointset2):'''calculatethechamferdistancebetweentwopointsets.:parampointset1(BxNx3):torch.Float