russ
Results
1
issues of
russ
I got this error: _RuntimeError: Can't call numpy() on Tensor that requires grad. Use tensor.detach().numpy() instead_. So, I apply x.detach() to coordinates of bounding boxes. I added one line in...