Hello,
I’m getting this error when compiling the code “Cannot convert 0.5 to EagerTensor of dtype int64”.
Throught my research on the forum, it apears that the mask shoudl be created based on box_class_scores, but those represent the classes which are intergers from 1 to 80.
So the logic says that the mask should be applied the box_classes ( because here we have the maximum of box scores and this maximum is float between 0 and 1.
But i get the error after applying this.
Thanks for your help.