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

changes in train_softmax.py #966

Open
wants to merge 100 commits into
base: loss
Choose a base branch
from
Open

changes in train_softmax.py #966

wants to merge 100 commits into from

Conversation

ajitcool19
Copy link

for key, value in stat.items():
instead of
for key, value in stat.iteritems():

cjekel and others added 30 commits May 6, 2017 21:26
… that goes only until 5.

Update OpenCV function on line 67 from: cv2.cv.CV_LOAD_IMAGE_COLOR to  cv2.IMREAD_COLOR
Changed the invalid character '/' of the img_name to '_'
Fixed some errors on the image decoding
sript to predict every person in an image
new script to export embedding
This module aims to lower barrier to entry in using facenet
for face recognition.
indice must be int while element of box is type of float, so convert the type.
cjekel and others added 29 commits March 4, 2018 16:48
Fix label_strings in export_embeddings.py
Exact warning message:
```
From align/detect_face.py:212: calling reduce_sum (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
Instructions for updating:
keep_dims is deprecated, use keepdims instead
```
replace keep_dims (deprecated in TF) with keepdims
Fixing broken link
Updated spelling error
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

Successfully merging this pull request may close these issues.

None yet