xiaosa269
xiaosa269
Hello, I have also encountered this issue. Have you resolved it? Could you please share the solution if you have one?
thanks
Hi,after referencing the #318 , I made the following modifications: ``` import os import numpy as np import torch from collections import OrderedDict from pointcept.datasets import build_dataset from pointcept.models import...
> Here's an example that should solve your problem > > ```python > import os > import numpy as np > import torch > from collections import OrderedDict > from...