Pointnet_Pointnet2_pytorch
Pointnet_Pointnet2_pytorch copied to clipboard
Question about ModelNetDataLoader.py
@yanx27 Dear author, When I use ModelNetDataLoader.py, the following issue arise: TypeError: init() missing 1 required positional argument: 'args'. I found that there is no 'args' parameter in it, and 'args' is also not defined. I wonder how can I solve this problem. Thanks for your answer!!! :]