Training detection with tags threw me an out of bounds error #1144
-
Hi everyone, I was trying to train db_resnet50 using tags on polygons. I create the train an val files as they suggest
but when run the training script i get this error
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The problem I think, is that I first started with a version of doctr that does not support multiclass detection training. Then I downloaded the doctr repo and I tried to use it as module without installing it and throws me that error. I made a fresh developer installation with the repo and the scripts ran well. |
Beta Was this translation helpful? Give feedback.
The problem I think, is that I first started with a version of doctr that does not support multiclass detection training. Then I downloaded the doctr repo and I tried to use it as module without installing it and throws me that error. I made a fresh developer installation with the repo and the scripts ran well.