Update README.md
Browse files
README.md
CHANGED
|
@@ -350,7 +350,7 @@ def main():
|
|
| 350 |
print("1. Analyze the single image")
|
| 351 |
print("2. Analyze the all data set")
|
| 352 |
|
| 353 |
-
secim = input("
|
| 354 |
|
| 355 |
if secim == '1':
|
| 356 |
analyze_single_image(model, TEST_IMAGE_PATH)
|
|
|
|
| 350 |
print("1. Analyze the single image")
|
| 351 |
print("2. Analyze the all data set")
|
| 352 |
|
| 353 |
+
secim = input("Your choice (1 or 2): ")
|
| 354 |
|
| 355 |
if secim == '1':
|
| 356 |
analyze_single_image(model, TEST_IMAGE_PATH)
|