jq-learning

Results 1 comments of jq-learning

I don't why, but I changed the code in utils.py 17-20, then it works well. # Adjust boxes boxes[:, 0] = torch.where(boxes[:, 0] < threshold, torch.tensor(0,dtype=torch.float), boxes[:, 0]) # x1...