initial commit
This commit is contained in:
parent
dd0ae28c74
commit
5662ec7a81
Binary file not shown.
Before Width: | Height: | Size: 732 KiB |
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 105 KiB |
2
main.py
2
main.py
@ -44,7 +44,7 @@ def is_cat(image_path):
|
|||||||
return max_class, None
|
return max_class, None
|
||||||
|
|
||||||
|
|
||||||
image_path = 'pobrane.jpg'
|
image_path = 'wolf.jpg'
|
||||||
max_class, max_prob = is_cat(image_path)
|
max_class, max_prob = is_cat(image_path)
|
||||||
translator = {
|
translator = {
|
||||||
281: "tabby cat",
|
281: "tabby cat",
|
||||||
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
Loading…
Reference in New Issue
Block a user