Spaces:
Runtime error
Runtime error
Testing commit ability
Browse files- image_functions.py +1 -1
image_functions.py
CHANGED
@@ -168,4 +168,4 @@ urls = ["https://c8.alamy.com/comp/J2AB4K/the-new-york-stock-exchange-on-the-wal
|
|
168 |
|
169 |
TEST_IMAGE = Image.open(r"images/Test_Street_VisDrone.JPG")
|
170 |
|
171 |
-
# image_functions.detect_objects('facebook/detr-resnet-50', "", image_functions.TEST_IMAGE, 0.7)
|
|
|
168 |
|
169 |
TEST_IMAGE = Image.open(r"images/Test_Street_VisDrone.JPG")
|
170 |
|
171 |
+
# Test command line when in python terminal: image_functions.detect_objects('facebook/detr-resnet-50', "", image_functions.TEST_IMAGE, 0.7)
|