This commit is contained in:
Till Raab 2023-10-26 07:30:50 +02:00
parent a98f488813
commit f507877624

View File

@ -32,7 +32,8 @@ def show_sample(img_tensor, outputs, detection_threshold):
) )
plt.show() plt.show()
def infere_model(test_loader, model, detection_th=0.8) def infere_model(test_loader, model, detection_th=0.8):
pass
if __name__ == '__main__': if __name__ == '__main__':
model = create_model(num_classes=NUM_CLASSES) model = create_model(num_classes=NUM_CLASSES)