hoya-cho
hoya-cho
I know that the loss value is not returned in **single_gpu_test** or **multi_gpu_test** when in val mode. How can I calculate the losses by taking them..? `result = model(return_loss=False, rescale=True,...
Ah sorry, i misunderstood. What i was going for was get losses using return_losses = True whena val mode in " train after epoch " hooks. But model pipeline is...
i have same problem. In case of evaluation, the same result is confirmed, but in case of inference, different results are continuously coming out for the same image.
i also want how to conver coco json format to odgt format