gouravgujariya
commited on
Commit
•
bcf143e
1
Parent(s):
97f9b15
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,10 @@ for i, url in enumerate(file_urls):
|
|
28 |
)
|
29 |
|
30 |
model = YOLO('best.pt')
|
31 |
-
path = [['images.jpg'],['images_1.png'],['image/i1.png'],['image/i2.png'],['image/i3.png']
|
|
|
|
|
|
|
32 |
# video_path = [['video.mp4']]
|
33 |
|
34 |
def show_preds_image(image_path):
|
|
|
28 |
)
|
29 |
|
30 |
model = YOLO('best.pt')
|
31 |
+
path = [['images.jpg'],['images_1.png'],['image/i1.png'],['image/i2.png'],['image/i3.png']]
|
32 |
+
# ,['image/i4.png'],['image/i5.png'],['image/i6.png'],['image/i7.png'],['image/i8.png'],['image/i9.png'],['image/i10.png'],['image/i11.png'],
|
33 |
+
# ['image/i12.png'],['image/i13.png'],['image/i14.png'],['image/i15.png'],['image/i16.png'],['image/i17.png'],['image/i18.png'],['image/i19.png'],
|
34 |
+
# ['image/i20.png'],['image/i21.png'],['image/i22.png'],['image/i23.png'],['image/i24.png'],['image/i25.png'],['image/i26.png'],['image/i27.png'],['image/i28.png']]
|
35 |
# video_path = [['video.mp4']]
|
36 |
|
37 |
def show_preds_image(image_path):
|