This commit is contained in:
Till Raab 2023-10-26 08:49:00 +02:00
parent 47cd574354
commit 10f8f872f6

View File

@ -41,7 +41,6 @@ def plot_inference(img_tensor, output, target, detection_threshold):
) )
plt.show() plt.show()
embed()
def infere_model(test_loader, model, detection_th=0.8): def infere_model(test_loader, model, detection_th=0.8):