isl-org / Open3D-ML

An extension of Open3D to address 3D Machine Learning tasks
Other
1.87k stars 321 forks source link

solve AttributeError while running SemanticSegmentation training #598 #599

Closed AdityaRajThakur closed 1 year ago

AdityaRajThakur commented 1 year ago

Commented the Error generating line.


This change is Reviewable

ssheorey commented 1 year ago

Hi @AdityaRajThakur please show the error that you are getting first. Also, a fix for the error instead of commenting out the functionality is required.

ssheorey commented 1 year ago

Hi @AdityaRajThakur please open a bug report first if you run into any errors. I was not able to reproduce any error in the line that you commented out, so closing this PR. I am guessing any error you saw was due to different dependency versions. Please re-install OPen3D-Ml in a blank Python environment and install all packages with the provided requirements files.