Medical-SAM-Adapter
Medical-SAM-Adapter copied to clipboard
TypeError: 'ThreadDataLoader' object is not subscriptable
When I get this error, I think it is caused by this object not being able to use the middle brackets. So I changed the following source code:
before:
after:
And then, I got following error:
This error means that the object has a duplicate name, right?
I am looking forward to your reply, your reply is very valuable to me.