AttributeError: 'ConfigDict' object has no attribute 'train_dir' in SemanticSegmentation #638
Open
3 tasks done
Labels
bug
Something isn't working
Checklist
main
branch).Describe the issue
I am trying to perform semantic segmentation but a lot of errors occur while doing that.
Specifically, something is wrong with the definition
open3d.ml.torch.datasets.Custom3D
because when I put it as parameter inSemanticSegmentation
I am gettingAttributeError: 'ConfigDict' object has no attribute 'train_dir'
, which resides incustomdataset.py
intoCustom3D
class. My input inopen3d.ml.torch.datasets.Custom3D
is the pcd path.Do you anything about that?
Steps to reproduce the bug
Error message
No response
Expected behavior
No response
Open3D, Python and System information
Additional information
No response
The text was updated successfully, but these errors were encountered: