From 3e7c125d1c42c63c35f992e19e19bf17948298d3 Mon Sep 17 00:00:00 2001 From: anthony Date: Tue, 16 Apr 2024 19:25:31 -0400 Subject: [PATCH] testing resnet --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 23ded03..69bfdb1 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,6 @@ def main(): img = camera.Capture() detections = net.Detect(img) - print(detections) if __name__ == "__main__": main()