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

Commits on May 7, 2017

  1. Configuration menu
    Copy the full SHA
    225fcf0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. consistent detect result

    rmekdma authored May 31, 2017
    Configuration menu
    Copy the full SHA
    2071e08 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Update index on line 64 - img_string was receiving item 6 of the list…

    … 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 '_'
    DiegoLelis committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    9061624 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. prediction added

    rishirai10 committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    bdaf213 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Configuration menu
    Copy the full SHA
    59844ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3748f4 View commit details
    Browse the repository at this point in the history
  3. Fixed spelling errors

    davidsandberg committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    9adf76f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74be24f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. Merge pull request #308 from DiegoLelis/master

    Fixed some errors on the image decoding
    davidsandberg authored Jul 15, 2017
    Configuration menu
    Copy the full SHA
    6f8e6d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #299 from rmekdma/patch-1

    consistent detect result
    davidsandberg authored Jul 15, 2017
    Configuration menu
    Copy the full SHA
    0f91978 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Configuration menu
    Copy the full SHA
    6ef2b81 View commit details
    Browse the repository at this point in the history
  2. prediction added

    rishirai10 committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    a1fd2c4 View commit details
    Browse the repository at this point in the history
  3. prediction added

    rishirai10 committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    cb7e47c View commit details
    Browse the repository at this point in the history
  4. prediction added

    rishirai10 committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    7da2cad View commit details
    Browse the repository at this point in the history
  5. Merge pull request #345 from rishiraicom/master

    sript to predict every person in an image
    davidsandberg authored Jul 16, 2017
    Configuration menu
    Copy the full SHA
    a2bd37d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5fc7ac View commit details
    Browse the repository at this point in the history
  7. update description to tmp/

    cjekel committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    8ccb87d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #264 from cjekel/master

    new script to export embedding
    davidsandberg authored Jul 16, 2017
    Configuration menu
    Copy the full SHA
    4faf590 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Configuration menu
    Copy the full SHA
    1698dc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Configuration menu
    Copy the full SHA
    135bd74 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Detect and align multiple faces per image

    Michael Gordon committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    4ee5af1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Added a script to cluster similar faces into folders.

    Maarten Bloemen committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    e5e0393 View commit details
    Browse the repository at this point in the history
  2. Added a script to cluster similar faces into folders.

    Maarten Bloemen committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    520c98b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Added margin to argument parser

    Maarten Bloemen committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    a8a4381 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2017

  1. change in copyright

    rishirai10 committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    8943573 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Add face module

    This module aims to lower barrier to entry in using facenet
    for face recognition.
    fgervais committed Sep 7, 2017
    4 Configuration menu
    Copy the full SHA
    52f9d69 View commit details
    Browse the repository at this point in the history
  2. 3 Configuration menu
    Copy the full SHA
    7ffdf1b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Convert all images to RGB

    cetra3 committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    f48c629 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Update download_vgg_face_dataset.py

    indice must be int while element of box is type of float, so convert the type.
    lmxhappy authored Sep 21, 2017
    Configuration menu
    Copy the full SHA
    271ba62 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. enable Python 3 test

    shaform committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    15bd6a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. Merge pull request #489 from shaform/master

    enable Python 3 test
    davidsandberg authored Oct 21, 2017
    Configuration menu
    Copy the full SHA
    928e15e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #462 from lmxhappy/patch-1

    wrong slice type in download_vgg_face_dataset.py
    davidsandberg authored Oct 21, 2017
    Configuration menu
    Copy the full SHA
    fcff0f4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #431 from MxAxG/master

    Detect and align multiple faces per image
    davidsandberg authored Oct 21, 2017
    Configuration menu
    Copy the full SHA
    95a1c9f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #444 from rishiraicom/master

    change in copyright
    davidsandberg authored Oct 21, 2017
    Configuration menu
    Copy the full SHA
    68fa797 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #458 from cetra3/fix_bw_images

    Convert all images to RGB
    davidsandberg authored Oct 21, 2017
    Configuration menu
    Copy the full SHA
    c571f6c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'realtime-face' of https://github.com/fgervais/facenet i…

    …nto fgervais-realtime-face
    davidsandberg committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    b911269 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4958e3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #441 from MaartenBloemen/master

    Face clustering script
    davidsandberg authored Oct 21, 2017
    Configuration menu
    Copy the full SHA
    3dd6d9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f651ac2 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'more-python3-support' of https://github.com/TatsuyaShir…

    …akawa/facenet into TatsuyaShirakawa-more-python3-support
    davidsandberg committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    898d572 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b233b37 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

  1. Configuration menu
    Copy the full SHA
    b99b029 View commit details
    Browse the repository at this point in the history
  2. Fix syntax

    henrych4 committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    55c91d0 View commit details
    Browse the repository at this point in the history
  3. Update comment

    henrych4 committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    e56c4d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #492 from henrych4/master

    Fix ValueError due to incorrect batch size
    davidsandberg authored Oct 22, 2017
    Configuration menu
    Copy the full SHA
    8285bf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. move file

    move clustering.py to contribute
    zhly0 authored Oct 24, 2017
    Configuration menu
    Copy the full SHA
    4bfec06 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #495 from zhly0/master

    move clustering.py to contributed
    davidsandberg authored Oct 24, 2017
    Configuration menu
    Copy the full SHA
    e770b62 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. fix output filenames when using --detect_multiple_faces 1

    Fix bug where images were written to pwd rather than output dir and lost category when a relative path was specified.
    e271828- committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    a41baf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    733942c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Merge pull request #511 from e271828-/master

    Fix output filenames when using --detect_multiple_faces 1
    davidsandberg authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    60e3447 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Fixed problem with aligned filenames and added test case for

    align_dataset_mtcnn.py
    davidsandberg committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    4c33d4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19d81bf View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. Configuration menu
    Copy the full SHA
    404e5a8 View commit details
    Browse the repository at this point in the history
  2. Updated readme

    davidsandberg committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    529c3b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50363da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb3249d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    163cb02 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Fix minor typos

    JustinShenk authored Nov 22, 2017
    Configuration menu
    Copy the full SHA
    361c501 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #545 from JustinShenk/patch-1

    Fix minor typos
    davidsandberg authored Nov 22, 2017
    Configuration menu
    Copy the full SHA
    95b3b5d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Improved documentation

    Removed description for missing fastresize parameter from detect_face().
    Added missing description for factor parameter to both detect_face() and bulk_detect_face().
    Formatted existing doc strings to be compliant with PEP257.
    TheAtomicOption authored Dec 13, 2017
    Configuration menu
    Copy the full SHA
    c9012a8 View commit details
    Browse the repository at this point in the history
  2. streamline for loop declaration

    Removed unneeded range(), len(), and variable.
    TheAtomicOption authored Dec 13, 2017
    Configuration menu
    Copy the full SHA
    a3b53bb View commit details
    Browse the repository at this point in the history
  3. further docstring PEP compliance

    this commit just switches ''' to """ as appropriate
    TheAtomicOption authored Dec 13, 2017
    Configuration menu
    Copy the full SHA
    0ed30c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Merge pull request #580 from TheAtomicOption/patch-1

    Improved documentation & minor face_detect() code cleanup
    davidsandberg authored Dec 14, 2017
    Configuration menu
    Copy the full SHA
    3cb6d37 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. get_dataset: only read subdirs while loading class name

    Signed-off-by: Allen Liu <[email protected]>
    sunnylgz committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    fae7ec5 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Merge pull request #587 from sunnylgz/master

    get_dataset: only read subdirs  while loading class name
    davidsandberg authored Dec 27, 2017
    Configuration menu
    Copy the full SHA
    e2f1979 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. Configuration menu
    Copy the full SHA
    b95c9c3 View commit details
    Browse the repository at this point in the history
  2. compare.py: auto remove images that can't detect a face

    Signed-off-by: Allen Liu <[email protected]>
    sunnylgz committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    01f5766 View commit details
    Browse the repository at this point in the history
  3. train_tripletloss: set default validation dir as NULL

    or there's be a crash is not set during training.
    
    Signed-off-by: Allen Liu <[email protected]>
    sunnylgz committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    e6ca59b View commit details
    Browse the repository at this point in the history
  4. train_tripletloss: add 'loss' to tensorboard

    Signed-off-by: Allen Liu <[email protected]>
    sunnylgz committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    eeb9614 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #595 from sunnylgz/master

    improve get_model_filenames() &  train_tripletloss.py &  compare.py
    davidsandberg authored Dec 28, 2017
    Configuration menu
    Copy the full SHA
    28d3bf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. fix bug in label_strings

    cjekel committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    189bfa1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

  1. Configuration menu
    Copy the full SHA
    cebc255 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Merge pull request #656 from cjekel/master

    Fix label_strings in export_embeddings.py
    davidsandberg authored Mar 5, 2018
    Configuration menu
    Copy the full SHA
    fe78f66 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. Configuration menu
    Copy the full SHA
    d7f5a3a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. replace keep_dims (deprecated in TF) with keepdims

    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
    ```
    Dobiasd authored Mar 31, 2018
    Configuration menu
    Copy the full SHA
    e13d5a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b98361 View commit details
    Browse the repository at this point in the history
  3. Removed decov loss

    davidsandberg committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    832344e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81c5fb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ac16d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efc2f94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ebebe4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ab3e26 View commit details
    Browse the repository at this point in the history
  9. Madified epoch indexing

    davidsandberg committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    f4bcc12 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #677 from Dobiasd/patch-1

    replace keep_dims (deprecated in TF) with keepdims
    davidsandberg authored Mar 31, 2018
    Configuration menu
    Copy the full SHA
    fc3b4c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5ff441d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    22f2eb1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2413277 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Configuration menu
    Copy the full SHA
    a7590ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4e4397 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89c29e9 View commit details
    Browse the repository at this point in the history
  4. Updated to use TF 1.7

    davidsandberg committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    113966c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Configuration menu
    Copy the full SHA
    9852362 View commit details
    Browse the repository at this point in the history
  2. Corrected spelling

    davidsandberg committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    1084f11 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Configuration menu
    Copy the full SHA
    813da90 View commit details
    Browse the repository at this point in the history
  2. Not needed

    davidsandberg committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    accd688 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. 1 Configuration menu
    Copy the full SHA
    51fc8cb View commit details
    Browse the repository at this point in the history
  2. Fixed keepdims

    davidsandberg committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    e9d4e8e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Update README.md

    Fixing broken link
    Anton Oellerer authored Apr 16, 2018
    Configuration menu
    Copy the full SHA
    4a906db View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Updated spelling error
    Anton Oellerer authored Apr 16, 2018
    Configuration menu
    Copy the full SHA
    fa08fa8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #707 from AntonOellerer/patch-3

    Update README.md
    davidsandberg authored Apr 16, 2018
    3 Configuration menu
    Copy the full SHA
    096ed77 View commit details
    Browse the repository at this point in the history