Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem predict #15

Open
Artem921 opened this issue Jun 19, 2020 · 0 comments
Open

Problem predict #15

Artem921 opened this issue Jun 19, 2020 · 0 comments

Comments

@Artem921
Copy link

when loading my training weights the same tensor is predicted

model.load_weights('/home/artem/object detection/virtual/Mobilenet-ssd-keras/MobilenetWeights/mobilenet.h5', by_name=True,skip_mismatch=True)

y_pred = model.predict(input_images)
print(y_pred)

[[[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
...
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]]]
[[[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
...
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]]]
[[[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
...
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]]]
[[[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
...
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]]]
[[[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
...
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]]]
[[[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
[0.25 0.25 0.25 ... 0.1 0.2 0.2 ]
.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant