gatesla commited on
Commit
e0089c8
1 Parent(s): 2a5a2e9

Testing commit ability

Browse files
Files changed (1) hide show
  1. 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)