string = "abc" string[0] = "d" TypeError: 'str' object does not support item assignment num = 123 num[0] = 4 TypeError: 'int' object is not subscriptable my_string ...
I can see model in nuclio console also, but getting errors in logs so not able to use in cvat. 25.02.12 18:19:01.293 (E) sor.http.w0.python.logger Exception caught in ...