xiaosa269

Results 5 comments of xiaosa269

Hello, I have also encountered this issue. Have you resolved it? Could you please share the solution if you have one?

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...