Open trongtuyen99 opened 2 years ago
@FateScript Please check my issue and help me fix this! Thanks
It's a matching issue caused by empty gt, and I can't understand why changing stride could solve this issue. However, you could simply modify stride by changing self.strides to the value you want.
Thanks @FateScript for your response. I changed self.strides from [8, 16, 32] to [4, 8, 16] and got this error when training. Should I change dataset generator flow something like that?
please check your cost matrix, it shouldn't be a empty tensor.
I can train normally before change stride
, why cost matric become empty when I change stride
?
It's amazing repo and algorithm. I got good performance with yolox. When optimize model with small object, I just want to change
strides
head and get the error:Please show me how to change stride of head and fix that error. Thanks for your help!