Hi,
I am trying to implement LargeScaleMeanShift Segmentation from this link “LargeScaleMeanShift — Orfeo ToolBox 9.0.0 documentation”
My code and error is
Any help to resolve this issue will be appreciated. Thanks!
Hi,
I am trying to implement LargeScaleMeanShift Segmentation from this link “LargeScaleMeanShift — Orfeo ToolBox 9.0.0 documentation”
My code and error is
Any help to resolve this issue will be appreciated. Thanks!
Hi,
As the error says, ram parameter is an Integer, 50_000 is not convertible from string to int
Best regards