From 8f6e447729e34a46fdbe9552fcfac705b82deac5 Mon Sep 17 00:00:00 2001 From: Ayush Chaurasia Date: Sat, 27 Mar 2021 01:17:11 +0530 Subject: [PATCH] Fix Indentation in test.py (#2614) * Fix Indentation in test.py * CI fix * Comply with PEP8: 80 characters per line --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 61d6965f7414..c0af91120e60 100644 --- a/test.py +++ b/test.py @@ -156,7 +156,7 @@ def test(data, "domain": "pixel"} for *xyxy, conf, cls in pred.tolist()] boxes = {"predictions": {"box_data": box_data, "class_labels": names}} # inference-space wandb_images.append(wandb_logger.wandb.Image(img[si], boxes=boxes, caption=path.name)) - wandb_logger.log_training_progress(predn, path, names) # logs dsviz tables + wandb_logger.log_training_progress(predn, path, names) if wandb_logger and wandb_logger.wandb_run else None # Append to pycocotools JSON dictionary if save_json: