Full Code of chen0040/keras-face for AI

master f5971cdb1ff5 cached
251 files
78.6 MB
17.7M tokens
61 symbols
1 requests
Copy disabled (too large) Download .txt
Showing preview only (70,722K chars total). Download the full file to get everything.
Repository: chen0040/keras-face
Branch: master
Commit: f5971cdb1ff5
Files: 251
Total size: 78.6 MB

Directory structure:
gitextract_t_3dlf0s/

├── .gitignore
├── LICENSE
├── README.md
├── demo/
│   ├── __init__.py
│   ├── datasets/
│   │   ├── test_happy.h5
│   │   ├── train_face.h5
│   │   └── train_happy.h5
│   ├── face_net_demo.py
│   ├── models/
│   │   ├── siamese-face-net-architecture.h5
│   │   ├── siamese-face-net-config.npy
│   │   ├── siamese-face-net-weights.h5
│   │   └── weights/
│   │       ├── bn1_b.csv
│   │       ├── bn1_m.csv
│   │       ├── bn1_v.csv
│   │       ├── bn1_w.csv
│   │       ├── bn2_b.csv
│   │       ├── bn2_m.csv
│   │       ├── bn2_v.csv
│   │       ├── bn2_w.csv
│   │       ├── bn3_b.csv
│   │       ├── bn3_m.csv
│   │       ├── bn3_v.csv
│   │       ├── bn3_w.csv
│   │       ├── conv1_b.csv
│   │       ├── conv1_w.csv
│   │       ├── conv2_b.csv
│   │       ├── conv2_w.csv
│   │       ├── conv3_b.csv
│   │       ├── conv3_w.csv
│   │       ├── dense_b.csv
│   │       ├── dense_w.csv
│   │       ├── inception_3a_1x1_bn_b.csv
│   │       ├── inception_3a_1x1_bn_m.csv
│   │       ├── inception_3a_1x1_bn_v.csv
│   │       ├── inception_3a_1x1_bn_w.csv
│   │       ├── inception_3a_1x1_conv_b.csv
│   │       ├── inception_3a_1x1_conv_w.csv
│   │       ├── inception_3a_3x3_bn1_b.csv
│   │       ├── inception_3a_3x3_bn1_m.csv
│   │       ├── inception_3a_3x3_bn1_v.csv
│   │       ├── inception_3a_3x3_bn1_w.csv
│   │       ├── inception_3a_3x3_bn2_b.csv
│   │       ├── inception_3a_3x3_bn2_m.csv
│   │       ├── inception_3a_3x3_bn2_v.csv
│   │       ├── inception_3a_3x3_bn2_w.csv
│   │       ├── inception_3a_3x3_conv1_b.csv
│   │       ├── inception_3a_3x3_conv1_w.csv
│   │       ├── inception_3a_3x3_conv2_b.csv
│   │       ├── inception_3a_3x3_conv2_w.csv
│   │       ├── inception_3a_5x5_bn1_b.csv
│   │       ├── inception_3a_5x5_bn1_m.csv
│   │       ├── inception_3a_5x5_bn1_v.csv
│   │       ├── inception_3a_5x5_bn1_w.csv
│   │       ├── inception_3a_5x5_bn2_b.csv
│   │       ├── inception_3a_5x5_bn2_m.csv
│   │       ├── inception_3a_5x5_bn2_v.csv
│   │       ├── inception_3a_5x5_bn2_w.csv
│   │       ├── inception_3a_5x5_conv1_b.csv
│   │       ├── inception_3a_5x5_conv1_w.csv
│   │       ├── inception_3a_5x5_conv2_b.csv
│   │       ├── inception_3a_5x5_conv2_w.csv
│   │       ├── inception_3a_pool_bn_b.csv
│   │       ├── inception_3a_pool_bn_m.csv
│   │       ├── inception_3a_pool_bn_v.csv
│   │       ├── inception_3a_pool_bn_w.csv
│   │       ├── inception_3a_pool_conv_b.csv
│   │       ├── inception_3a_pool_conv_w.csv
│   │       ├── inception_3b_1x1_bn_b.csv
│   │       ├── inception_3b_1x1_bn_m.csv
│   │       ├── inception_3b_1x1_bn_v.csv
│   │       ├── inception_3b_1x1_bn_w.csv
│   │       ├── inception_3b_1x1_conv_b.csv
│   │       ├── inception_3b_1x1_conv_w.csv
│   │       ├── inception_3b_3x3_bn1_b.csv
│   │       ├── inception_3b_3x3_bn1_m.csv
│   │       ├── inception_3b_3x3_bn1_v.csv
│   │       ├── inception_3b_3x3_bn1_w.csv
│   │       ├── inception_3b_3x3_bn2_b.csv
│   │       ├── inception_3b_3x3_bn2_m.csv
│   │       ├── inception_3b_3x3_bn2_v.csv
│   │       ├── inception_3b_3x3_bn2_w.csv
│   │       ├── inception_3b_3x3_conv1_b.csv
│   │       ├── inception_3b_3x3_conv1_w.csv
│   │       ├── inception_3b_3x3_conv2_b.csv
│   │       ├── inception_3b_3x3_conv2_w.csv
│   │       ├── inception_3b_5x5_bn1_b.csv
│   │       ├── inception_3b_5x5_bn1_m.csv
│   │       ├── inception_3b_5x5_bn1_v.csv
│   │       ├── inception_3b_5x5_bn1_w.csv
│   │       ├── inception_3b_5x5_bn2_b.csv
│   │       ├── inception_3b_5x5_bn2_m.csv
│   │       ├── inception_3b_5x5_bn2_v.csv
│   │       ├── inception_3b_5x5_bn2_w.csv
│   │       ├── inception_3b_5x5_conv1_b.csv
│   │       ├── inception_3b_5x5_conv1_w.csv
│   │       ├── inception_3b_5x5_conv2_b.csv
│   │       ├── inception_3b_5x5_conv2_w.csv
│   │       ├── inception_3b_pool_bn_b.csv
│   │       ├── inception_3b_pool_bn_m.csv
│   │       ├── inception_3b_pool_bn_v.csv
│   │       ├── inception_3b_pool_bn_w.csv
│   │       ├── inception_3b_pool_conv_b.csv
│   │       ├── inception_3b_pool_conv_w.csv
│   │       ├── inception_3c_3x3_bn1_b.csv
│   │       ├── inception_3c_3x3_bn1_m.csv
│   │       ├── inception_3c_3x3_bn1_v.csv
│   │       ├── inception_3c_3x3_bn1_w.csv
│   │       ├── inception_3c_3x3_bn2_b.csv
│   │       ├── inception_3c_3x3_bn2_m.csv
│   │       ├── inception_3c_3x3_bn2_v.csv
│   │       ├── inception_3c_3x3_bn2_w.csv
│   │       ├── inception_3c_3x3_conv1_b.csv
│   │       ├── inception_3c_3x3_conv1_w.csv
│   │       ├── inception_3c_3x3_conv2_b.csv
│   │       ├── inception_3c_3x3_conv2_w.csv
│   │       ├── inception_3c_5x5_bn1_b.csv
│   │       ├── inception_3c_5x5_bn1_m.csv
│   │       ├── inception_3c_5x5_bn1_v.csv
│   │       ├── inception_3c_5x5_bn1_w.csv
│   │       ├── inception_3c_5x5_bn2_b.csv
│   │       ├── inception_3c_5x5_bn2_m.csv
│   │       ├── inception_3c_5x5_bn2_v.csv
│   │       ├── inception_3c_5x5_bn2_w.csv
│   │       ├── inception_3c_5x5_conv1_b.csv
│   │       ├── inception_3c_5x5_conv1_w.csv
│   │       ├── inception_3c_5x5_conv2_b.csv
│   │       ├── inception_3c_5x5_conv2_w.csv
│   │       ├── inception_4a_1x1_bn_b.csv
│   │       ├── inception_4a_1x1_bn_m.csv
│   │       ├── inception_4a_1x1_bn_v.csv
│   │       ├── inception_4a_1x1_bn_w.csv
│   │       ├── inception_4a_1x1_conv_b.csv
│   │       ├── inception_4a_1x1_conv_w.csv
│   │       ├── inception_4a_3x3_bn1_b.csv
│   │       ├── inception_4a_3x3_bn1_m.csv
│   │       ├── inception_4a_3x3_bn1_v.csv
│   │       ├── inception_4a_3x3_bn1_w.csv
│   │       ├── inception_4a_3x3_bn2_b.csv
│   │       ├── inception_4a_3x3_bn2_m.csv
│   │       ├── inception_4a_3x3_bn2_v.csv
│   │       ├── inception_4a_3x3_bn2_w.csv
│   │       ├── inception_4a_3x3_conv1_b.csv
│   │       ├── inception_4a_3x3_conv1_w.csv
│   │       ├── inception_4a_3x3_conv2_b.csv
│   │       ├── inception_4a_3x3_conv2_w.csv
│   │       ├── inception_4a_5x5_bn1_b.csv
│   │       ├── inception_4a_5x5_bn1_m.csv
│   │       ├── inception_4a_5x5_bn1_v.csv
│   │       ├── inception_4a_5x5_bn1_w.csv
│   │       ├── inception_4a_5x5_bn2_b.csv
│   │       ├── inception_4a_5x5_bn2_m.csv
│   │       ├── inception_4a_5x5_bn2_v.csv
│   │       ├── inception_4a_5x5_bn2_w.csv
│   │       ├── inception_4a_5x5_conv1_b.csv
│   │       ├── inception_4a_5x5_conv1_w.csv
│   │       ├── inception_4a_5x5_conv2_b.csv
│   │       ├── inception_4a_5x5_conv2_w.csv
│   │       ├── inception_4a_pool_bn_b.csv
│   │       ├── inception_4a_pool_bn_m.csv
│   │       ├── inception_4a_pool_bn_v.csv
│   │       ├── inception_4a_pool_bn_w.csv
│   │       ├── inception_4a_pool_conv_b.csv
│   │       ├── inception_4a_pool_conv_w.csv
│   │       ├── inception_4e_3x3_bn1_b.csv
│   │       ├── inception_4e_3x3_bn1_m.csv
│   │       ├── inception_4e_3x3_bn1_v.csv
│   │       ├── inception_4e_3x3_bn1_w.csv
│   │       ├── inception_4e_3x3_bn2_b.csv
│   │       ├── inception_4e_3x3_bn2_m.csv
│   │       ├── inception_4e_3x3_bn2_v.csv
│   │       ├── inception_4e_3x3_bn2_w.csv
│   │       ├── inception_4e_3x3_conv1_b.csv
│   │       ├── inception_4e_3x3_conv1_w.csv
│   │       ├── inception_4e_3x3_conv2_b.csv
│   │       ├── inception_4e_3x3_conv2_w.csv
│   │       ├── inception_4e_5x5_bn1_b.csv
│   │       ├── inception_4e_5x5_bn1_m.csv
│   │       ├── inception_4e_5x5_bn1_v.csv
│   │       ├── inception_4e_5x5_bn1_w.csv
│   │       ├── inception_4e_5x5_bn2_b.csv
│   │       ├── inception_4e_5x5_bn2_m.csv
│   │       ├── inception_4e_5x5_bn2_v.csv
│   │       ├── inception_4e_5x5_bn2_w.csv
│   │       ├── inception_4e_5x5_conv1_b.csv
│   │       ├── inception_4e_5x5_conv1_w.csv
│   │       ├── inception_4e_5x5_conv2_b.csv
│   │       ├── inception_4e_5x5_conv2_w.csv
│   │       ├── inception_5a_1x1_bn_b.csv
│   │       ├── inception_5a_1x1_bn_m.csv
│   │       ├── inception_5a_1x1_bn_v.csv
│   │       ├── inception_5a_1x1_bn_w.csv
│   │       ├── inception_5a_1x1_conv_b.csv
│   │       ├── inception_5a_1x1_conv_w.csv
│   │       ├── inception_5a_3x3_bn1_b.csv
│   │       ├── inception_5a_3x3_bn1_m.csv
│   │       ├── inception_5a_3x3_bn1_v.csv
│   │       ├── inception_5a_3x3_bn1_w.csv
│   │       ├── inception_5a_3x3_bn2_b.csv
│   │       ├── inception_5a_3x3_bn2_m.csv
│   │       ├── inception_5a_3x3_bn2_v.csv
│   │       ├── inception_5a_3x3_bn2_w.csv
│   │       ├── inception_5a_3x3_conv1_b.csv
│   │       ├── inception_5a_3x3_conv1_w.csv
│   │       ├── inception_5a_3x3_conv2_b.csv
│   │       ├── inception_5a_3x3_conv2_m.csv
│   │       ├── inception_5a_3x3_conv2_v.csv
│   │       ├── inception_5a_3x3_conv2_w.csv
│   │       ├── inception_5a_pool_bn_b.csv
│   │       ├── inception_5a_pool_bn_m.csv
│   │       ├── inception_5a_pool_bn_v.csv
│   │       ├── inception_5a_pool_bn_w.csv
│   │       ├── inception_5a_pool_conv_b.csv
│   │       ├── inception_5a_pool_conv_w.csv
│   │       ├── inception_5b_1x1_bn_b.csv
│   │       ├── inception_5b_1x1_bn_m.csv
│   │       ├── inception_5b_1x1_bn_v.csv
│   │       ├── inception_5b_1x1_bn_w.csv
│   │       ├── inception_5b_1x1_conv_b.csv
│   │       ├── inception_5b_1x1_conv_w.csv
│   │       ├── inception_5b_3x3_bn1_b.csv
│   │       ├── inception_5b_3x3_bn1_m.csv
│   │       ├── inception_5b_3x3_bn1_v.csv
│   │       ├── inception_5b_3x3_bn1_w.csv
│   │       ├── inception_5b_3x3_bn2_b.csv
│   │       ├── inception_5b_3x3_bn2_m.csv
│   │       ├── inception_5b_3x3_bn2_v.csv
│   │       ├── inception_5b_3x3_bn2_w.csv
│   │       ├── inception_5b_3x3_conv1_b.csv
│   │       ├── inception_5b_3x3_conv1_w.csv
│   │       ├── inception_5b_3x3_conv2_b.csv
│   │       ├── inception_5b_3x3_conv2_w.csv
│   │       ├── inception_5b_pool_bn_b.csv
│   │       ├── inception_5b_pool_bn_m.csv
│   │       ├── inception_5b_pool_bn_v.csv
│   │       ├── inception_5b_pool_bn_w.csv
│   │       ├── inception_5b_pool_conv_b.csv
│   │       └── inception_5b_pool_conv_w.csv
│   ├── opencv-files/
│   │   ├── haarcascade_frontalface_alt.xml
│   │   └── lbpcascade_frontalface.xml
│   ├── opencv_detect_faces.py
│   ├── siamese_demo_predict.py
│   └── siamese_demo_train.py
├── keras_face/
│   ├── __init__.py
│   └── library/
│       ├── __init__.py
│       ├── face_net.py
│       ├── fr_utils.py
│       ├── inception_blocks.py
│       ├── inception_blocks_v2.py
│       ├── opencv_utils.py
│       └── siamese.py
└── requirements.txt

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitignore
================================================
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

.idea/
*.iml

Thumbs.db

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# dotenv
.env

# virtualenv
.venv
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/


================================================
FILE: LICENSE
================================================
MIT License

Copyright (c) 2018 Xianshun Chen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


================================================
FILE: README.md
================================================
# keras-face

face verification and recognition using Keras

The project contains two implementations: [DeepFace](keras_face/library/face_net.py) and 
[VGG16 + Siamese](keras_face/library/siamese.py)

* DeepFace: [keras_face/library/face_net.py](keras_face/library/face_net.py) contains the deep face implementation tought in the
coursea course deeplearning.ai
* VGG16 + Siamese: [keras_face/library/siamese.py](keras_face/library/siamese.py) is my own implementation of siamese network + VGG16 + 
contrastive loss function (image similarity function)

# Usage

### DeepFace 

Below shows the [sample codes](demo/face_net_demo.py) which verifies whether a particular camera image is a person in an image database or
whether a particular camera image is which person in the image database (or not at all)

```python
from keras_face.library.face_net import FaceNet


def main():
    model_dir_path = './models'
    image_dir_path = "./data/images"

    fnet = FaceNet()
    fnet.load_model(model_dir_path)

    database = {}
    database["danielle"] = fnet.img_to_encoding(image_dir_path + "/danielle.png")
    database["younes"] = fnet.img_to_encoding(image_dir_path + "/younes.jpg")
    database["tian"] = fnet.img_to_encoding(image_dir_path + "/tian.jpg")
    database["andrew"] = fnet.img_to_encoding(image_dir_path + "/andrew.jpg")
    database["kian"] = fnet.img_to_encoding(image_dir_path + "/kian.jpg")
    database["dan"] = fnet.img_to_encoding(image_dir_path + "/dan.jpg")
    database["sebastiano"] = fnet.img_to_encoding(image_dir_path + "/sebastiano.jpg")
    database["bertrand"] = fnet.img_to_encoding(image_dir_path + "/bertrand.jpg")
    database["kevin"] = fnet.img_to_encoding(image_dir_path + "/kevin.jpg")
    database["felix"] = fnet.img_to_encoding(image_dir_path + "/felix.jpg")
    database["benoit"] = fnet.img_to_encoding(image_dir_path + "/benoit.jpg")
    database["arnaud"] = fnet.img_to_encoding(image_dir_path + "/arnaud.jpg")

    # verifies whether a particular camera image is a person in the image database
    dist, is_valid = fnet.verify(image_dir_path + "/camera_0.jpg", "younes", database)
    print('camera_0.jpg is' + (' ' if is_valid else ' not ') + 'yournes')
    dist, is_valid = fnet.verify(image_dir_path + "/camera_2.jpg", "kian", database)
    print('camera_0.jpg is' + (' ' if is_valid else ' not ') + 'yournes')
    
    # whether a particular camera image is which person in the image database (or not at all)
    dist, identity = fnet.who_is_it(image_dir_path + "/camera_0.jpg", database)
    if identity is None:
        print('camera_0.jpg is not found in database')
    else:
        print('camera_0.jpg is ' + str(identity))


if __name__ == '__main__':
    main()
```

### VGG16 + Siamese

Below shows [sample codes](demo/siamese_demo_train.py) how to train the V166+Siamese network:

```python
from keras_face.library.siamese import SiameseFaceNet


def main():
    fnet = SiameseFaceNet()
    fnet.vgg16_include_top = True # default is False

    model_dir_path = './models'
    image_dir_path = "./data/images"

    database = dict()
    database["danielle"] = [fnet.img_to_encoding(image_dir_path + "/danielle.png")]
    database["younes"] = [fnet.img_to_encoding(image_dir_path + "/younes.jpg")]
    database["tian"] = [fnet.img_to_encoding(image_dir_path + "/tian.jpg")]
    database["andrew"] = [fnet.img_to_encoding(image_dir_path + "/andrew.jpg")]
    database["kian"] = [fnet.img_to_encoding(image_dir_path + "/kian.jpg")]
    database["dan"] = [fnet.img_to_encoding(image_dir_path + "/dan.jpg")]
    database["sebastiano"] = [fnet.img_to_encoding(image_dir_path + "/sebastiano.jpg")]
    database["bertrand"] = [fnet.img_to_encoding(image_dir_path + "/bertrand.jpg")]
    database["kevin"] = [fnet.img_to_encoding(image_dir_path + "/kevin.jpg")]
    database["felix"] = [fnet.img_to_encoding(image_dir_path + "/felix.jpg")]
    database["benoit"] = [fnet.img_to_encoding(image_dir_path + "/benoit.jpg")]
    database["arnaud"] = [fnet.img_to_encoding(image_dir_path + "/arnaud.jpg")]

    fnet.fit(database=database, model_dir_path=model_dir_path)

if __name__ == '__main__':
    main()

```

Below shows the [sample codes](demo/siamese_demo_train.py) which verifies whether a particular camera image is a person in an image database or
whether a particular camera image is which person in the image database (or not at all)

```python
from keras_face.library.siamese import SiameseFaceNet


def main():
    fnet = SiameseFaceNet()

    model_dir_path = './models'
    image_dir_path = "./data/images"
    fnet.load_model(model_dir_path)

    database = dict()
    database["danielle"] = [fnet.img_to_encoding(image_dir_path + "/danielle.png")]
    database["younes"] = [fnet.img_to_encoding(image_dir_path + "/younes.jpg")]
    database["tian"] = [fnet.img_to_encoding(image_dir_path + "/tian.jpg")]
    database["andrew"] = [fnet.img_to_encoding(image_dir_path + "/andrew.jpg")]
    database["kian"] = [fnet.img_to_encoding(image_dir_path + "/kian.jpg")]
    database["dan"] = [fnet.img_to_encoding(image_dir_path + "/dan.jpg")]
    database["sebastiano"] = [fnet.img_to_encoding(image_dir_path + "/sebastiano.jpg")]
    database["bertrand"] = [fnet.img_to_encoding(image_dir_path + "/bertrand.jpg")]
    database["kevin"] = [fnet.img_to_encoding(image_dir_path + "/kevin.jpg")]
    database["felix"] = [fnet.img_to_encoding(image_dir_path + "/felix.jpg")]
    database["benoit"] = [fnet.img_to_encoding(image_dir_path + "/benoit.jpg")]
    database["arnaud"] = [fnet.img_to_encoding(image_dir_path + "/arnaud.jpg")]

    fnet.verify(image_dir_path + "/camera_0.jpg", "younes", database)
    fnet.verify(image_dir_path + "/camera_2.jpg", "kian", database)
    fnet.who_is_it(image_dir_path + "/camera_0.jpg", database)


if __name__ == '__main__':
    main()
```

# Configure to run on GPU on Windows

* Step 1: Change tensorflow to tensorflow-gpu in requirements.txt and install tensorflow-gpu
* Step 2: Download and install the [CUDA® Toolkit 9.0](https://developer.nvidia.com/cuda-90-download-archive) (Please note that
currently CUDA® Toolkit 9.1 is not yet supported by tensorflow, therefore you should download CUDA® Toolkit 9.0)
* Step 3: Download and unzip the [cuDNN 7.4 for CUDA@ Toolkit 9.0](https://developer.nvidia.com/cudnn) and add the
bin folder of the unzipped directory to the $PATH of your Windows environment 

# Todo


For VGG16 + Siamese, the training was not well-done as there are currently very limited number of sample images used for
training (only 12 images for 12 persons). Ideally, need to train using 100,000 images for 10,000 persons. Will need
to add in larger dataset for the training

# Note
For DeepFace (namely [keras_face/library/face_net.py](keras_face/library/face_net.py)), some utility classes 
and weights are taken from [https://github.com/shahariarrabby/deeplearning.ai](https://github.com/shahariarrabby/deeplearning.ai)
, also it contains only the prediction part


================================================
FILE: demo/__init__.py
================================================


================================================
FILE: demo/datasets/train_face.h5
================================================
[File too large to display: 11.2 MB]

================================================
FILE: demo/face_net_demo.py
================================================
from keras_face.library.face_net import FaceNet


def main():
    model_dir_path = './models'
    image_dir_path = "./data/images"

    fnet = FaceNet()
    fnet.load_model(model_dir_path)

    database = dict()
    database["danielle"] = fnet.img_to_encoding(image_dir_path + "/danielle.png")
    database["younes"] = fnet.img_to_encoding(image_dir_path + "/younes.jpg")
    database["tian"] = fnet.img_to_encoding(image_dir_path + "/tian.jpg")
    database["andrew"] = fnet.img_to_encoding(image_dir_path + "/andrew.jpg")
    database["kian"] = fnet.img_to_encoding(image_dir_path + "/kian.jpg")
    database["dan"] = fnet.img_to_encoding(image_dir_path + "/dan.jpg")
    database["sebastiano"] = fnet.img_to_encoding(image_dir_path + "/sebastiano.jpg")
    database["bertrand"] = fnet.img_to_encoding(image_dir_path + "/bertrand.jpg")
    database["kevin"] = fnet.img_to_encoding(image_dir_path + "/kevin.jpg")
    database["felix"] = fnet.img_to_encoding(image_dir_path + "/felix.jpg")
    database["benoit"] = fnet.img_to_encoding(image_dir_path + "/benoit.jpg")
    database["arnaud"] = fnet.img_to_encoding(image_dir_path + "/arnaud.jpg")

    dist, is_valid = fnet.verify(image_dir_path + "/camera_0.jpg", "younes", database)
    print('camera_0.jpg is' + (' ' if is_valid else ' not ') + 'yournes')
    dist, is_valid = fnet.verify(image_dir_path + "/camera_2.jpg", "kian", database)
    print('camera_0.jpg is' + (' ' if is_valid else ' not ') + 'yournes')
    dist, identity = fnet.who_is_it(image_dir_path + "/camera_0.jpg", database)
    if identity is None:
        print('camera_0.jpg is not found in database')
    else:
        print('camera_0.jpg is ' + str(identity))


if __name__ == '__main__':
    main()

================================================
FILE: demo/models/siamese-face-net-architecture.h5
================================================
{"class_name": "Model", "config": {"name": "model_2", "layers": [{"name": "input_4", "class_name": "InputLayer", "config": {"batch_input_shape": [null, 1, 1000], "dtype": "float32", "sparse": false, "name": "input_4"}, "inbound_nodes": []}, {"name": "input_5", "class_name": "InputLayer", "config": {"batch_input_shape": [null, 1, 1000], "dtype": "float32", "sparse": false, "name": "input_5"}, "inbound_nodes": []}, {"name": "model_1", "class_name": "Model", "config": {"name": "model_1", "layers": [{"name": "input_3", "class_name": "InputLayer", "config": {"batch_input_shape": [null, 1, 1000], "dtype": "float32", "sparse": false, "name": "input_3"}, "inbound_nodes": []}, {"name": "flatten_1", "class_name": "Flatten", "config": {"name": "flatten_1", "trainable": true}, "inbound_nodes": [[["input_3", 0, 0, {}]]]}, {"name": "dense_1", "class_name": "Dense", "config": {"name": "dense_1", "trainable": true, "units": 128, "activation": "relu", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["flatten_1", 0, 0, {}]]]}, {"name": "dropout_1", "class_name": "Dropout", "config": {"name": "dropout_1", "trainable": true, "rate": 0.1, "noise_shape": null, "seed": null}, "inbound_nodes": [[["dense_1", 0, 0, {}]]]}, {"name": "dense_2", "class_name": "Dense", "config": {"name": "dense_2", "trainable": true, "units": 128, "activation": "relu", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["dropout_1", 0, 0, {}]]]}, {"name": "dropout_2", "class_name": "Dropout", "config": {"name": "dropout_2", "trainable": true, "rate": 0.1, "noise_shape": null, "seed": null}, "inbound_nodes": [[["dense_2", 0, 0, {}]]]}, {"name": "dense_3", "class_name": "Dense", "config": {"name": "dense_3", "trainable": true, "units": 128, "activation": "relu", "use_bias": true, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "distribution": "uniform", "seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "inbound_nodes": [[["dropout_2", 0, 0, {}]]]}], "input_layers": [["input_3", 0, 0]], "output_layers": [["dense_3", 0, 0]]}, "inbound_nodes": [[["input_4", 0, 0, {}]], [["input_5", 0, 0, {}]]]}, {"name": "lambda_1", "class_name": "Lambda", "config": {"name": "lambda_1", "trainable": true, "function": ["4wEAAAAAAAAAAwAAAAcAAABDAAAAczQAAAB8AFwCfQF9AnQAagF0AGoCdABqA3QAagR8AXwCGACD\nAWQBZAJkA40DdABqBYMAgwKDAVMAKQRO6QEAAABUKQLaBGF4aXPaCGtlZXBkaW1zKQbaAUvaBHNx\ncnTaB21heGltdW3aA3N1bdoGc3F1YXJl2gdlcHNpbG9uKQPaBXZlY3Rz2gF42gF5qQByDQAAAPo7\nQzovVXNlcnMvY2hlbjAvZ2l0L2tlcmFzLWZhY2Uva2VyYXNfZmFjZS9saWJyYXJ5L3NpYW1lc2Uu\ncHnaEmV1Y2xpZGVhbl9kaXN0YW5jZREAAABzBAAAAAABCAE=\n", null, null], "function_type": "lambda", "output_shape": ["4wEAAAAAAAAAAwAAAAIAAABDAAAAcxQAAAB8AFwCfQF9AnwBZAEZAGQCZgJTACkDTukAAAAA6QEA\nAACpACkD2gZzaGFwZXPaBnNoYXBlMdoGc2hhcGUycgMAAAByAwAAAPo7QzovVXNlcnMvY2hlbjAv\nZ2l0L2tlcmFzLWZhY2Uva2VyYXNfZmFjZS9saWJyYXJ5L3NpYW1lc2UucHnaFmV1Y2xfZGlzdF9v\ndXRwdXRfc2hhcGUWAAAAcwQAAAAAAQgB\n", null, null], "output_shape_type": "lambda", "arguments": {}}, "inbound_nodes": [[["model_1", 1, 0, {}], ["model_1", 2, 0, {}]]]}], "input_layers": [["input_4", 0, 0], ["input_5", 0, 0]], "output_layers": [["lambda_1", 0, 0]]}, "keras_version": "2.1.2", "backend": "tensorflow"}

================================================
FILE: demo/models/weights/bn1_b.csv
================================================
0.44082018733025,0.46729332208633,0.30322399735451,0.25438579916954,0.14921997487545,-0.0634535998106,-0.0087375286966562,0.087883867323399,0.16671289503574,0.24108871817589,0.47102379798889,0.19574452936649,0.71433508396149,0.37009617686272,0.33681431412697,-0.43196699023247,0.40930795669556,-0.37930861115456,0.33314296603203,0.23987257480621,0.076872996985912,0.22440548241138,0.1588883548975,-0.57838326692581,0.53369057178497,-0.07314345240593,0.30506387352943,0.68640786409378,-0.014614156447351,-0.033059660345316,0.44868624210358,0.18839684128761,0.22564433515072,0.34911566972733,-0.36880820989609,0.15457643568516,0.12065568566322,0.13494712114334,0.26464408636093,0.12797358632088,-0.31054544448853,-0.65417903661728,0.15118357539177,0.3181779384613,0.19564405083656,0.29291039705276,0.10827668011189,0.14236836135387,0.3719394505024,-0.85279095172882,0.53291606903076,0.06343125551939,0.074712976813316,0.19050298631191,0.22311590611935,0.75255787372589,-0.0094652092084289,0.25958821177483,0.070107035338879,0.425137758255,0.26559129357338,0.38788056373596,0.19769689440727,0.22403760254383


================================================
FILE: demo/models/weights/bn1_m.csv
================================================
-0.065506957471371,0.22722293436527,-0.578941822052,-0.14345446228981,0.66680991649628,-1.5636328458786,0.16514182090759,-1.2245861291885,-0.33862826228142,0.29384651780128,0.65359896421432,-1.0146083831787,-0.63312292098999,-0.10630244761705,0.043717667460442,1.0194334983826,0.38585233688354,1.8948419094086,-0.25858378410339,-0.43867608904839,-0.14805756509304,-0.10971843451262,0.063247673213482,0.81110084056854,-0.049584161490202,-0.076637499034405,-1.3350341320038,-0.1760409027338,-0.2630997300148,0.26457947492599,-0.39757370948792,-0.022711671888828,0.070588193833828,0.50485640764236,1.7002086639404,-0.16955614089966,-0.23769243061543,-0.067097716033459,0.020806768909097,-0.19647659361362,2.2399952411652,-1.4373537302017,-0.15111850202084,0.35617941617966,0.22343611717224,0.16994704306126,0.84415984153748,0.1205222979188,-0.88202464580536,-2.0284471511841,-0.68921321630478,-0.19959637522697,-0.031295742839575,0.095686532557011,0.16916450858116,-0.40878468751907,-0.053212083876133,-0.13638387620449,-0.77771198749542,-0.81007432937622,-0.13235683739185,0.94929683208466,-0.5961104631424,0.28273570537567


================================================
FILE: demo/models/weights/bn1_v.csv
================================================
1.8947323560715,1.8810436725616,0.22227054834366,0.23339565098286,0.24082045257092,0.75740492343903,0.01721128821373,0.38208383321762,0.21288472414017,0.23650868237019,0.27934035658836,0.27990010380745,0.69499778747559,0.3382668197155,2.5429925918579,0.2496482282877,0.12978225946426,0.85779017210007,0.41490617394447,0.88750767707825,0.78122329711914,0.37434664368629,0.36709886789322,0.14034952223301,0.1638760715723,0.026843866333365,0.4573660492897,0.75546193122864,0.015497014857829,0.026666490361094,0.33719205856323,0.16325536370277,0.26358810067177,0.26881688833237,0.60198897123337,1.083731174469,2.2527451515198,1.9410192966461,0.19793632626534,0.10259081423283,1.2975229024887,0.62412494421005,0.039930041879416,0.84012687206268,1.5411109924316,1.3654532432556,0.22875300049782,1.2588002681732,0.32693853974342,1.1121566295624,0.52832227945328,0.41933342814445,0.033232901245356,0.050754480063915,0.84994399547577,0.33876273036003,0.0061478530988097,0.81225341558456,0.42885404825211,0.47051575779915,0.33186021447182,0.48427399992943,1.2050994634628,0.11429743468761


================================================
FILE: demo/models/weights/bn1_w.csv
================================================
0.90906465053558,0.61297827959061,0.45490697026253,0.53066885471344,0.50894284248352,0.79449623823166,0.0012343637645245,0.57766938209534,0.46218717098236,0.27889034152031,0.44097778201103,0.49592447280884,0.97656732797623,0.53388941287994,0.91345065832138,0.36027309298515,0.34586837887764,0.64859062433243,0.51055806875229,1.0003086328506,0.75674939155579,0.86941969394684,0.34590867161751,0.49692243337631,0.37052366137505,0.099114403128624,0.6882449388504,0.60512799024582,-0.0032172696664929,0.0063209692016244,0.69089466333389,0.35180288553238,0.65520226955414,0.38287073373795,0.75270342826843,0.94845145940781,0.81622576713562,0.81367897987366,0.5575036406517,0.33591210842133,0.63064754009247,0.8162260055542,0.2132726162672,0.88774168491364,0.76054042577744,0.81401586532593,0.50053983926773,0.64472836256027,0.2769293487072,0.76534175872803,0.75933390855789,0.37925720214844,0.2111983448267,0.23296473920345,0.4815921485424,0.66252702474594,0.0011745325755328,0.79542046785355,0.36636146903038,0.4473417699337,0.49736732244492,0.44817143678665,0.81384205818176,0.37161487340927


================================================
FILE: demo/models/weights/bn2_b.csv
================================================
0.22967651486397,0.32203245162964,0.0039016648661345,0.13652767241001,-0.17872509360313,-0.1076731979847,-0.013485487550497,-0.018803339451551,0.28093084692955,-0.11466959118843,-0.030433781445026,-0.0050877872854471,0.098704643547535,-0.11581687629223,0.11921585351229,0.27600079774857,0.054047390818596,0.37638857960701,-0.12085159122944,-0.096423409879208,-0.16071455180645,0.18984514474869,0.052491098642349,-0.099103540182114,0.15406413376331,0.45134952664375,-0.16511218249798,-0.87850105762482,-0.19442902505398,-0.11786012351513,-0.43679684400558,-0.0057058902457356,0.10861460119486,-0.2031659334898,0.028769098222256,-0.026490487158298,-0.32544493675232,0.15523017942905,0.1654826104641,-0.096621416509151,-0.17866253852844,-0.16004440188408,0.23919367790222,0.10872411727905,0.1196762919426,-0.11277203261852,-0.10804341733456,-0.13207997381687,0.29038551449776,0.079895049333572,-0.10726216435432,-0.3903936445713,0.19775649905205,0.045097734779119,0.051558032631874,0.28016048669815,0.26525589823723,-0.39483794569969,-0.017026782035828,0.047552067786455,0.12067709118128,0.19044061005116,0.18229052424431,0.17837564647198


================================================
FILE: demo/models/weights/bn2_m.csv
================================================
-0.69500523805618,-0.67477786540985,-0.63618445396423,1.154355764389,-1.7739737033844,0.81434351205826,-0.090746119618416,-2.4974975585938,-2.0233066082001,-1.521897315979,-2.3345181941986,-2.7578043937683,0.20167782902718,-3.5494194030762,0.78540694713593,-1.0315284729004,-0.56382656097412,-1.0288734436035,-0.35998889803886,-1.3073118925095,-0.33726096153259,0.034732032567263,-1.2631446123123,-0.11118667572737,-2.2650165557861,0.57162058353424,-1.7656131982803,0.067931480705738,0.60813748836517,-1.2668123245239,0.68050688505173,-2.0693490505219,-1.1341588497162,-1.3267650604248,-2.6485030651093,-1.1076625585556,-3.0920648574829,3.6380150318146,-0.023561565205455,-2.0223653316498,0.80866605043411,-1.3639022111893,1.1028391122818,-0.59413552284241,0.45911821722984,0.059960193932056,-1.3352679014206,-2.8549706935883,-0.65190196037292,-0.33910402655602,1.0957806110382,-2.6146864891052,0.47956645488739,0.87099421024323,-0.32733154296875,-2.0051412582397,-0.45509511232376,-2.4978675842285,-0.006387562956661,-1.5184791088104,-0.017748694866896,0.4182696044445,1.9313949346542,-0.29718235135078


================================================
FILE: demo/models/weights/bn2_v.csv
================================================
0.73602908849716,1.1747137308121,2.2306089401245,1.2134968042374,3.5318298339844,1.3444278240204,0.19600974023342,3.1087465286255,2.0954744815826,4.3824968338013,2.8343427181244,2.2255101203918,1.0143631696701,4.4272556304932,1.7283127307892,0.91131657361984,2.6671736240387,1.1214591264725,0.17081689834595,2.1796264648438,1.4244227409363,0.28612732887268,0.94951140880585,0.40387684106827,1.2429931163788,0.67217326164246,1.8376469612122,1.1514370441437,0.46065494418144,0.69750034809113,0.70672452449799,1.156175494194,0.91398066282272,0.81866413354874,1.8306261301041,0.54365277290344,4.0088891983032,2.763839006424,3.2851710319519,1.472536444664,0.66599148511887,2.0587525367737,0.6737767457962,0.41838398575783,1.7212828397751,0.81609737873077,2.963038444519,3.3695142269135,3.0951523780823,2.6905918121338,0.28787034749985,4.1753258705139,2.6938397884369,1.370543718338,2.1920285224915,2.7152328491211,0.18243443965912,1.852655172348,0.2656301856041,2.0683746337891,0.41556087136269,1.4719911813736,0.91643518209457,0.56075382232666


================================================
FILE: demo/models/weights/bn2_w.csv
================================================
0.46289971470833,0.51928186416626,0.78771501779556,0.53347766399384,0.9536857008934,0.64860486984253,0.48281979560852,0.9791117310524,0.88736039400101,1.1846169233322,1.0537905693054,0.899782538414,0.51593822240829,1.1500371694565,0.47854951024055,0.7039321064949,0.8152779340744,0.48302263021469,0.36979311704636,0.95258498191833,0.51749616861343,0.32132509350777,0.63988190889359,0.57233673334122,0.69094729423523,0.3290843963623,0.92868906259537,0.85680437088013,0.37961915135384,0.71413743495941,0.54529535770416,0.7558718919754,0.48541316390038,0.67494297027588,0.75800395011902,0.62825304269791,1.1954672336578,0.52927440404892,0.64782285690308,0.82932215929031,0.56298941373825,0.81186884641647,0.37175965309143,0.28838357329369,0.57623636722565,0.65057849884033,0.92692965269089,0.89418423175812,0.72405070066452,0.59125030040741,0.44762709736824,1.3586481809616,0.7701364159584,0.48710387945175,0.71549737453461,0.96225905418396,0.26787430047989,1.0326782464981,0.48871824145317,0.77157992124557,0.2055492401123,0.58774054050446,0.40464851260185,0.44106850028038


================================================
FILE: demo/models/weights/bn3_b.csv
================================================
-0.12341623753309,-0.1621023863554,0.1095525175333,-0.082596853375435,-0.010711786337197,-0.030056312680244,0.10274704545736,-0.091882668435574,-0.29206255078316,0.048950526863337,0.055499967187643,-0.19417408108711,-0.10124208033085,0.12758584320545,-0.078371196985245,0.19459536671638,0.23423938453197,-0.17838305234909,0.035977829247713,-0.28481209278107,-0.12914542853832,-0.054914612323046,0.084976710379124,0.031597383320332,-0.13513098657131,-0.027436323463917,-0.19140800833702,-0.13466896116734,-0.045136328786612,-0.23216354846954,0.0029860401991755,-0.27134212851524,-0.16288737952709,-0.084798343479633,-0.04068186879158,0.099819906055927,0.0080843912437558,-0.074933961033821,-0.0067095109261572,-0.27914524078369,-0.079656690359116,-0.064319230616093,-0.15721152722836,0.063579991459846,0.11625660955906,-0.14844630658627,-0.17003108561039,-0.055205743759871,-0.20048074424267,-0.16768682003021,0.028117842972279,-0.017309356480837,0.046748861670494,0.034861896187067,0.045866280794144,0.03258116170764,-0.042485661804676,0.027770712971687,-0.072255320847034,-0.18500438332558,-0.015977386385202,-0.064025431871414,-0.024361453950405,0.09788029640913,0.24593152105808,-0.11818133294582,-0.054459385573864,-0.036572076380253,-0.07153145968914,0.15994997322559,-0.074726834893227,0.088963843882084,-0.010290953330696,-0.097258552908897,-0.045416783541441,-0.0030502690933645,-0.090664736926556,0.206821590662,-0.088149271905422,0.0018814699724317,-0.05259757861495,0.0021096174605191,0.014786224812269,-0.051307257264853,0.046760506927967,-0.086177848279476,0.01024625916034,-0.029519928619266,-0.1170731857419,0.048307664692402,-0.24825865030289,-0.029404781758785,0.083958372473717,0.016190739348531,-0.096461430191994,-0.15039156377316,-0.027923204004765,0.054065313190222,0.14436140656471,-0.083613984286785,0.052936144173145,0.12706790864468,0.17065133154392,-0.087563872337341,-0.12114392966032,-0.1274032741785,-0.19011408090591,-0.13234056532383,0.080799527466297,-0.024634152650833,-0.24056340754032,0.02134826220572,-0.013729826547205,0.032946076244116,-0.15211647748947,-0.0021280688233674,0.12012833356857,0.068303517997265,0.082015305757523,-0.10459163039923,-0.021285267546773,-0.033025596290827,-0.021540399640799,-0.087902799248695,-0.077522046864033,-0.29260545969009,-0.02204567566514,0.1513958722353,0.26075047254562,-0.078585974872112,-0.003180758561939,-0.059679336845875,0.025415576994419,0.016004979610443,0.11617939919233,-0.043596845120192,-0.18564707040787,-0.13221760094166,0.20116786658764,0.12504737079144,-0.074041739106178,0.011369307525456,-0.11934778094292,-0.044037770479918,-0.05756513774395,-0.23975858092308,0.38138830661774,-0.10871718078852,0.058026622980833,0.15284529328346,-0.19038914144039,-0.11680848896503,-0.0073987836949527,0.052424877882004,0.058183699846268,-0.16484931111336,0.13403929769993,-0.23594968020916,-0.022476291283965,-0.048729479312897,0.034686852246523,-0.039475038647652,-0.19390664994717,-0.008239540271461,0.12389782071114,-0.03880362957716,-0.0041207200847566,-0.0059072691947222,0.18679539859295,0.010226250626147,-0.04836068302393,0.079277873039246,-0.067362315952778,-0.082676947116852,0.030149513855577,-0.12352333217859,0.099850431084633,-0.041141591966152,0.046681925654411,0.091173484921455,-0.028085526078939,-0.14934514462948,-0.09858313947916,-0.010906065814197,0.011305330321193,-0.18588137626648,0.25415271520615,-0.054923012852669,-0.020550703629851,-0.09404406696558,-0.02193564735353,-0.20693063735962


================================================
FILE: demo/models/weights/bn3_m.csv
================================================
-1.1536684036255,-1.9523532390594,-1.5020362138748,-0.063393883407116,-1.462117433548,0.010816218331456,-0.68421298265457,-1.417459487915,0.57247805595398,-0.039303120225668,-0.44670322537422,-0.17474341392517,2.1427183151245,-1.3685826063156,-1.980367064476,-1.0569702386856,-2.251168012619,-1.2857540845871,-2.0625147819519,-0.67538726329803,-0.78472065925598,-0.2761501967907,-1.161184668541,-2.0661499500275,-0.16106675565243,-2.1521487236023,-0.52900338172913,0.71914100646973,-0.23648290336132,-1.3059916496277,-1.5798480510712,-1.4605760574341,-1.7840969562531,-1.2640612125397,1.0913393497467,-0.61779642105103,-0.58631879091263,-1.6231123209,-1.1888632774353,-1.0248662233353,0.68357276916504,-0.21479800343513,-0.6714671254158,-1.3721467256546,-0.086806014180183,-3.1008815765381,-0.46258124709129,-1.9124474525452,-0.90719926357269,-0.19198749959469,-0.92073452472687,-1.609207868576,-0.69022911787033,-1.2094328403473,-2.2703945636749,-1.0575741529465,-1.5246349573135,0.64514815807343,-0.45754298567772,-0.27480486035347,-2.4534616470337,-0.37781491875648,0.037131771445274,-0.72008955478668,-1.0348142385483,-0.40861767530441,-0.69698292016983,0.18234165012836,1.1246513128281,-0.20123954117298,-1.279935836792,-1.5685552358627,0.23137964308262,-3.3006038665771,-0.74115693569183,-0.016952428966761,-1.0719947814941,-0.27311995625496,-0.62652564048767,-0.065872713923454,-2.8460257053375,-1.0005323886871,-2.752956867218,-1.9039487838745,0.15125505626202,-2.6393384933472,-0.88312244415283,-1.6863716840744,0.76831406354904,0.38909333944321,-2.4502320289612,-0.89017033576965,-1.5174112319946,-2.4053301811218,-1.0093374252319,0.19980946183205,-1.4574704170227,-1.5542161464691,0.0052626812830567,-1.4067225456238,-0.58275365829468,-2.4091386795044,-1.4502874612808,-2.1001374721527,-2.3278014659882,-0.92701023817062,-0.69384050369263,-0.72461014986038,-0.57683557271957,-0.13151761889458,-0.83525007963181,-0.96515035629272,0.27898547053337,-0.65452516078949,-1.8629614114761,0.29182079434395,-0.26512876152992,-1.5823359489441,-2.9994015693665,-1.5957379341125,0.19313922524452,-0.72673630714417,0.045281834900379,0.2877739071846,-2.3318154811859,-1.8045524358749,-1.4323818683624,-1.5446407794952,-0.72799479961395,-2.0600769519806,0.2481455206871,-0.03216153010726,-1.6661422252655,-0.92152673006058,-0.54011213779449,-1.667732000351,1.2355985641479,0.31297689676285,-0.70568633079529,-2.4138956069946,-0.97591131925583,-1.3004331588745,0.26654177904129,-1.1112962961197,-1.3926423788071,-2.5772647857666,-2.5622062683105,-0.11437632143497,0.48834851384163,-0.57999867200851,-0.02166123688221,-0.59145134687424,-0.29662176966667,-1.6627867221832,0.065626256167889,-0.054417911916971,-1.6303926706314,-1.0178275108337,-2.0504369735718,0.91755813360214,-1.2312318086624,-0.12806932628155,-1.6446243524551,-1.8615434169769,-0.51386696100235,-1.0615795850754,-0.2718069255352,-1.0193560123444,-0.86303728818893,-1.5001329183578,-0.6423841714859,-0.70776903629303,0.7064483165741,-0.45949438214302,-1.3169265985489,-1.2570689916611,-1.1047667264938,-0.82738548517227,-0.4336442053318,-2.5112280845642,-1.2117466926575,-0.67119765281677,0.91219574213028,-0.53402233123779,-1.7342367172241,-2.3488733768463,-1.6126464605331,-0.57226151227951,-0.38862434029579,-0.90587610006332,-0.61668699979782,-0.039686508476734


================================================
FILE: demo/models/weights/bn3_v.csv
================================================
1.7175611257553,1.9166420698166,1.568371295929,0.78787225484848,0.75708502531052,2.6065425872803,0.70770025253296,2.3388938903809,2.5975711345673,0.09933166205883,1.8317190408707,0.76503306627274,3.0808317661285,3.1875941753387,1.1047735214233,1.2686288356781,1.7489566802979,1.1069284677505,1.3824479579926,2.1718580722809,0.66333532333374,1.0443133115768,1.6326107978821,1.4215010404587,0.46730822324753,2.135885477066,0.81295919418335,1.7287746667862,0.22309812903404,4.5084419250488,0.60763454437256,0.79284036159515,0.98645704984665,2.3778007030487,0.52262902259827,2.4360704421997,1.2717349529266,2.4333291053772,1.142703294754,2.4862082004547,0.9480949640274,1.4169827699661,0.73006165027618,1.7593319416046,1.2970397472382,1.5200548171997,2.1386754512787,1.4130506515503,2.4412176609039,1.8126488924026,1.1633919477463,1.0050278902054,2.2888333797455,1.0228219032288,2.3641846179962,2.3070294857025,1.058049082756,1.4189510345459,1.2885307073593,3.1131596565247,2.0582222938538,1.4993978738785,0.73075610399246,1.4677857160568,2.1801075935364,2.2115204334259,1.1229737997055,0.26930350065231,0.73395073413849,1.0958977937698,2.1252233982086,2.6656305789948,2.6486105918884,2.4822013378143,1.3146396875381,0.040427222847939,1.87209379673,1.9991406202316,1.2491745948792,2.2370603084564,2.3670945167542,0.50986570119858,2.5359439849854,1.7443251609802,0.067575611174107,2.3054988384247,4.1394748687744,1.8830313682556,0.53137731552124,1.4452494382858,2.0951910018921,0.74771279096603,0.84444034099579,0.98033398389816,2.072473526001,1.3399218320847,1.0729588270187,1.2269194126129,1.0431158542633,1.9771580696106,2.4938609600067,2.2448539733887,1.4105225801468,1.9895412921906,2.3599438667297,1.6269730329514,1.5650299787521,1.7866065502167,1.908939242363,0.42959746718407,1.7355710268021,1.2508875131607,0.045185137540102,1.0913846492767,0.92526096105576,0.86032545566559,2.0932166576385,0.85808044672012,2.4220645427704,1.2772450447083,2.0549023151398,0.78880792856216,0.22613330185413,0.86960446834564,1.3968586921692,0.82777953147888,2.792441368103,2.4911386966705,2.580995798111,1.2100346088409,0.72008222341537,1.5168496370316,1.4622558355331,1.9042148590088,0.87000715732574,0.96733713150024,1.3316900730133,0.24527068436146,2.5107021331787,2.0822358131409,1.3863732814789,1.7982275485992,0.61067342758179,0.9648015499115,1.6455297470093,1.9955991506577,1.6555389165878,1.2594382762909,1.1177839040756,0.6740819811821,0.65275758504868,0.97231191396713,1.6154823303223,1.8548934459686,1.444812297821,0.90013337135315,1.3348721265793,0.29263624548912,2.3182742595673,3.627667427063,0.38669526576996,2.1870188713074,2.8893976211548,1.1678688526154,2.5921199321747,1.2488893270493,0.037286233156919,1.2113702297211,0.72555202245712,1.8949148654938,1.4268157482147,2.4783086776733,1.2819888591766,0.3708863556385,1.9592479467392,0.30634209513664,2.2235043048859,0.90191864967346,2.1328172683716,1.320848107338,1.391504406929,0.41291630268097,1.5775030851364,1.7425222396851,1.9526720046997,1.7909250259399,2.3945543766022,1.4717508554459,1.2879935503006,0.96995967626572,0.35205262899399,2.0333337783813


================================================
FILE: demo/models/weights/bn3_w.csv
================================================
0.73083686828613,0.79051285982132,0.52403736114502,0.54971325397491,0.46692368388176,0.64487498998642,0.46544277667999,0.74704086780548,0.72994643449783,0.17910182476044,0.70219737291336,0.47506627440453,0.67938667535782,0.73469907045364,0.57119339704514,0.48786005377769,0.65711259841919,0.57093685865402,0.57779377698898,0.74994313716888,0.44298923015594,0.58153814077377,0.69434809684753,0.59168571233749,0.43943896889687,0.72525852918625,0.53430134057999,0.67642551660538,0.25886043906212,0.99045020341873,0.44725492596626,0.50560283660889,0.53264492750168,0.80993336439133,0.3861448764801,0.77376538515091,0.70367819070816,0.71504521369934,0.66084080934525,0.95400822162628,0.55109483003616,0.65150570869446,0.47547319531441,0.59297376871109,0.60286569595337,0.71700173616409,0.76674062013626,0.77785623073578,0.72257602214813,0.61907082796097,0.53286164999008,0.52352529764175,0.72855645418167,0.58553659915924,0.83615672588348,0.78233224153519,0.50069040060043,0.64905542135239,0.56629502773285,0.77177971601486,0.69350051879883,0.69336783885956,0.52319496870041,0.63156133890152,0.84355568885803,0.78959858417511,0.54811108112335,0.28159081935883,0.4220744073391,0.52758830785751,0.62716031074524,0.74330478906631,0.88220745325089,0.65883606672287,0.60353994369507,0.00038731476524845,0.74338757991791,0.65163373947144,0.58933687210083,0.68521946668625,0.92605775594711,0.46431663632393,0.75997978448868,0.73212325572968,0.13909389078617,0.81484824419022,0.92326951026917,0.69995141029358,0.39886981248856,0.55435544252396,0.71011716127396,0.52577686309814,0.55624759197235,0.58504110574722,0.69438940286636,0.6015220284462,0.59071844816208,0.59419655799866,0.53465008735657,0.72415071725845,0.80897116661072,0.70448505878448,0.63133996725082,0.73681688308716,0.69549643993378,0.62912672758102,0.66189414262772,0.76211678981781,0.63264071941376,0.35949075222015,0.81956434249878,0.59204506874084,0.0012136455625296,0.56376057863235,0.44588005542755,0.46723505854607,0.72479695081711,0.50885158777237,0.82571440935135,0.70486950874329,0.65416252613068,0.39983126521111,0.29819682240486,0.48583203554153,0.66299170255661,0.54969453811646,0.83010232448578,0.83126920461655,0.83788120746613,0.58449119329453,0.50225776433945,0.69787573814392,0.56136226654053,0.73081237077713,0.56368887424469,0.48960304260254,0.59167289733887,0.29584699869156,0.79715114831924,0.82592242956161,0.61457520723343,0.63601523637772,0.41398006677628,0.4968923330307,0.60534983873367,0.71869957447052,0.56006550788879,0.53442174196243,0.49172759056091,0.49718904495239,0.49736365675926,0.54580265283585,0.62386351823807,0.75241494178772,0.65991735458374,0.46754151582718,0.69754302501678,-0.38609656691551,0.66253370046616,0.80886095762253,0.36040696501732,0.65144950151443,0.71275407075882,0.60566532611847,0.75128847360611,0.72297006845474,0.00024012665380724,0.56075042486191,0.50403845310211,0.5898112654686,0.72003090381622,0.73579621315002,0.52060496807098,0.36122080683708,0.66785115003586,0.33890515565872,0.63660991191864,0.51812499761581,0.67601406574249,0.63689589500427,0.61064469814301,0.37028968334198,0.62142705917358,0.66936671733856,0.72010523080826,0.59503936767578,0.66229069232941,0.68886470794678,0.62226474285126,0.52819353342056,0.41512379050255,0.6598739027977


================================================
FILE: demo/models/weights/conv1_b.csv
================================================
0.074328526854515,-0.065004885196686,0.019731981679797,-0.03164541348815,0.049864161759615,0.047465652227402,-0.062683172523975,0.044972907751799,-0.052160520106554,-0.061761725693941,0.026369612663984,-0.039822615683079,-0.068707391619682,-0.01500777900219,0.0037273904308677,-0.079713813960552,-0.061279214918613,0.04724470898509,-0.038083475083113,-0.033448062837124,0.072166487574577,0.074771963059902,0.062958501279354,0.05848179012537,0.035750649869442,-0.03879077732563,-0.016048049554229,-0.074237160384655,-0.0094126453623176,0.021401401609182,-0.022872289642692,0.066308602690697,-0.010107176378369,-0.026371361687779,-0.0013930114218965,-0.019880436360836,-0.053244985640049,-0.070416107773781,-0.060996521264315,-0.060744825750589,-0.0069606914184988,0.071597412228584,-0.078255370259285,-0.033103004097939,-0.0062247235327959,-0.071545749902725,-0.040594644844532,0.00037237466312945,-0.00041961853276007,0.074371129274368,-0.0089184977114201,-0.041675519198179,-0.014405858702958,-0.0087056122720242,-0.058029491454363,0.057333994656801,-0.024412425234914,0.056605514138937,0.045557118952274,0.052151009440422,0.012688796035945,0.054515104740858,0.021538998931646,-0.028681868687272


================================================
FILE: demo/models/weights/conv1_w.csv
================================================
0.14905615150928,0.031193917617202,0.087538994848728,-0.0048082140274346,0.090928107500076,0.09634106606245,0.10956674069166,-0.11018923670053,-0.31468334794044,-0.048853199928999,-0.013813746161759,0.14975428581238,0.29530164599419,0.30408787727356,-0.19403567910194,-0.36350479722023,-0.18662293255329,-0.017460213974118,0.32215702533722,0.47175887227058,0.30038884282112,-0.23103508353233,-0.48606976866722,-0.30163124203682,-0.18937809765339,0.29647281765938,0.44496831297874,0.25724047422409,-0.088596411049366,-0.37889078259468,-0.31466627120972,-0.2261620759964,0.27207657694817,0.31963357329369,0.21498043835163,0.14410790801048,-0.18546105921268,-0.21680469810963,-0.30749198794365,0.066602237522602,0.21936982870102,0.10629890114069,0.051362086087465,-0.12568105757236,-0.15556263923645,-0.27701357007027,-0.045568805187941,0.065719090402126,0.0016564568504691,-0.0052929990924895,-0.20380568504333,0.028499867767096,-0.11944176256657,0.045257978141308,0.028040695935488,0.00013559334911406,-0.066015847027302,-0.29703989624977,-0.17927467823029,-0.05413481965661,0.19670224189758,0.27755528688431,0.19793352484703,-0.082570962607861,-0.36594390869141,-0.19922108948231,-0.062286246567965,0.34059458971024,0.46556115150452,0.38989698886871,-0.19656422734261,-0.53888750076294,-0.390042334795,-0.15871568024158,0.3113372027874,0.44437113404274,0.34095129370689,-0.12760353088379,-0.37246429920197,-0.38116320967674,-0.10814601927996,0.31799900531769,0.35136786103249,0.23292736709118,0.083502374589443,-0.21523816883564,-0.21479642391205,-0.15603759884834,0.11334025114775,0.20955723524094,0.18844918906689,0.13599665462971,-0.019048746675253,-0.11807867139578,-0.13542887568474,0.036349959671497,0.089174017310143,0.088122636079788,-0.098422199487686,-0.11039140820503,-0.091300494968891,-0.070526815950871,0.030238235369325,0.015886971727014,0.0086170211434364,-0.16189642250538,-0.39457678794861,-0.16361004114151,-0.19295673072338,0.026536662131548,0.03540850058198,0.11689411103725,-0.069579303264618,-0.2991578578949,-0.18874505162239,-0.11734523624182,0.26184660196304,0.32284206151962,0.19789437949657,-0.13702555000782,-0.38827610015869,-0.33720430731773,-0.18267393112183,0.27002304792404,0.25829964876175,0.15625470876694,-0.068497538566589,-0.32705917954445,-0.31333413720131,-0.11023267358541,0.12542542815208,0.40732061862946,0.29760614037514,0.17867931723595,-0.093138225376606,-0.14012832939625,-0.14785206317902,0.19995452463627,0.20245851576328,0.14660510420799,0.18390755355358,0.074928186833858,-0.028445310890675,-0.15719804167747,0.092734642326832,0.19267399609089,0.1187351718545,-0.13476811349392,-0.06525556743145,0.011765637435019,-0.15020227432251,-0.12164067476988,-0.035681329667568,-0.13809360563755,-0.24087375402451,-0.27190026640892,-0.22797259688377,-0.19518287479877,-0.31591042876244,-0.27030196785927,-0.25612205266953,0.07227098941803,0.05827659368515,0.13394647836685,0.078182935714722,0.14574889838696,0.08094660192728,0.14839486777782,-0.1365325152874,-0.096325151622295,-0.051371116191149,-0.070893093943596,-0.011030288413167,-0.074457809329033,-0.12276434153318,0.064470715820789,0.054543118923903,0.17753052711487,-0.017670191824436,0.078632846474648,0.13751217722893,0.2051447480917,0.18205559253693,0.20572030544281,0.12388627976179,0.12358802556992,0.14351862668991,0.26236236095428,0.27287703752518,0.18642418086529,0.23888657987118,0.33066838979721,0.23820774257183,0.24940645694733,0.2963328063488,0.28763690590858,-0.17282815277576,-0.217020586133,-0.29088419675827,-0.28843080997467,-0.25347471237183,-0.31224149465561,-0.24280391633511,-0.23086269199848,-0.25005730986595,-0.37466475367546,-0.33332177996635,-0.35029122233391,-0.38266825675964,-0.41279703378677,0.082750044763088,0.073555424809456,0.043399050831795,0.054306011646986,-0.033348988741636,0.0098859472200274,-0.034941639751196,-0.06055848300457,-0.011677042581141,0.0059812352992594,-0.11155635118484,-0.030870335176587,-0.072694860398769,-0.0146563667804,0.081652536988258,0.0094367433339357,0.16002714633942,0.09242944419384,0.06129253283143,0.13243290781975,0.039019197225571,0.20268324017525,0.18621069192886,0.20043689012527,0.18442822992802,0.13253444433212,0.18782587349415,0.19728410243988,0.19151206314564,0.19194227457047,0.26948317885399,0.3884209394455,0.20691430568695,0.20798267424107,0.11249867081642,-0.16664525866508,-0.23633868992329,-0.23080140352249,-0.31331732869148,-0.3494758605957,-0.25227093696594,-0.34245333075523,-0.22509831190109,-0.24884371459484,-0.24679039418697,-0.21741659939289,-0.28516262769699,-0.18200930953026,-0.31743827462196,0.067384958267212,0.018669338896871,0.079527296125889,0.012491213157773,-0.012118852697313,0.01641883701086,-0.06119953468442,-0.089370489120483,0.04717805609107,0.064916528761387,-0.066761314868927,0.03386190906167,-0.091145664453506,-0.12479279190302,0.068317241966724,0.070189364254475,0.10738018900156,0.1115547940135,0.0084565570577979,0.021208878606558,0.04801220446825,0.20437923073769,0.24046248197556,0.16187453269958,0.23161321878433,0.19984608888626,0.099000573158264,0.22739440202713,0.18639141321182,0.29997691512108,0.29417124390602,0.25304052233696,0.31775623559952,0.17844428122044,0.18386593461037,0.15142300724983,-0.1570411324501,-0.10541285574436,-0.19398914277554,-0.46109852194786,-0.25014591217041,-0.050219256430864,0.0058360202237964,-0.33377578854561,-0.2287905216217,-0.34529080986977,-0.47899848222733,-0.65925848484039,-0.36452394723892,0.11101693660021,-0.045465622097254,-0.16811865568161,-0.27970153093338,-0.1985197365284,-0.17178136110306,-0.13265334069729,-0.0046666995622218,0.18382026255131,0.065275602042675,-0.086208522319794,-0.14593361318111,0.11244206130505,0.21470659971237,-0.082311905920506,0.09816525131464,0.15922740101814,0.1631967574358,0.15317741036415,0.10703574866056,0.22515465319157,-0.11744917184114,-0.070891305804253,0.077130645513535,0.043525524437428,0.084418915212154,0.091644741594791,0.21115593612194,0.14557813107967,0.23588390648365,0.18838357925415,0.17170681059361,0.1129699125886,0.19378976523876,0.13839839398861,0.067460007965565,0.0010185375576839,0.081914864480495,0.15780931711197,-0.22721636295319,-0.048215270042419,0.13760101795197,0.25056341290474,-0.11258946359158,0.10373590886593,0.2688105404377,0.024244861677289,-0.19784189760685,0.041596841067076,0.29166778922081,0.13554607331753,0.098940454423428,0.14386437833309,0.16564467549324,0.18200308084488,0.07769899815321,0.063483372330666,0.22798663377762,0.22514301538467,-0.0043881633318961,0.036075282841921,0.19657051563263,0.25836738944054,-0.17240396142006,-0.11912428587675,-0.01498110126704,-0.06494652479887,0.057286307215691,0.076862275600433,0.066149182617664,-0.37721917033195,-0.28986003994942,-0.20537410676479,-0.11072700470686,-0.17507515847683,-0.23479478061199,-0.18303938210011,-0.21267247200012,-0.15372358262539,-0.12782250344753,-0.048776604235172,-0.11679219454527,-0.19194430112839,-0.15402676165104,0.1765765696764,-0.0094322115182877,0.17105583846569,0.19739609956741,-0.12356433272362,-0.092286452651024,0.17707538604736,0.34451580047607,0.099465928971767,0.30932161211967,0.30195823311806,0.099514923989773,-0.035879872739315,0.14849480986595,0.26017504930496,0.21091686189175,0.19572311639786,0.17322428524494,0.21176727116108,0.22795695066452,0.2325411438942,0.099157474935055,0.25688415765762,0.20953184366226,0.12445632368326,0.027565352618694,0.1850266456604,0.18905991315842,-0.21508698165417,-0.020008590072393,0.023769130930305,-0.040689814835787,-0.044174030423164,-0.095545768737793,0.062122572213411,-0.33689299225807,-0.19012112915516,-0.16640149056911,-0.1730725467205,-0.17446826398373,-0.17322406172752,-0.25190630555153,-0.11758634448051,-0.23711197078228,-0.14863553643227,-0.19982658326626,-0.24995851516724,-0.23807698488235,-0.25997915863991,0.012187165208161,0.04352880269289,0.067469976842403,-0.090362958610058,-0.076775915920734,-0.1004633679986,0.039443489164114,0.0077518271282315,0.1959048807621,0.22973687946796,0.41762462258339,0.47015345096588,0.26731058955193,0.23516575992107,-0.13159155845642,-0.010479457676411,0.14034171402454,0.23869897425175,0.25813972949982,0.16473554074764,0.17580491304398,-0.18045476078987,-0.29082369804382,-0.3958053290844,-0.313162535429,-0.021441876888275,-0.11150889098644,0.091004587709904,0.04545921087265,0.015040600672364,-0.22285450994968,-0.2907609641552,-0.3154304921627,-0.18717062473297,-0.15141899883747,0.15780101716518,0.22762995958328,0.20349691808224,0.14960466325283,-0.016343675553799,-0.28360760211945,-0.22458365559578,-0.096243984997272,-0.14942947030067,0.0015869960188866,0.063939355313778,0.068357899785042,-0.041770596057177,-0.18493419885635,0.011866398155689,-0.031048528850079,0.07883358746767,0.020409591495991,-0.0083118472248316,-0.048564132302999,-0.087552763521671,-0.11724513024092,0.037660840898752,0.082301996648312,0.16012328863144,0.22390481829643,0.0019257222302258,0.050267390906811,-0.13629241287708,-0.18271271884441,-0.11708148568869,0.05292833596468,0.087257854640484,0.15987910330296,0.011109728366137,-0.21040253341198,-0.44564107060432,-0.59875512123108,-0.42979243397713,-0.19226078689098,-0.13385789096355,-0.020781431347132,0.097222812473774,0.072897724807262,-0.12923122942448,-0.35456892848015,-0.38435274362564,-0.30289453268051,-0.13152787089348,0.28251442313194,0.39048182964325,0.33220872282982,0.20906905829906,-0.10234893858433,-0.082889102399349,-0.19348615407944,0.034212030470371,0.035824276506901,0.15348583459854,0.24526135623455,0.10571887344122,-0.00019051576964557,-0.0065982202067971,0.10950077325106,-0.021491246297956,0.0053558591753244,0.011986828409135,0.039534848183393,0.035472486168146,-0.021724993363023,-0.022381752729416,-0.10292647778988,0.0050361407920718,0.037986632436514,0.10732440650463,-0.0065876194275916,0.09547883272171,-0.064134486019611,-0.050895847380161,0.028558915480971,0.025916120037436,0.10117094963789,0.1318863928318,0.085891239345074,0.048997316509485,-0.32839414477348,-0.35265710949898,-0.37780946493149,-0.077274993062019,-0.034122239798307,0.055052500218153,0.21616058051586,0.080909445881844,-0.088039427995682,-0.19142591953278,-0.29643481969833,-0.16033481061459,-0.024160275235772,0.29644402861595,0.40316689014435,0.4813839495182,0.18183609843254,0.10344432294369,-0.059777539223433,0.017760511487722,0.019686559215188,0.0029703197069466,0.095463521778584,0.17914459109306,0.14268971979618,0.09679126739502,0.10341510921717,0.033443536609411,-0.099796645343304,-0.12072642147541,-0.17350491881371,-0.15424044430256,-0.079564586281776,0.11178261041641,0.11489970982075,-0.076173409819603,-0.069963283836842,-0.044362299144268,0.032454941421747,-0.061700321733952,-0.010080499574542,-0.13931262493134,-0.14975526928902,-0.17843762040138,-0.23268301784992,-0.13545897603035,-0.11307273060083,-0.066143691539764,-0.20561091601849,-0.3373703956604,-0.36908638477325,-0.18049812316895,0.064816400408745,0.084854163229465,-0.075449451804161,-0.0029030502773821,-0.16316092014313,-0.030028162524104,0.23749825358391,0.33734396100044,0.20926953852177,0.17178235948086,0.13941229879856,0.10436327755451,0.14257872104645,0.25610113143921,0.33328613638878,0.32301869988441,0.38287702202797,0.19331429898739,0.17701409757137,0.16561225056648,0.16623340547085,0.23598778247833,0.2556591629982,0.14919190108776,0.30922555923462,0.17896623909473,0.094003856182098,0.22709418833256,0.17123804986477,0.20359291136265,0.20139464735985,0.19938719272614,0.2430899143219,0.071068577468395,0.17178818583488,0.098729349672794,0.08953258395195,0.036132402718067,0.019882831722498,-0.16573552787304,-0.21345555782318,-0.23889991641045,-0.15575140714645,-0.15578424930573,-0.21291753649712,-0.21756814420223,-0.22885988652706,-0.41760095953941,-0.18374928832054,-0.11329447478056,-0.089207842946053,-0.3057442009449,-0.17766459286213,-0.11002556234598,-0.10840191692114,-0.056671764701605,0.014001759700477,-0.0092841712757945,-0.053969901055098,-0.05572446808219,-0.071451351046562,-0.043233171105385,0.05900976806879,0.027320679277182,-0.014207337982953,-0.067266047000885,0.065874263644218,-0.068496242165565,0.0015594570431858,-0.083560325205326,0.016285421326756,-0.054856471717358,-0.063684985041618,0.31690642237663,0.26007723808289,0.1422932446003,0.21449647843838,0.24873572587967,0.25536307692528,0.20718739926815,0.30472159385681,0.23113602399826,0.20041377842426,0.19280332326889,0.16453713178635,0.13372112810612,0.13816201686859,0.10132952779531,-0.096405915915966,-0.066385619342327,-0.19686061143875,0.013715895824134,-0.094742871820927,-0.024363266304135,-0.036748167127371,-0.25398311018944,-0.21731108427048,-0.12576657533646,-0.0075904093682766,0.024382535368204,-0.091708168387413,-0.13465531170368,-0.13948221504688,-0.078431785106659,0.088269658386707,0.10032629966736,0.040226981043816,-0.056273743510246,-0.018163332715631,-0.059563983231783,0.009767210111022,0.013160234317183,-0.0010250108316541,0.065278291702271,-0.11748847365379,-0.17146138846874,-0.039822779595852,-0.07001218944788,-0.055590357631445,-0.13595929741859,-0.10327650606632,-0.15326763689518,0.015356137417257,0.0036277244798839,-0.14094260334969,-0.09867425262928,-0.11480301618576,-0.030550867319107,-0.083588927984238,0.14562676846981,-0.22111517190933,-0.26856583356857,-0.11001944541931,-0.17691019177437,-0.11808052659035,-0.16666927933693,0.12812192738056,-0.13496981561184,-0.035880465060472,0.17695000767708,0.087982103228569,0.11047334969044,0.068400800228119,0.07885354757309,-0.054905530065298,-0.29731187224388,-0.21117013692856,-0.13297247886658,-0.08524189889431,-0.11520931124687,0.096122913062572,-0.0145263960585,-0.061306469142437,-0.12406332045794,0.064164474606514,0.010329032316804,-0.12813828885555,-0.043036587536335,0.03769289702177,0.087106637656689,0.085708387196064,0.11809961497784,0.10616804659367,0.11381128430367,0.15099112689495,0.15281736850739,0.25296303629875,0.22540526092052,0.24313506484032,0.13736802339554,0.24503420293331,0.12860530614853,-0.0019496099557728,-0.027899619191885,0.010376963764429,0.017264567315578,0.0035548987798393,-0.063769839704037,0.18310023844242,-0.2613637149334,-0.37921315431595,-0.17749537527561,-0.12578012049198,-0.11767383664846,-0.048820424824953,0.13652189075947,-0.28370544314384,-0.30894008278847,-0.10316236317158,-0.14120478928089,-0.1472819596529,-0.096377283334732,0.20674751698971,-0.099803194403648,-0.25124749541283,-0.16155014932156,-0.2097470164299,-0.12268613278866,-0.28552716970444,0.034339305013418,-0.058882649987936,-0.14979882538319,-0.25081780552864,-0.25279489159584,-0.12840300798416,-0.26860958337784,-0.05050040781498,-0.012289527803659,-0.020137188956141,-0.12462419271469,-0.17853702604771,-0.1578226685524,-0.051028117537498,-0.025351254269481,-0.056712608784437,0.027792554348707,0.026310138404369,0.085203319787979,-0.041035056114197,0.081653341650963,0.24913695454597,0.18594574928284,0.0057568843476474,0.15076804161072,0.024025317281485,0.19014732539654,0.053051758557558,0.18230693042278,-0.017674727365375,-0.11638135462999,-0.051674913614988,0.035433366894722,0.033252343535423,-0.012926370836794,0.21010880172253,-0.10749259591103,-0.18048185110092,0.088476374745369,0.040246140211821,-0.093549750745296,0.043018411844969,0.36757674813271,0.1623212993145,-0.10921706259251,0.019367389380932,0.11988114565611,0.039658010005951,-0.069916129112244,0.15690195560455,0.13651019334793,-0.15083584189415,-0.09943875670433,-0.10332425683737,-0.10180652141571,-0.15193101763725,-0.036873299628496,0.0272710416466,-0.015364655293524,-0.037078712135553,-0.092982828617096,-0.087562210857868,-0.029438501223922,-0.074916884303093,-0.093917585909367,-0.086761772632599,0.0067076939158142,-0.070971764624119,-0.062382817268372,0.047555804252625,0.035506624728441,-0.058455437421799,0.015310259535909,0.063466846942902,-0.043388824909925,-0.048039216548204,0.012720388360322,-0.011787936091423,-7.2917609941214e-05,-0.020556129515171,-0.02431270852685,-0.048868253827095,0.028025604784489,-0.060729064047337,-0.067872062325478,0.066039644181728,-0.01798670552671,0.053189981728792,-0.0086137726902962,-0.040450200438499,0.0801837220788,0.0084796911105514,0.035736277699471,-0.070061735808849,0.02234423160553,0.05197362229228,-0.054354142397642,-0.054090727120638,-0.0049213166348636,0.076830342411995,-0.017991749569774,0.0076400581747293,0.076728746294975,0.021713517606258,-0.0027880545239896,0.032256513834,0.063278958201408,-0.0032248250208795,0.028602194041014,0.036119926720858,0.068258658051491,-0.0077285687439144,-0.075383260846138,0.057977560907602,0.073823861777782,0.077704161405563,0.07787612080574,-0.019039332866669,-0.051595386117697,-0.073412820696831,-0.069131404161453,0.02620199508965,-0.028118776157498,-0.018096283078194,0.016899943351746,-0.062885947525501,0.0059542846865952,-0.030570978298783,-0.0094443764537573,-0.034129820764065,0.068232089281082,0.050439972430468,0.011591431684792,-0.040460459887981,0.072840891778469,-0.07311437278986,0.012805107980967,-0.019535828381777,-0.051616657525301,0.071065910160542,0.081598930060863,-0.077497631311417,0.082690246403217,-0.080257222056389,-0.0081897210329771,-0.060790035873652,0.044464163482189,-0.03073369897902,0.024693325161934,0.03713820502162,-0.050482612103224,-0.0077802529558539,0.016276385635138,-0.057097144424915,0.029754225164652,-0.07500983029604,0.017382549121976,0.0030146548524499,0.0095771234482527,-0.03730046749115,0.019345104694366,0.058834992349148,0.037419676780701,-0.028190651908517,0.045633178204298,0.07781346142292,-0.065684497356415,-0.075137719511986,0.070785768330097,-0.037011500447989,-0.0061769313178957,0.023787155747414,0.035319820046425,-0.0065992060117424,-0.015253045596182,-0.0045817312784493,-0.072911605238914,0.0018077426357195,0.027639141306281,0.050583519041538,-0.022256938740611,-0.059206064790487,0.010147954337299,-0.026669537648559,-0.037651136517525,0.034521788358688,-0.048235859721899,-0.025555219501257,-0.033082216978073,0.071300536394119,0.056886371225119,0.070011116564274,0.069974683225155,0.027760872617364,0.080309852957726,0.048645183444023,-0.011439406313002,-0.015655526891351,0.046068165451288,0.029221329838037,-0.052381969988346,-0.074298664927483,0.043849363923073,0.046750493347645,-0.010385637171566,-0.036840628832579,0.058027893304825,-0.0086316354572773,-0.045991409569979,0.011008431203663,0.056423339992762,-0.015832303091884,-0.068995893001556,0.0082677733153105,0.058540169149637,0.037624847143888,-0.0093240616843104,0.089150458574295,0.0073200589977205,0.15296760201454,0.12037403136492,0.18023857474327,0.061188910156488,-0.036997310817242,0.28765600919724,0.16222313046455,0.094683036208153,0.12845049798489,0.10590264201164,0.10310523211956,0.19063173234463,0.12697903811932,0.14612552523613,0.053544037044048,-0.10141775757074,-0.1881602704525,-0.024710079655051,0.12169932574034,-0.19856776297092,-0.27202370762825,-0.1416484862566,-0.19699576497078,-0.35993781685829,-0.03429039567709,0.11194752901793,-0.19988287985325,-0.10283374041319,0.063824661076069,0.17133478820324,-0.048800390213728,0.037211075425148,0.11137165874243,-0.12874917685986,-0.078699789941311,0.13316333293915,-0.0017430608859286,-0.093999996781349,-0.20104628801346,-0.032779954373837,-0.06067006289959,-0.090509489178658,-0.09727443754673,-0.01635304838419,-0.034746110439301,-0.20241835713387,-0.06204330176115,-0.19217902421951,-0.17541170120239,-0.10161500424147,-0.075314410030842,-0.021601192653179,-0.065701477229595,-0.028819242492318,0.060203265398741,-0.03831572830677,-0.12071647495031,-0.062475487589836,-0.18637931346893,-0.1755358427763,-0.15766823291779,-0.016064496710896,-0.097222670912743,-0.16498650610447,-0.25949141383171,-0.40169671177864,-0.33908638358116,-0.10444113612175,-0.10572044551373,-0.30864936113358,-0.030822036787868,-0.20716395974159,-0.29905503988266,-0.081385634839535,0.055480074137449,-0.27803733944893,-0.082437105476856,0.1581004858017,0.22689792513847,0.065293364226818,0.014746893197298,0.21281954646111,-0.068547651171684,-0.0069258674047887,0.17163434624672,0.074713051319122,-0.071829535067081,-0.057864144444466,0.065114051103592,0.054136078804731,-0.043728396296501,0.015196815133095,-0.0078719099983573,-0.093903958797455,-0.14029766619205,0.02831419557333,0.027450352907181,-0.063089907169342,0.040917091071606,0.024621292948723,-0.034733559936285,-0.052882086485624,-0.00035925750853494,0.083670645952225,0.023786395788193,-0.0905542075634,-0.08865587413311,-0.035915903747082,-0.058326285332441,-0.090584866702557,0.076949439942837,0.019083278253675,-0.087561637163162,-0.030485462397337,-0.22428160905838,-0.22007022798061,0.018728299066424,-0.038541864603758,-0.041942663490772,0.1512830555439,0.017821991816163,-0.058688051998615,-0.017694115638733,0.097113080322742,-0.12253310531378,-0.00099632586352527,0.35034075379372,0.34948322176933,0.17004466056824,0.077025219798088,0.20581783354282,-0.048528332263231,0.16683115065098,0.33676895499229,0.14908580482006,0.10349278151989,-0.071294859051704,0.10967643558979,0.097670406103134,0.072492800652981,0.030568396672606,0.001005343394354,-0.037059724330902,-0.082603558897972,0.029522649943829,0.062662750482559,0.035353407263756,0.047418173402548,-0.081693671643734,-0.060817860066891,-0.18209022283554,0.028886217623949,-0.012293167412281,-0.045812778174877,0.10303875803947,0.09775560349226,0.087852440774441,-0.039730254560709,-0.040084533393383,-0.14713522791862,-0.019765650853515,0.10368195176125,0.28554275631905,0.19882589578629,0.16427531838417,0.039660580456257,-0.33028820157051,-0.3514184653759,-0.20127695798874,0.047717206180096,0.30517283082008,0.19324813783169,0.18803918361664,-0.092955060303211,-0.35532313585281,-0.53145432472229,-0.44141221046448,-0.17697948217392,0.062724195420742,0.19660709798336,0.25896400213242,0.14360500872135,-0.079609833657742,-0.41968095302582,-0.37406805157661,-0.10331792384386,0.025622477754951,0.21877883374691,0.30935433506966,0.37632635235786,0.15146096050739,0.03939363360405,-0.047487802803516,-0.048963222652674,0.21075926721096,0.025306506082416,0.082316480576992,0.045220229774714,-0.1396991610527,-0.096984595060349,0.013724442571402,0.059669051319361,0.062359862029552,0.17160081863403,0.18241919577122,0.098990835249424,0.043232541531324,0.0098122330382466,-0.0081746559590101,-0.013202920556068,0.2334102243185,0.2195071130991,0.34121516346931,0.18717114627361,0.078641340136528,-0.3252617418766,-0.29078203439713,-0.089507281780243,0.0073034027591348,0.1805227547884,0.1707347035408,0.19372117519379,-0.18394963443279,-0.38284689188004,-0.58575689792633,-0.42620998620987,-0.18518853187561,-0.039924461394548,0.04055830091238,0.23263078927994,0.10141952335835,-0.15922549366951,-0.4898187816143,-0.45236793160439,-0.26371884346008,-0.025714697316289,0.24271202087402,0.30010849237442,0.33380854129791,0.20754016935825,-0.0083861323073506,-0.029345273971558,-0.013860911130905,0.049857396632433,0.084490925073624,-0.0564369186759,0.020772416144609,-0.15121531486511,-0.086999870836735,0.028692429885268,0.031029282137752,0.12190011888742,0.12157379090786,0.086018428206444,0.045902736485004,-0.10065075010061,-0.071532532572746,-0.07646219432354,0.023882692679763,0.1693316847086,0.29566010832787,0.28689137101173,0.054853443056345,-0.026457885280252,-0.22950959205627,-0.22158947587013,-0.17728811502457,0.081367075443268,0.28112736344337,0.19996675848961,0.18160270154476,-0.0072606657631695,-0.30493327975273,-0.52149873971939,-0.38885352015495,-0.036203064024448,0.078517466783524,0.033285293728113,0.21657258272171,0.15794418752193,-0.16542656719685,-0.39454817771912,-0.40537869930267,-0.22759604454041,-0.10201442241669,0.21249768137932,0.34192278981209,0.26915058493614,0.14827090501785,0.054656986147165,0.01545734424144,0.029036393389106,0.042042419314384,-0.0032554725185037,0.12698964774609,0.077959254384041,0.1121768206358,0.053209666162729,0.026646073907614,-0.067952699959278,0.073300503194332,0.043424151837826,0.040739823132753,0.019353304058313,0.033719003200531,0.067590437829494,0.074906677007675,0.037954494357109,0.10754606127739,0.078257225453854,-0.04391760379076,0.0080725401639938,0.04070533066988,-0.12883248925209,-0.036441762000322,0.0028892648406327,0.048163998872042,0.036750879138708,-0.053636200726032,0.095316857099533,-0.045400865375996,0.10680546611547,0.11704064905643,0.063484825193882,0.17683792114258,0.077927120029926,0.051153607666492,-0.069985032081604,0.040291544049978,0.1835253238678,0.1119367852807,0.17185224592686,0.096230745315552,0.10702367872,0.029118709266186,-0.013942508026958,0.067423284053802,0.045104384422302,0.12115027755499,0.036565084010363,0.038441848009825,-0.051241487264633,0.034085284918547,0.032595463097095,-0.053784407675266,0.061716910451651,-0.0046481043100357,0.062430374324322,-0.045981887727976,-0.10455089062452,-0.12482790648937,-0.13042439520359,-0.069150544703007,-0.089536100625992,-0.1400111168623,-0.042851660400629,-0.088507883250713,-0.11007709056139,-0.11298140883446,-0.076010726392269,-0.036045119166374,-0.054158695042133,-0.070104755461216,-0.19253799319267,-0.20243684947491,-0.24197462201118,-0.1668407022953,-0.13446758687496,0.034417513757944,-0.054096158593893,0.0033091406803578,-0.037482518702745,0.067163214087486,-0.022099340334535,0.069499500095844,0.050456054508686,0.0060181482695043,0.11673539876938,0.085310518741608,0.050439484417439,0.20227798819542,0.0612513422966,0.17068527638912,0.088216848671436,0.054975718259811,0.073358349502087,0.10377185791731,0.15738973021507,0.031039861962199,0.17911358177662,0.054806411266327,-0.044813506305218,-0.037712480872869,0.03985958173871,-0.03737299144268,-0.038850657641888,-0.047676667571068,-0.024130083620548,-0.1428287178278,-0.0094011416658759,-0.18346560001373,-0.14534839987755,-0.20442943274975,-0.01553849875927,-0.039932303130627,-0.15559107065201,-0.14546799659729,-0.11048308759928,-0.10222359001637,-0.11532949656248,-0.060868974775076,-0.15318924188614,-0.17063562572002,-0.13364416360855,-0.290761500597,-0.1439548432827,-0.20148611068726,-0.069735698401928,-0.012827603146434,-0.12889635562897,-0.0050363782793283,0.042787276208401,-0.053116880357265,-0.056726582348347,0.087824977934361,0.049295179545879,0.046934358775616,-0.023220056667924,0.076858848333359,0.1535327732563,0.087458908557892,0.10070016235113,0.068273343145847,-0.015615510754287,0.097423240542412,0.14267514646053,0.11432635039091,0.034502696245909,0.051710095256567,-0.010109007358551,-0.21097533404827,-0.19926461577415,-0.24276024103165,-0.038165591657162,0.026694694533944,-0.086579754948616,0.208675339818,0.087809666991234,0.095169492065907,0.29645043611526,0.61206078529358,0.54963850975037,0.23547305166721,-0.088319942355156,-0.14471855759621,-0.055635653436184,0.18691889941692,0.46893531084061,0.21859474480152,0.046470500528812,-0.077097676694393,-0.2475793659687,-0.11705096065998,0.10979384928942,0.14865562319756,0.064065173268318,-0.22567307949066,-0.12536364793777,-0.10487083345652,-0.0058939992450178,0.030226355418563,0.10692112147808,-0.060688890516758,-0.19498364627361,-0.079235911369324,-0.09680213779211,0.014076121151447,0.001382208080031,-0.048472944647074,-0.13377618789673,-0.22017322480679,-0.069595187902451,-0.1581721752882,0.0081167723983526,-0.24306188523769,-0.35577827692032,-0.357720464468,-0.21469956636429,0.0077400277368724,-0.15153424441814,-0.19217945635319,-0.24428875744343,0.072138510644436,0.19641396403313,0.0071948375552893,-0.022269798442721,-0.21492491662502,-0.18405015766621,0.021812301129103,0.45131185650826,0.27432835102081,0.032032944262028,-0.10914901643991,-0.15494459867477,-0.1431577205658,0.20154041051865,0.39514628052711,0.12684048712254,-0.092903554439545,-0.040504839271307,-0.088516674935818,0.07946752011776,0.26105260848999,0.41832533478737,0.16219289600849,-0.071218051016331,-0.038554403930902,0.0085242865607142,0.25073075294495,0.32558158040047,0.32961452007294,0.23339447379112,0.023332195356488,0.11895767599344,0.11208052933216,0.30079048871994,0.17598602175713,0.23511610925198,0.13007971644402,0.024828871712089,0.18669931590557,0.1297470331192,0.17735612392426,0.037626758217812,0.024171873927116,-0.055385742336512,-0.082022443413734,0.091305077075958,0.028107713907957,-0.15803143382072,-0.20852920413017,0.020296769216657,0.096901148557663,0.001426701201126,-0.10791554301977,-0.28671333193779,-0.31801456212997,-0.10670414566994,0.12859889864922,-0.025725100189447,-0.26296281814575,-0.14760878682137,-0.30213990807533,-0.28582715988159,0.055542044341564,0.096499919891357,-0.10599885135889,-0.23910397291183,-0.13146322965622,-0.27078124880791,-0.10262285172939,0.096260204911232,0.10347928106785,-0.013051014393568,-0.23730818927288,-0.00092458812287077,-0.063992023468018,0.087145775556564,0.14656609296799,0.1128841266036,0.065070860087872,-0.015007939189672,0.078164152801037,0.12933817505836,0.22004967927933,0.070983439683914,0.082740597426891,0.097781307995319,0.023448767140508,0.1081925407052,0.13818655908108,0.13758915662766,-0.015220999717712,-0.084017157554626,-0.088175855576992,-0.10713617503643,-0.031558956950903,-0.0032945654820651,0.016483847051859,0.11274788528681,0.046197645366192,0.05466190725565,-0.064444482326508,0.073510035872459,0.19666366279125,0.22103853523731,0.35661488771439,0.17538285255432,0.24330693483353,0.18369181454182,-0.14535185694695,-0.13680402934551,-0.21675199270248,-0.26249077916145,-0.28496563434601,-0.18519966304302,-0.097977302968502,-0.15905909240246,-0.26604720950127,-0.40597224235535,-0.5066784620285,-0.48259425163269,-0.20787672698498,-0.11721477657557,-0.077422544360161,0.028718506917357,-0.14496250450611,-0.045799974352121,0.015568536706269,0.0083273211494088,0.043426029384136,0.12341371923685,0.20804533362389,0.040807113051414,0.15183740854263,0.046861566603184,0.050953786820173,0.071254327893257,-0.0050486586987972,0.085187964141369,-0.041368674486876,0.087541162967682,0.063080385327339,-0.093350447714329,0.028740409761667,-0.056979306042194,-0.012149184010923,0.0062031303532422,0.018065258860588,-0.074533835053444,-0.059141885489225,-0.12495556473732,0.057082314044237,0.1430234760046,0.30516225099564,0.19264920055866,0.22249291837215,0.10917867720127,0.12528936564922,-0.099852338433266,-0.26592507958412,-0.21198606491089,-0.192707285285,-0.18254005908966,-0.17886127531528,-0.19284975528717,0.04488468170166,-0.14079904556274,-0.27040073275566,-0.40184050798416,-0.23111800849438,-0.14968644082546,-0.068568639457226,0.009409966878593,0.095226295292377,0.039903827011585,0.082738064229488,0.16542750597,0.0060489065945148,0.14128053188324,0.18938045203686,0.19800923764706,0.11904264986515,0.1956711858511,0.24460102617741,0.089974999427795,0.12841746211052,0.021590139716864,0.016720209270716,4.2813015170395e-05,0.084161654114723,0.056765269488096,-0.071618519723415,0.069525115191936,-0.06868340075016,0.010330632328987,-0.018425455316901,-0.001958170440048,-0.023559840396047,-0.09149532020092,-0.16965517401695,0.047190807759762,0.11559899896383,0.24436300992966,0.21131956577301,0.15394788980484,0.043931286782026,-0.037747416645288,0.0079207960516214,-0.089737795293331,-0.21269078552723,-0.30438786745071,-0.23457619547844,-0.1182721182704,-0.094722472131252,-0.01113336160779,-0.12709879875183,-0.21033558249474,-0.21446917951107,-0.21912643313408,-0.027511218562722,-0.054588463157415,0.035257987678051,0.086611144244671,0.068049766123295,0.066026084125042,0.10043239593506,0.01132352091372,0.014607819728553,-0.0013161674141884,0.09199471026659,0.11327297985554,0.20362684130669,0.16738791763783,0.12373717874289,0.080768972635269,-0.050153627991676,-0.15235559642315,0.012511354871094,-0.086655922234058,-0.033059380948544,-0.071294151246548,-0.090688534080982,0.047662690281868,0.13267393410206,-0.013917408883572,-0.067875325679779,-0.13619171082973,-0.20331919193268,-0.022876866161823,0.28784707188606,0.13169531524181,-0.079568415880203,-0.48164129257202,-0.54167342185974,-0.35660621523857,0.031762558966875,0.24353975057602,0.2211896777153,-0.13197587430477,-0.65910297632217,-0.59933984279633,-0.0074152695015073,0.44284436106682,0.08855913579464,-0.068501509726048,-0.30479541420937,-0.60571253299713,-0.19360506534576,0.45965364575386,0.5736055970192,-0.017372313886881,-0.0065073915757239,-0.26926550269127,-0.36859157681465,0.021207129582763,0.46311986446381,0.35705950856209,0.04974003508687,0.015943670645356,-0.15131482481956,-0.18100090324879,0.17406965792179,0.37102365493774,0.088716723024845,0.12647679448128,0.20495535433292,0.029056733474135,0.1163719072938,0.14635743200779,0.13413807749748,-0.07008620351553,0.13049481809139,0.1716536283493,0.14391599595547,0.013953329995275,-0.10289460420609,-0.066683806478977,-0.016978360712528,0.29704689979553,0.18078468739986,0.075119942426682,-0.38353779911995,-0.41002494096756,-0.28429886698723,0.15795919299126,0.25307020545006,0.16361759603024,-0.14081829786301,-0.63368356227875,-0.44098451733589,0.052936445921659,0.52801597118378,0.22603386640549,0.0022140522487462,-0.24713836610317,-0.56404566764832,-0.30465906858444,0.38390558958054,0.64970898628235,0.072014272212982,-0.092969961464405,-0.37792122364044,-0.52041518688202,-0.033190473914146,0.41206365823746,0.28310093283653,-0.037400022149086,-0.11214523762465,-0.24546600878239,-0.21394273638725,0.21525508165359,0.32559168338776,0.069426044821739,-0.031527031213045,-0.034732729196548,-0.0023696573916823,0.11138514429331,0.16490165889263,0.095652364194393,-0.12244678288698,-0.022408440709114,0.041679158806801,0.053015805780888,0.14293932914734,-0.033665124326944,-0.036859795451164,-0.073073886334896,0.12594735622406,0.17858992516994,0.089913599193096,-0.22721727192402,-0.41563710570335,-0.16570714116096,0.1059605255723,0.18561801314354,0.20170137286186,-0.055949486792088,-0.45801809430122,-0.43740287423134,0.073897965252399,0.48614984750748,0.21319891512394,-0.0072550452314317,-0.22603712975979,-0.50659239292145,-0.15355987846851,0.30825489759445,0.45144084095955,0.05346417799592,-0.044811930507421,-0.24124051630497,-0.3492543399334,0.014515481889248,0.4219551384449,0.18793043494225,-0.031798128038645,-0.058761354535818,-0.24946640431881,-0.14033415913582,0.15553818643093,0.28524443507195,-0.020035520195961,-0.066251307725906,-0.10973510146141,-0.10703936964273,0.026040589436889,0.07560221105814,0.076348476111889,-0.13931502401829,-0.09487297385931,-0.049190066754818,-0.058129411190748,-0.087632887065411,0.036605201661587,-0.10103166103363,-0.077813372015953,0.084450721740723,0.25193846225739,0.20479981601238,0.2307928353548,0.35748174786568,0.071367643773556,0.13379131257534,0.071812577545643,0.24038074910641,0.23369640111923,0.23707562685013,0.27676445245743,0.15487882494926,0.078270435333252,0.058135960251093,0.17430692911148,0.20315577089787,0.25459119677544,0.34096330404282,0.1759479790926,0.13224855065346,-0.13499203324318,0.064838744699955,0.13055130839348,0.17682832479477,0.006724395789206,-0.058213587850332,-0.23278799653053,-0.25755554437637,-0.20274902880192,-0.27719923853874,-0.44133976101875,-0.53289878368378,-0.47083777189255,-0.34343615174294,-0.25433996319771,-0.1091630011797,-0.29051759839058,-0.3731601536274,-0.33307227492332,-0.33638155460358,-0.19401685893536,-0.069896936416626,-0.054064068943262,-0.050313968211412,-0.037790827453136,-0.056751854717731,-0.034667454659939,-0.057448610663414,0.0060454243794084,0.020536033436656,0.10015035420656,0.042836617678404,0.19764399528503,0.025059696286917,0.1074621155858,0.080292910337448,0.15999360382557,0.12704154849052,0.086221426725388,0.24593988060951,0.18379081785679,0.10798328369856,0.17942127585411,0.3990541100502,0.38914355635643,0.32598388195038,0.41917085647583,0.30705994367599,0.18002152442932,0.083819657564163,0.29106685519218,0.27169266343117,0.18456190824509,0.28009423613548,0.052168041467667,0.040076207369566,0.015216210857034,0.025483034551144,-0.18256229162216,-0.25076076388359,-0.28554221987724,-0.32332110404968,-0.12931105494499,0.10269782692194,0.13730750977993,0.086314640939236,-0.043088767677546,-0.010938692837954,-0.016037359833717,0.10164718329906,-0.049347143620253,-0.081668756902218,-0.07029315829277,-0.10866516828537,-0.045619636774063,-0.050368625670671,0.012037435546517,-0.3045888543129,-0.22551353275776,-0.25949901342392,-0.39758226275444,-0.1620626449585,-0.23050336539745,-0.17430891096592,-0.10612300038338,-0.25236535072327,-0.18356481194496,-0.28809675574303,-0.23778386414051,-0.20243225991726,0.0059516932815313,0.0089865131303668,0.036263942718506,-0.065459914505482,0.095727041363716,-0.019221663475037,0.13680796325207,0.062343120574951,-0.044118076562881,0.0051021883264184,0.038244646042585,0.072243049740791,-0.013762499205768,-0.0091934259980917,-0.0519366748631,-0.032344721257687,-0.037432257086039,-0.22836798429489,-0.34702217578888,-0.33374950289726,-0.16509431600571,-0.1177938953042,0.15241418778896,0.20637348294258,0.11997511982918,-0.014689152128994,0.06164375692606,0.28297141194344,0.25663706660271,0.00045290816342458,-0.0099354963749647,-0.044837303459644,0.0060762092471123,-0.11012866348028,-0.03925297036767,-0.023875139653683,-0.22843091189861,-0.40925619006157,-0.56773149967194,-0.5961109995842,-0.58936458826065,-0.50810724496841,-0.49486353993416,-0.096997454762459,-0.26098290085793,-0.35833740234375,-0.24035277962685,-0.26801234483719,-0.040056150406599,-0.075595289468765,-0.20529580116272,-0.10173893719912,-0.18326398730278,-0.022057080641389,0.0059497663751245,-0.02019358240068,0.032062046229839,0.20334586501122,0.15326200425625,0.31249070167542,0.40158912539482,0.33428171277046,0.33513140678406,0.32658305764198,0.27290111780167,0.25496160984039,0.30947887897491,0.32276087999344,0.41232416033745,0.36306947469711,0.3487676680088,0.15972501039505,0.18913273513317,0.25260534882545,0.30231192708015,0.24637690186501,0.19498251378536,0.18465586006641,0.076817117631435,0.0096192630007863,-0.027857013046741,-0.025158040225506,-0.15169452130795,0.017048131674528,-0.074375122785568,-0.35870349407196,-0.50369220972061,-0.51692295074463,-0.63095837831497,-0.51408815383911,-0.44540372490883,-0.31268635392189,-0.16210050880909,-0.39173752069473,-0.39480328559875,-0.2966645359993,-0.32245510816574,-0.19352434575558,-0.096965603530407,-0.17780776321888,-0.14980711042881,-0.074220962822437,-0.08521506935358,0.061988081783056,0.059936605393887,-0.040016695857048,0.11092205345631,0.10157719999552,0.20581981539726,0.38965305685997,0.38909906148911,0.3445993065834,0.22465682029724,0.19661897420883,0.19651797413826,0.27117046713829,0.27951350808144,0.32001087069511,0.33497977256775,0.20700752735138,-0.0027263918891549,0.072232075035572,0.087813280522823,0.24595455825329,0.23452985286713,0.11365515738726,0.089261777698994,0.094260513782501,0.12454131245613,0.15694496035576,0.14554737508297,0.012089880183339,-0.0070332405157387,0.003125618211925,-0.24075065553188,-0.2736120223999,-0.35908186435699,-0.28246465325356,-0.22824004292488,-0.31007066369057,-0.13239097595215,-0.11608611792326,-0.18226666748524,-0.30054268240929,-0.27507904171944,-0.14107002317905,-0.1618589758873,-0.050259150564671,-0.14265778660774,-0.091123573482037,-0.033222246915102,0.11235850304365,0.15223342180252,0.17877405881882,0.1236867159605,0.093293115496635,0.14544002711773,0.1746174544096,0.31740581989288,0.29434990882874,0.3563868701458,0.2779144346714,0.040834356099367,0.070527151226997,0.21251478791237,0.32725250720978,0.25208166241646,0.28661766648293,0.21723529696465,-0.054667972028255,-0.021834716200829,0.069060698151588,0.084450051188469,0.028971424326301,-0.015092752873898,-0.040506720542908,-0.016812704503536,-0.037367381155491,0.060935154557228,0.0083802752196789,0.14154393970966,0.05122796818614,0.041431527584791,0.026934826746583,0.0066662416793406,0.094733752310276,0.091235443949699,0.10494935512543,0.059498872607946,-0.032142840325832,-0.0064795599319041,-0.00057093251962215,0.078705087304115,-0.042900588363409,-0.036207102239132,-0.0025183714460582,-0.028215397149324,0.11319645494223,0.091049514710903,0.014732035808265,-0.076612889766693,-0.067795008420944,0.0575843565166,0.015847824513912,0.032151453197002,0.085734248161316,0.058421060442924,0.078830480575562,0.084424339234829,0.065459452569485,0.078990757465363,0.06720207631588,-0.067839577794075,-0.0410629324615,0.016603397205472,0.064345210790634,0.0057099321857095,-0.026920847594738,0.067132771015167,0.075396455824375,0.072728499770164,-0.058496501296759,-0.034766368567944,-0.064733944833279,0.086548991501331,0.017013939097524,-0.05152203142643,-0.097928144037724,-0.0016147124115378,-0.011726144701242,-0.0024229234550148,-0.021825006231666,-0.037891492247581,-0.067298978567123,-0.038630604743958,-0.042183980345726,0.053751241415739,-0.0045888293534517,-0.065117858350277,0.067038379609585,-0.075509130954742,0.010442876257002,0.028507612645626,0.085452750325203,-0.043613772839308,0.079294390976429,0.091839745640755,-0.052689149975777,0.049329549074173,-0.00067688192939386,0.078071437776089,0.023216659203172,0.014519823715091,-0.02148749679327,-0.052316907793283,0.024581573903561,0.064507499337196,0.10975196957588,0.10473066568375,-0.010212141089141,-0.030052384361625,0.067288935184479,0.060942951589823,0.1174514144659,0.11492508649826,-0.0082501890137792,0.085773564875126,0.075604662299156,0.064019523561001,-0.02301761507988,0.056288674473763,0.1112168058753,-0.0014393726596609,-0.0031467841472477,-0.057540655136108,-0.08949501812458,0.022434135898948,0.038836684077978,-0.034598924219608,-0.046464521437883,0.054938729852438,-0.086299531161785,-0.01400163769722,-0.067982546985149,0.00060802203370258,0.0094878217205405,-0.078339226543903,-0.090509705245495,-0.061356298625469,-0.06094716116786,0.051179457455873,-0.066765069961548,0.044127743691206,0.006508537568152,-0.017337078228593,-0.072670646011829,0.049365643411875,0.058829668909311,0.048698619008064,0.0032847078982741,0.039485070854425,0.023219095543027,0.057288851588964,-0.045059584081173,-0.023286286741495,0.044423375278711,-0.046600293368101,-0.066594637930393,0.084894806146622,-0.063926108181477,0.066858276724815,0.079061575233936,0.011526194401085,-0.028561776503921,0.057987626641989,0.013900104910135,-0.024029847234488,0.013463248498738,0.075415499508381,-0.02260335162282,0.037380814552307,0.032512236386538,0.042899455875158,0.061596050858498,0.090582519769669,0.038513980805874,0.068806879222393,0.0072489725425839,0.11765713989735,0.032397650182247,-0.051578212529421,-0.15640377998352,-0.23412653803825,-0.18828667700291,0.017291028052568,-0.04425448179245,-0.00076099031139165,-0.062587581574917,-0.052546821534634,0.065223097801208,0.030483590438962,0.15498957037926,0.2523500919342,0.31840369105339,0.10659719258547,0.041168540716171,0.11001455038786,0.042706754058599,0.11296837031841,0.1803156286478,0.1401219367981,0.089330576360226,0.14521077275276,0.16995194554329,0.031236412003636,-0.017675418406725,-0.075592964887619,-0.17921708524227,0.17785024642944,0.055330023169518,0.034606028348207,0.041857227683067,-0.059878759086132,-0.19240644574165,-0.055317409336567,-0.043670196086168,-0.12363318353891,-0.10361833125353,-0.12832067906857,-0.22221210598946,-0.12320774793625,-0.058340858668089,-0.075202696025372,-0.13703991472721,-0.084362201392651,-0.089688591659069,-0.0093743521720171,-0.085291154682636,-0.024470234289765,-0.1528966575861,-0.19169698655605,-0.20402409136295,-0.18831983208656,-0.12213746458292,-0.010394175536931,0.039582550525665,-0.11900126188993,-0.04757134616375,0.011641924269497,0.065557241439819,0.08794092386961,0.22960394620895,0.17929166555405,0.0079483175650239,0.081944614648819,0.16512061655521,0.20085568726063,0.062330007553101,0.073024660348892,0.1441248357296,0.088598720729351,0.12043295800686,0.19567723572254,0.055299397557974,0.088394343852997,-0.032033629715443,-0.034112386405468,0.031983386725187,0.10418850183487,0.10843612253666,-0.072151727974415,-0.12366860359907,-0.06708974391222,-0.15596705675125,-0.072621658444405,-0.051869977265596,-0.072650164365768,-0.095305226743221,-0.081981383264065,-0.12513256072998,-0.11849448084831,-0.069419883191586,0.011258291080594,-0.10364487022161,-0.060133792459965,-0.075272276997566,0.051670648157597,-0.0087970169261098,-0.17652297019958,-0.28695800900459,-0.19602240622044,-0.17838503420353,-0.07453640550375,-0.024822112172842,-0.0083362692967057,-0.027270020917058,0.017476486042142,0.10456862300634,0.15803445875645,0.20163051784039,0.22448867559433,0.21871794760227,0.0083792228251696,0.021197941154242,0.023041293025017,0.15388321876526,0.20206196606159,0.17212276160717,0.12290685623884,0.019220154732466,0.17360161244869,0.14361418783665,0.10033033788204,0.14804364740849,0.064386807382107,-0.094767652451992,0.13899321854115,0.13790233433247,0.047832254320383,0.098822854459286,0.031190641224384,-0.043275479227304,-0.039782539010048,0.0083866026252508,-0.03444280102849,-0.067011892795563,-0.09798201918602,-0.054995488375425,-0.061199828982353,-0.10957702249289,-0.13685308396816,0.0021569631062448,-0.047690697014332,-0.026646181941032,-0.056222192943096,0.014868529513478,-0.12534129619598,0.14599752426147,0.23151096701622,0.35992678999901,0.26098474860191,0.25383913516998,0.32911309599876,0.29068094491959,0.13549868762493,0.24308626353741,0.11788552999496,0.10140000283718,0.2308757007122,0.10660360008478,0.22502475976944,0.11141407489777,0.15256138145924,0.1511212438345,0.0083061419427395,-0.00083904026541859,0.048315156251192,0.1082364320755,0.010771241039038,0.043650355190039,0.014943614602089,-0.023487573489547,0.039415437728167,0.11268131434917,0.00072996271774173,0.042917590588331,0.093707486987114,0.026320213451982,0.19866594672203,0.11564798653126,0.17811265587807,0.080427825450897,-0.15172597765923,0.085691042244434,0.0043142610229552,0.13396675884724,0.06391092389822,0.02064848318696,-0.010513983666897,-0.061212427914143,-0.024175057187676,0.017065500840545,0.046267081052065,-0.0090855676680803,-0.067199803888798,-0.062025301158428,0.024931306019425,0.14525564014912,0.19411383569241,0.13130965828896,0.14881397783756,0.19520923495293,0.085269518196583,0.04093262180686,-0.037881530821323,0.10732959210873,0.029499048367143,0.046239051967859,0.058867979794741,-0.05271951854229,-0.098299711942673,0.027893574908376,-0.044563286006451,-0.098821401596069,0.0066377753391862,-0.11246898025274,-0.0025982775259763,-0.15232670307159,0.018415037542582,-0.058153994381428,-0.014463046565652,-0.09250545501709,-0.12262436747551,-0.043646324425936,-0.13850829005241,-0.091305419802666,0.067559845745564,-0.065206423401833,0.036458380520344,0.072006657719612,-0.026264689862728,-0.20354868471622,-0.019572786986828,-0.071690507233143,-0.012403688393533,-0.12490650266409,-0.064031690359116,0.021529961377382,-0.031346894800663,0.014758622273803,-0.035785745829344,0.067459002137184,0.10262364149094,-0.065902762115002,-0.078694604337215,0.11384613066912,0.17052835226059,0.057023454457521,0.23508317768574,0.13357703387737,0.072676710784435,0.033021628856659,0.040868632495403,0.095806121826172,0.017146540805697,0.096655033528805,0.066240221261978,0.076350472867489,0.022507285699248,-0.082410052418709,-0.1111246868968,-0.064181104302406,-0.12220650911331,-0.068020790815353,-0.034045245498419,-0.032846540212631,-0.12259496748447,-0.11024597287178,-0.11616413295269,-0.13632148504257,-0.091655015945435,-0.040508810430765,-0.14204455912113,-0.010553583502769,-0.073782704770565,0.052850257605314,-0.066995717585087,0.03592187538743,-0.074073955416679,-0.0015883998712525,-0.13107661902905,-0.16737562417984,-0.051953610032797,-0.13064840435982,-0.043899361044168,-0.097454063594341,-0.13669908046722,-0.0071545150130987,-0.028851330280304,-0.054556652903557,-0.12000197172165,-0.071784518659115,0.083360277116299,-0.058936804533005,-0.24948321282864,-0.37959489226341,-0.35121217370033,-0.51790779829025,-0.47761487960815,-0.36241689324379,-0.32381558418274,0.24513173103333,0.032180547714233,-0.0089122476056218,-0.10644029825926,-0.12653625011444,0.019787345081568,0.029720840975642,0.10997710376978,0.22252652049065,0.11265501379967,0.21117970347404,0.1164767742157,0.099688269197941,0.15971153974533,0.19304417073727,0.31647548079491,0.22006244957447,0.27157044410706,0.31364721059799,0.2276287227869,0.33969411253929,0.088332921266556,-0.010767936706543,-0.051833231002092,0.078807175159454,0.1646416336298,0.16475024819374,0.16618087887764,-0.064456947147846,-0.25345128774643,-0.28906747698784,-0.32561540603638,-0.17398838698864,-0.1569938659668,0.066256441175938,-0.094300881028175,-0.030708976089954,0.024712419137359,-0.054315473884344,0.05384287238121,0.028346778824925,-0.012111460790038,-0.18742264807224,-0.19725336134434,-0.24288825690746,-0.31931588053703,-0.30329543352127,-0.2595788538456,-0.24090896546841,0.22339549660683,0.16430895030499,0.20284967124462,0.10262290388346,-0.077106043696404,-0.005717464722693,-0.065489001572132,0.31700670719147,0.24321222305298,0.23843520879745,0.24919241666794,0.20894926786423,0.073252826929092,0.076794169843197,0.23935930430889,0.3325092792511,0.32286602258682,0.38809052109718,0.27028039097786,0.29705858230591,0.21282516419888,-0.069083832204342,-0.075207158923149,-0.015893748030066,0.036632515490055,-0.0033543193712831,0.10341730713844,0.09055832028389,-0.17480130493641,-0.22010089457035,-0.32971686124802,-0.41047313809395,-0.2390119433403,-0.23691140115261,-0.088934205472469,-0.10434864461422,0.066804923117161,0.044416826218367,0.021706212311983,0.095152132213116,0.082630403339863,-0.0079105896875262,-0.13279628753662,-0.16330324113369,-0.16971284151077,-0.14568902552128,-0.26559427380562,-0.1884303689003,-0.16549503803253,0.11095140874386,0.089589528739452,0.050546061247587,-0.036529038101435,-0.13823248445988,-0.13832457363605,-0.047043044120073,0.18709670007229,0.07655643671751,0.17214140295982,0.12046848982573,0.0050550512969494,0.11399853229523,-0.045543000102043,0.10524211078882,0.14426444470882,0.28112363815308,0.28793334960938,0.21631853282452,0.16566234827042,0.053954783827066,-0.012547066435218,-0.16715705394745,-0.079423271119595,0.077338621020317,-0.033138822764158,0.0036332784220576,0.051430366933346,-0.051200270652771,-0.13334356248379,-0.37069672346115,-0.24620774388313,-0.20035792887211,-0.17480771243572,-0.18263949453831,-0.074366264045238,-0.0099279871210456,0.052557751536369,-0.12696644663811,-0.031257003545761,-0.0094946399331093,0.063298523426056,0.36642667651176,0.45137012004852,0.50110477209091,0.74534863233566,0.7290130853653,0.43874368071556,0.28822955489159,0.03426631167531,0.16702465713024,0.30231043696404,0.31816178560257,0.20413714647293,-0.069154366850853,-0.1303493231535,-0.15341286361217,-0.14271737635136,-0.31650239229202,-0.35655573010445,-0.46735414862633,-0.56936937570572,-0.38406050205231,-0.047151040285826,-0.22119489312172,-0.44156119227409,-0.56538152694702,-0.48932614922523,-0.44897875189781,-0.26595363020897,-0.17609257996082,-0.23654381930828,-0.23673933744431,-0.075881868600845,0.090084902942181,0.061288602650166,0.049516670405865,0.015459569171071,-0.015951117500663,-0.049002029001713,0.14451639354229,0.21169665455818,0.057602282613516,0.093427285552025,-0.11827489733696,-0.1466660797596,-0.034869313240051,-0.16081021726131,-0.11748862266541,0.076615713536739,0.079906769096851,0.20088672637939,0.27953389286995,0.42170894145966,0.5226679444313,0.61345702409744,0.34536063671112,0.12942776083946,0.097486197948456,0.23411022126675,0.30633702874184,0.20621952414513,0.20921328663826,-0.030953053385019,-0.095367178320885,-0.073959998786449,-0.036217443645,-0.27449285984039,-0.41259890794754,-0.50543558597565,-0.41967612504959,-0.33508321642876,-0.1415928453207,-0.18581454455853,-0.48411652445793,-0.55711948871613,-0.56975561380386,-0.3258498609066,-0.19088459014893,-0.055083453655243,-0.066318869590759,-0.17325296998024,-0.053252719342709,0.15471033751965,0.2637225985527,0.16949483752251,0.010951419360936,0.081033274531364,0.095438688993454,0.21536614000797,0.3197857439518,0.27014845609665,0.19537894427776,-0.066615268588066,-0.049903307110071,0.017341310158372,-0.15974009037018,0.034195713698864,0.095683455467224,0.037548169493675,-0.037785720080137,0.054037380963564,0.2053160816431,0.33297035098076,0.21249130368233,0.1151856854558,-0.0028040041215718,-0.070994779467583,0.11453451961279,0.1431086063385,0.198456838727,-0.00035341503098607,0.058948785066605,-0.180778875947,0.017446430400014,-0.058444619178772,-0.20195561647415,-0.37123775482178,-0.3902473449707,-0.2999986410141,-0.30603489279747,-0.011721489951015,-0.10801686346531,-0.27317455410957,-0.46375352144241,-0.3059521317482,-0.097504407167435,-0.0077349897474051,-0.038911428302526,0.004709345754236,-0.043986517935991,0.043406829237938,0.23131313920021,0.34221798181534,0.30781868100166,0.016942391172051,0.015517389401793,0.096976220607758,0.23359158635139,0.1700195223093,0.24734109640121,0.12111032754183,-0.12373876571655,-0.071033857762814,0.11890198290348,0.051419410854578,0.062422219663858,-0.017623547464609,0.011975144967437,0.045565310865641,0.16967396438122,0.20348753035069,0.18286472558975,0.10158866643906,0.0032929638400674,0.072974115610123,0.19288682937622,0.040849566459656,0.16342858970165,0.14542323350906,0.045509766787291,0.08427594602108,0.1340906471014,0.27249091863632,0.41357836127281,0.50258374214172,0.39028513431549,0.45478755235672,0.4611591398716,0.55192112922668,0.056365355849266,0.20536507666111,0.28272113204002,0.19664600491524,0.1935443431139,0.21019746363163,0.22281287610531,0.025700004771352,0.13418221473694,0.06816641241312,0.09437520802021,0.013892186805606,0.071289241313934,-0.049462284892797,-0.0091360863298178,0.19082395732403,0.18343429267406,0.1366004794836,0.044776510447264,-0.083314396440983,-0.21452713012695,-0.062786847352982,-0.1605464220047,-0.16070559620857,-0.14138115942478,-0.099293828010559,-0.12754878401756,0.0085859633982182,-0.15308514237404,-0.27283689379692,-0.30686345696449,-0.37010902166367,-0.41532379388809,-0.31500494480133,-0.22630442678928,0.069318480789661,-0.20453134179115,-0.33409267663956,-0.43294739723206,-0.30897164344788,-0.22821579873562,0.087430745363235,-0.034912277013063,-0.092688232660294,-0.34568947553635,-0.27534514665604,-0.20235654711723,-0.048230741173029,0.15751084685326,-0.055576235055923,-0.21253190934658,-0.31962740421295,-0.28679844737053,-0.25076228380203,-0.04984350502491,4.5066437451169e-05,-0.041395623236895,-0.18687300384045,-0.20413309335709,-0.26298323273659,-0.23769508302212,-0.071047976613045,-0.025770340114832,-0.045365627855062,0.028816696256399,0.1169500797987,-0.043578524142504,-0.051745239645243,-0.10961300879717,-0.04128136485815,0.1062728241086,-0.044857569038868,0.040588855743408,-0.078768104314804,0.016636641696095,0.085698381066322,0.072899594902992,0.079619355499744,0.0079613504931331,-0.1600811034441,-0.1620038151741,-0.19167366623878,-0.26895144581795,0.040797401219606,0.16539253294468,0.056967310607433,-0.13354678452015,-0.1136027276516,-0.05987424403429,-0.02338227443397,0.24216587841511,-0.039153665304184,-0.10988932847977,-0.24000066518784,-0.35955673456192,-0.17935033142567,-0.12165698409081,0.23238900303841,-0.032089877873659,-0.20538884401321,-0.25986829400063,-0.282046854496,-0.19723236560822,-0.10872507095337,0.12972441315651,0.068895742297173,-0.067693404853344,-0.13055326044559,-0.12211568653584,-0.13539411127567,-0.064989395439625,0.097452946007252,0.13835799694061,0.067579388618469,0.15398420393467,0.19364176690578,0.11795281618834,0.010915379039943,-0.070115178823471,0.096294909715652,0.11562000215054,0.014093489386141,0.00031620962545276,0.00097630359232426,-0.153619363904,-0.31898134946823,0.78587907552719,0.5590683221817,0.32371121644974,0.035695340484381,-0.16426512598991,-0.52744221687317,-0.75558757781982,0.52205550670624,0.379389077425,-0.017314236611128,-0.078404292464256,-0.35060673952103,-0.58865827322006,-0.55778723955154,0.40196865797043,0.20897249877453,-0.11238771677017,-0.31957224011421,-0.44496616721153,-0.35573703050613,-0.34420296549797,0.31387794017792,0.22874565422535,0.069493897259235,-0.14926156401634,-0.32619860768318,-0.27510076761246,-0.5609570145607,0.25676646828651,0.20474454760551,0.11435749381781,-0.0063580777496099,-0.19183415174484,-0.12014024704695,-0.26906111836433,0.38844460248947,0.26437142491341,0.16800636053085,0.18230149149895,-0.044581476598978,0.045243848115206,-0.022157637402415,-0.20127585530281,-0.082176245748997,-0.012689364142716,0.052148517221212,0.15938994288445,0.18997782468796,-0.083879984915257,0.19941398501396,0.11809585243464,0.20505137741566,0.27779346704483,0.26067659258842,-0.087361387908459,-0.22184048593044,0.04497817158699,0.015631208196282,-0.052294589579105,0.087858408689499,0.06787545979023,-0.1279993802309,0.070485278964043,-0.070668660104275,0.0056894030421972,0.048164561390877,0.034170862287283,0.064366221427917,0.28087142109871,0.17622300982475,-0.071949578821659,0.047678031027317,0.040255006402731,0.026166085153818,0.10451089590788,0.071549281477928,-0.027216961607337,-0.21183802187443,-0.066388420760632,-0.021042097359896,0.052758947014809,0.010130072012544,0.074439488351345,-0.068863518536091,-0.045676216483116,0.026209443807602,-0.022965960204601,0.042505413293839,0.04459485039115,0.015868991613388,0.0081651983782649,-0.24533848464489,-0.22941359877586,-0.060925394296646,-0.089768312871456,0.19071696698666,0.19650314748287,-0.070988275110722,-0.11918121576309,0.01119764521718,0.1213027536869,0.19674006104469,0.21122987568378,0.11050783097744,-0.14696180820465,-0.21519121527672,-0.14983506500721,-0.075274728238583,0.044664919376373,0.168366715312,-0.060617417097092,0.26433789730072,-0.26118186116219,-0.12738370895386,-0.15659502148628,-0.034221388399601,0.16796514391899,0.35538244247437,0.26649016141891,-0.28875112533569,-0.042922604829073,-0.13621725142002,-0.086203135550022,0.15355561673641,0.16276086866856,-0.041096922010183,-0.27306243777275,-0.22420658171177,-0.052656505256891,0.049330577254295,0.11776562780142,0.12065580487251,0.026958227157593,-0.22558572888374,-0.093811132013798,-0.13751728832722,0.042536865919828,-0.089840516448021,-0.040186792612076,0.039222531020641,-0.1481776535511,-0.20686049759388,-0.0034193962346762,-0.071155838668346,0.052908506244421,0.081911839544773,0.073362328112125,0.099446721374989,0.05423666909337,0.20072603225708,0.27649304270744,0.27050942182541,0.2308888733387,0.17731869220734,0.078182101249695,0.19949634373188,0.17705366015434,0.11394937336445,0.1694787889719,0.018472591415048,0.057481501251459,0.17430897057056,0.12510120868683,0.037695374339819,0.039207890629768,-0.0057334969751537,-0.12384448945522,-0.11370162665844,0.13614945113659,0.070531576871872,0.029792243614793,-0.14894813299179,-0.2547659277916,-0.20929224789143,-0.20521758496761,0.0014309497782961,-0.058546900749207,-0.039072927087545,-0.13148818910122,-0.20275011658669,-0.19917507469654,-0.036156252026558,-0.097527392208576,-0.23886707425117,-0.22283418476582,-0.23513098061085,-0.21691818535328,-0.060825940221548,0.081843629479408,-0.16250792145729,-0.093072600662708,-0.13160879909992,0.043574847280979,0.021917952224612,0.021584779024124,0.005647977348417,-0.014631325379014,0.012159162200987,0.12779465317726,0.16924780607224,0.27553799748421,0.10032217949629,0.11262604594231,0.13374948501587,0.16444540023804,0.25203037261963,0.2222798615694,0.10498593002558,0.067048437893391,-0.013655677437782,0.19170001149178,0.13108693063259,0.2001043856144,0.074194870889187,0.030229102820158,-0.048567567020655,-0.041815552860498,0.15762428939342,0.12028061598539,0.030755195766687,0.0011619012802839,-0.089237242937088,-0.15126165747643,-0.20936672389507,0.042250849306583,0.0017459830269217,-0.10712191462517,-0.21675759553909,-0.2180255651474,-0.1209727153182,-0.10112649202347,-0.057855274528265,-0.22072723507881,-0.21564419567585,-0.26757654547691,-0.13503704965115,0.011733623221517,0.016420777887106,-0.18069133162498,-0.16076377034187,-0.014728690497577,0.0014295065775514,0.094555377960205,0.064967855811119,0.0013199378736317,-0.10216996818781,-0.022812625393271,-0.014935428276658,0.054682724177837,0.080903083086014,0.15619012713432,0.050349161028862,0.020715426653624,0.032207638025284,0.1852113455534,0.083985723555088,0.11928203701973,0.041270792484283,-0.052017107605934,0.19756416976452,0.066684655845165,0.14291431009769,0.075545109808445,-0.03399171307683,0.012777500785887,-0.034560900181532,0.13796097040176,0.031267385929823,0.11345209926367,-0.016274578869343,-0.18828202784061,-0.083056725561619,-0.20724885165691,0.0011035767383873,-0.0056779980659485,-0.091275095939636,-0.046480197459459,-0.15664678812027,-0.11241973936558,-0.046597111970186,-0.076012402772903,-0.11094218492508,-0.22771117091179,-0.074601091444492,-0.029323358088732,0.11849009990692,0.16633036732674,0.094811335206032,-0.087083198130131,-0.046984750777483,-0.0043120137415826,-0.065943956375122,-0.0060648517683148,-0.044495835900307,0.057457208633423,0.039912909269333,0.06703893840313,-0.048291556537151,-0.048342105001211,-0.014939370565116,-0.072275191545486,-0.02902240306139,0.008732195943594,0.056237764656544,-0.0077473041601479,-0.025546146556735,-0.10429994761944,-0.15068036317825,-0.0086597371846437,-0.014325240626931,0.067764461040497,0.10124894976616,-0.012378541752696,0.01185296010226,0.0045392061583698,0.029671095311642,0.064612329006195,-0.0065362523309886,-0.018475595861673,0.067606642842293,-0.044387850910425,-0.058135788887739,0.014532404951751,0.01024922169745,0.040773443877697,-0.041590955108404,-0.023433577269316,0.022307615727186,-0.0024675289168954,0.019572405144572,0.12452634423971,0.16370782256126,0.14122970402241,0.10519577562809,0.11638081073761,-0.073668539524078,-0.075165294110775,0.013853214681149,-0.01575168594718,0.05356514826417,0.14629678428173,-0.015596604906023,0.079646497964859,-0.041697517037392,-0.041979089379311,0.14950913190842,0.077590942382812,0.077504053711891,0.0740812048316,0.020074624568224,0.022405935451388,0.0070575135760009,0.09493250399828,0.12374779582024,0.12035969644785,0.1381523758173,-0.066414602100849,0.027763798832893,0.070045858621597,0.097750477492809,0.16804321110249,0.13428518176079,0.061090644448996,0.047459710389376,0.018765294924378,-0.093734368681908,0.0025002560578287,0.10775179415941,0.057947270572186,0.097255736589432,0.072470098733902,-0.053143788129091,-0.14855806529522,-0.021577265113592,-0.015941517427564,-0.049792986363173,-0.071900807321072,-0.066169708967209,-0.042355082929134,-0.066792011260986,0.015082846395671,0.023584162816405,-0.002614693948999,-0.01207528449595,-0.060574539005756,-0.099864847958088,-0.059547428041697,0.051528949290514,0.10219468921423,0.016252458095551,0.11745560914278,-0.013788596726954,-0.035141747444868,0.0053395358845592,0.092280708253384,0.14676488935947,0.13706542551517,0.019970884546638,0.0021825111471117,-0.0073128468357027,-0.032767601311207,0.057033818215132,0.16212496161461,0.067229993641376,-0.0045574363321066,-0.011161943897605,0.0040035336278379,-0.0091630797833204,0.069609306752682,0.033742997795343,0.02723897062242,0.1135061904788,-0.0097344359382987,-0.062995739281178,-0.053970936685801,-0.09428596496582,0.0089640654623508,-0.013856656849384,0.028605028986931,-0.019815366715193,-0.1322890073061,-0.038235690444708,-0.050231698900461,-0.10598791390657,-0.054939780384302,-0.054182134568691,-0.041001737117767,-0.090378746390343,-0.0063230358064175,-0.075948849320412,0.03211934491992,-0.0064831855706871,-0.029587924480438,-0.079227596521378,0.070399157702923,0.16640268266201,0.064238764345646,0.12288305163383,0.10819420218468,0.026715556159616,0.12362168729305,-0.27463772892952,-0.18907532095909,-0.057657901197672,0.055695451796055,-0.13552255928516,-0.10007840394974,-0.062337271869183,-0.17516942322254,0.081787623465061,0.20767003297806,0.039430238306522,0.0085433227941394,-0.10396666824818,-0.16543950140476,0.1271997243166,0.4005771279335,0.48316839337349,0.47873163223267,0.30343607068062,0.038966290652752,-0.011666296981275,0.11970417201519,0.14101980626583,0.081163413822651,0.17217710614204,0.09550353884697,0.089648991823196,0.15138348937035,0.13777574896812,-0.060083977878094,-0.25377401709557,-0.24718017876148,-0.10390572994947,0.11614393442869,0.2199575304985,-0.0251559689641,-0.086219370365143,-0.049201171845198,-0.10292176902294,-0.031317353248596,0.022934701293707,0.057035587728024,0.093663282692432,0.12475654482841,0.0062602898105979,0.13652047514915,0.089117363095284,-0.036097560077906,0.11809115856886,-0.36127743124962,-0.22841991484165,-0.25201135873795,-0.17083360254765,-0.15508532524109,-0.25421473383904,-0.12161785364151,-0.34414419531822,-0.22172939777374,-0.094208389520645,-0.082931764423847,-0.27841201424599,-0.39438429474831,-0.36981415748596,-0.091361872851849,0.12372326105833,0.046077392995358,0.090562544763088,-0.13252319395542,-0.18291018903255,-0.15939924120903,-0.05866601318121,-0.10794977843761,-0.10358668863773,-0.21690870821476,-0.14287230372429,-0.017743023112416,-0.047131638973951,0.01730190590024,-0.14170160889626,-0.43700969219208,-0.41900652647018,-0.25773987174034,-0.079127073287964,0.1236539259553,0.068202145397663,-0.17221269011497,-0.18817237019539,-0.28078868985176,-0.077482298016548,-0.065726391971111,0.017995441332459,0.11129862070084,0.16576561331749,0.13741616904736,0.11437400430441,0.15200451016426,0.095267526805401,0.16864530742168,-0.13264511525631,-0.20450535416603,-0.042423322796822,-0.011627751402557,0.057688388973475,0.050994835793972,-0.069308549165726,-0.17233531177044,0.085967652499676,0.19620317220688,0.13755032420158,-0.01493046246469,-0.076499849557877,0.039886727929115,0.035417724400759,0.14153347909451,0.23057307302952,0.23195548355579,0.17309772968292,0.037180442363024,-0.0276884958148,0.052286915481091,0.11534154415131,0.062440402805805,0.11907833069563,0.15656308829784,0.13802210986614,0.26229754090309,0.10253804177046,-0.10640548914671,-0.17522594332695,-0.25558418035507,-0.10755317658186,0.22476349771023,0.30931133031845,0.19401034712791,-0.068706944584846,-0.16850097477436,-0.07715430110693,0.10857965797186,0.165522813797,0.22134052217007,-0.026039145886898,0.032531224191189,0.013430714607239,-0.027621263638139,-0.010577362962067,-0.085345610976219,-0.091749906539917,0.013491223566234,0.084889151155949,0.060484200716019,0.056512229144573,-0.0534957498312,-0.024964282289147,0.014612773433328,0.086436845362186,0.060480497777462,0.081990696489811,0.012110495008528,-0.055794179439545,0.051653783768415,-0.05482043325901,-0.073535323143005,0.061923626810312,0.07896139472723,-0.033177118748426,-0.012406038120389,-0.071317471563816,-0.023465240374207,0.026232497766614,-0.030818369239569,-0.054127238690853,0.010051131248474,-0.073809958994389,0.048280421644449,-0.04541727527976,-0.056359320878983,0.045007489621639,-0.013553466647863,0.0095799556002021,0.022576652467251,0.053303353488445,-0.098652571439743,0.010798679664731,0.028113510459661,-0.017788672819734,-0.037411391735077,-0.024646624922752,-0.01176484208554,0.058636929839849,-0.024518566206098,0.10831560194492,0.02628143876791,-0.020665418356657,-0.0024703538510948,-0.031891074031591,-0.027360528707504,0.060911037027836,0.15641267597675,0.12055139243603,-0.020669229328632,-0.015448231250048,-0.0017614084063098,0.029697207733989,0.047879923135042,-0.022342175245285,0.0068430975079536,0.0030565806664526,0.096994839608669,0.11470599472523,-0.0072819562628865,0.046012811362743,0.11321921646595,0.10616097599268,-0.031234078109264,-0.041764862835407,0.045149076730013,0.061569940298796,0.016509626060724,0.11766336113214,0.050898052752018,0.07505988329649,0.0026945997960865,0.074997954070568,0.025233261287212,0.0042947884649038,0.0027967670466751,0.075066670775414,-0.012778680771589,-0.03633950650692,-0.059682421386242,-0.021645803004503,0.012636239640415,-0.035552844405174,0.035752017050982,0.068045228719711,0.092222146689892,-0.031442321836948,0.058720767498016,-0.033461179584265,0.05745992437005,-0.063515871763229,-0.031949169933796,-0.066048435866833,-0.066470421850681,-0.021717820316553,0.018376866355538,0.031378369778395,-0.054140828549862,-0.080329902470112,-0.083949446678162,0.064489006996155,-0.0518768876791,0.0090473406016827,-0.01111691724509,-0.10893914103508,-0.098745875060558,-0.0048773679882288,-0.081847429275513,-0.021803572773933,0.01101503893733,-0.061978861689568,-0.037163693457842,-0.012606021948159,-0.10538399964571,0.0035774705465883,-0.059170264750719,0.0020162709988654,-0.090034253895283,-0.010196128860116,-0.075846083462238,-0.043926596641541,-0.030537337064743,-0.071406573057175,-0.081623889505863,-0.030662221834064,0.066583789885044,0.029665689915419,-0.038608491420746,-0.088450223207474,0.0370830334723,0.029157008975744,0.042517129331827,-0.021616406738758,-0.070302352309227,-0.014187497086823,-0.09152452647686,-0.0061014886014163,0.071115985512733,-0.034888043999672,-0.25141027569771,-0.34148070216179,-0.0015508634969592,-0.058251813054085,-0.03373309969902,0.072130054235458,0.02071980945766,-0.32672902941704,-0.64008581638336,-0.2209038734436,0.0043612425215542,-0.0033560965675861,-0.004352502990514,-0.011502638459206,-0.17150056362152,-0.46206626296043,-0.35812470316887,-0.10682912170887,0.023793304339051,-0.22032803297043,-0.44277790188789,-0.3050634264946,-0.620261490345,-0.7940976023674,-0.51604956388474,-0.26194354891777,-0.0042284275405109,-0.14670152962208,-0.25223794579506,-0.28943920135498,-0.33360794186592,-0.2512913942337,-0.13405066728592,0.11329877376556,0.058521423488855,0.042363524436951,0.045533027499914,0.047987636178732,-0.079289108514786,0.10357435047626,0.18844425678253,0.31438848376274,0.097649186849594,0.14000791311264,0.12458112090826,0.15554364025593,0.27939754724503,0.14240708947182,0.076223894953728,0.031930863857269,-0.058899063616991,0.236895814538,0.1795009970665,0.16605894267559,0.17988626658916,0.19147075712681,-0.047755137085915,-0.14923763275146,0.25983601808548,0.39398247003555,0.34087124466896,0.05411808565259,0.2935134768486,0.25448817014694,0.017913576215506,0.23049165308475,0.32378351688385,0.25691193342209,0.061033695936203,0.099394723773003,0.3626409471035,0.017700601369143,-0.053326457738876,0.093558020889759,0.29347917437553,0.14279423654079,0.068673878908157,0.25324532389641,0.15118399262428,0.065190456807613,0.089008003473282,0.13379375636578,-0.0037463414482772,-0.045118063688278,0.0022537168115377,0.080196373164654,0.12644502520561,0.10609135776758,0.12374812364578,-0.052766650915146,-0.09110563993454,-0.046936739236116,-0.10426960140467,0.078633651137352,-0.072755612432957,-0.045369565486908,-0.041957400739193,-0.049837537109852,-0.1167681068182,-0.16064502298832,0.099604651331902,0.052267678081989,-0.048234175890684,-0.01863076351583,0.025630924850702,-0.16504761576653,-0.23525258898735,0.12762668728828,0.14958211779594,0.010064182803035,-0.16025927662849,0.088165313005447,0.12590275704861,-0.15449292957783,-0.067598484456539,0.13956594467163,0.06548785418272,0.00020512309856713,0.094425559043884,0.40539133548737,0.13721996545792,0.052465032786131,0.17000173032284,0.12386649847031,-0.038415983319283,-0.083251416683197,0.13283312320709,0.19480210542679,0.17963981628418,0.038322404026985,0.0092288218438625,-0.16211943328381,-0.044823527336121,-0.1347957700491,0.077898047864437,-0.046357609331608,-0.089215680956841,-0.11609483510256,-0.20356763899326,-0.19868023693562,-0.23602919280529,-0.087344139814377,-0.077101394534111,-0.26084727048874,-0.10987540334463,0.19283717870712,0.1618025302887,0.071371182799339,0.025679992511868,-0.02673446200788,-0.08291631937027,-0.0090442411601543,0.09777645021677,0.27362462878227,0.20192523300648,0.28779101371765,0.10651905089617,0.18139214813709,0.18547154963017,0.12346358597279,0.27650463581085,0.25323748588562,0.30587983131409,0.35309830307961,0.29090023040771,0.32040700316429,-0.0022593326866627,0.0895059928298,0.20072993636131,0.29488843679428,0.24561311304569,0.26036265492439,0.34050434827805,-0.19919639825821,-0.14025136828423,0.0150659205392,0.14087143540382,0.24573662877083,0.29452496767044,0.24701853096485,-0.05707922577858,-0.23817056417465,-0.24511028826237,-0.29141154885292,-0.12797373533249,-0.017373017966747,0.15937124192715,-0.077097028493881,-0.19981391727924,-0.33152773976326,-0.52684128284454,-0.50247341394424,-0.39330273866653,-0.2552190721035,0.0041687837801874,0.1342755407095,0.013070959597826,-0.051626533269882,-0.13007758557796,-0.17002861201763,-0.21188966929913,0.02313064225018,0.11929323524237,0.05989920720458,0.12092904001474,-0.10510094463825,-0.11922417581081,-0.12476246803999,-0.12338387221098,0.0037288377061486,0.064640156924725,0.0825105458498,0.12121171504259,0.045399408787489,0.00021466868929565,-0.24813520908356,-0.14138105511665,-0.085791409015656,0.022707000374794,0.017984952777624,0.062467619776726,-0.0051074638031423,-0.36305174231529,-0.34182292222977,-0.20996324717999,-0.062169346958399,-0.044403068721294,0.026635447517037,0.075441092252731,-0.15965557098389,-0.30457326769829,-0.37813064455986,-0.34242528676987,-0.27540543675423,-0.1005834415555,-0.0095300050452352,0.1173792257905,-0.15837945044041,-0.35341536998749,-0.48106175661087,-0.56143325567245,-0.40880078077316,-0.32669550180435,0.063030667603016,0.034846730530262,-0.036952309310436,-0.10930243134499,-0.093780554831028,-0.20463454723358,-0.15189178287983,0.1031087115407,0.18811990320683,0.10123057663441,-0.031161203980446,-0.00035301310708746,-0.11958901584148,-0.19267679750919,-0.01355202216655,0.068418189883232,0.12583656609058,0.16335809230804,0.17396101355553,0.11332831531763,0.10424225777388,0.030380928888917,0.062142953276634,0.1449740678072,0.1339136660099,0.30363979935646,0.18580958247185,0.14458836615086,0.010759152472019,0.051567293703556,0.11738966405392,0.207420155406,0.21155363321304,0.28174069523811,0.19015024602413,0.068742141127586,-0.093031734228134,-0.14915259182453,-0.11483282595873,0.10928089171648,0.15317265689373,0.2387960255146,0.39739128947258,0.1233888939023,-0.11543676257133,-0.29888850450516,-0.29904061555862,-0.12201926857233,-0.042920712381601,0.075650379061699,0.042131297290325,-0.061506155878305,-0.018451530486345,-0.081640318036079,-0.0045403088442981,0.016021035611629,0.045964721590281,0.072842411696911,0.057152763009071,-0.018924538046122,-0.028065169230103,-0.038768406957388,0.051797226071358,-0.0031505331862718,-0.071027711033821,-0.014203188940883,-0.032617624849081,-0.033443819731474,-0.01912816055119,0.054858405143023,-0.060852393507957,0.066023372113705,0.036205001175404,-0.04940839484334,-0.073235370218754,-0.077990628778934,-0.02495726197958,0.010525827296078,-0.0084052514284849,0.015486751683056,-0.059443388134241,-0.049318116158247,-0.064242273569107,-0.071877278387547,0.068468384444714,-0.060080759227276,-0.062893897294998,-0.030365562066436,0.036066200584173,-0.031981151551008,-0.07429064810276,-0.069393567740917,0.0064416113309562,-0.023753775283694,-0.0073664798401296,0.047305807471275,0.011095793917775,-0.046260703355074,-0.058858349919319,-0.075675643980503,-0.011706854216754,-0.014670644886792,-0.057972948998213,-0.041289493441582,-0.055473044514656,0.024977149441838,-0.058698371052742,-0.020902190357447,0.072119452059269,0.075469151139259,0.037475921213627,0.04235152900219,0.04577774554491,0.03465012460947,-0.030557218939066,-0.074309028685093,0.073237434029579,-0.031517807394266,0.070412449538708,-0.0016968799754977,0.015594449825585,0.06550669670105,0.038190294057131,0.073809958994389,0.069754138588905,-0.082091085612774,0.00016629870515317,0.019303301349282,0.023579344153404,0.068823993206024,-0.060942735522985,0.032614629715681,0.028516160324216,0.047299705445766,-0.038218770176172,-0.060424480587244,0.072591230273247,-0.025566890835762,0.024450896307826,-0.075786449015141,-0.055594004690647,-0.03255807608366,0.030640287324786,0.059046000242233,-0.049532152712345,0.010693636722863,-0.057196922600269,0.076615862548351,0.058468826115131,-0.077296443283558,-0.0074813277460635,-0.0013297952245921,0.0070669921115041,0.024097848683596,0.044146724045277,-0.081799544394016,-0.046101525425911,-0.00057263480266556,-0.073947168886662,-0.072111204266548,-0.0098643349483609,0.016851356253028,0.011663415469229,0.053185634315014,0.013232207857072,0.00083680334500968,-0.073119625449181,0.057676654309034,0.045122563838959,0.018163483589888,0.035906795412302,-0.025686357170343,0.039669785648584,0.060459032654762,0.074136465787888,-0.0034206735435873,-0.011396188288927,0.044006891548634,-0.053412862122059,0.039261903613806,-0.034391779452562,-0.0089559005573392,-0.020691335201263,0.0009560328326188,-0.034436088055372,0.021766310557723,-0.0068739955313504,0.063728645443916,0.029370745643973,-0.054119255393744,0.043437566608191,0.081102311611176,0.051661882549524,-0.065376356244087,0.02545415610075,-0.059550903737545,-0.0705596357584,-0.079613156616688,-0.071756191551685,-0.052655626088381,0.031941007822752,0.044610686600208,-0.017637107521296,0.037726275622845,0.075775995850563,0.063771866261959,-0.0130480453372,0.031938891857862,0.065975211560726,0.0035257579293102,-0.065429978072643,-0.048025846481323,0.012399600818753,0.044205259531736,0.03162245452404,0.048321630805731,-0.021305980160832,-0.025213489308953,-0.027421060949564,-0.011813023127615,0.0046680872328579,0.0065357168205082,0.04253376275301,-0.074869714677334,-0.074927777051926,0.042167235165834,0.039834089577198,0.0083978269249201,-0.075144462287426,-0.078562013804913,0.059563353657722,-0.038521483540535,-0.024545149877667,-0.023805877193809,-0.018705295398831,0.042535256594419,0.081822447478771,-0.039447624236345,-0.0011063553392887,0.06059916689992,-0.044078782200813,-0.069030612707138,0.040119040757418,-0.068312332034111,-0.079724237322807,0.080016143620014,0.0063033285550773,0.029309753328562,0.022506127133965,0.041441150009632,0.083228930830956,0.074037753045559,0.050628233700991,-0.040374182164669,0.071755133569241,0.048456512391567,0.033048909157515,-0.019075650721788,0.040587395429611,0.047272644937038,-0.073522441089153,0.047801416367292,-0.035397201776505,-0.076285175979137,0.015186486765742,-0.058999296277761,0.031301274895668,-0.021747402846813,0.04188359156251,0.0072896396741271,0.06366778165102,0.070822052657604,0.063327431678772,-0.027895076200366,-0.052789814770222,-0.075961530208588,-0.067723892629147,0.061062712222338,-0.076751731336117,0.034918569028378,0.020227294415236,0.032406877726316,-0.035237710922956,-0.013667577877641,-0.0082011511549354,0.070380337536335,-0.0045948033221066,-0.057492028921843,-0.060940038412809,0.021651532500982,-0.01661747135222,0.068213194608688,0.031659372150898,-0.080715999007225,0.037042573094368,0.0016383329639211,0.0078443121165037,0.054854732006788,-0.047129768878222,-0.029901694506407,-0.0479990914464,-0.0070622316561639,0.054062131792307,0.081658780574799,0.0033472857903689,0.023010946810246,0.015443732962012,-0.071679122745991,-0.022031281143427,0.0075847739353776,0.055631589144468,0.027865333482623,-0.07098475843668,0.049441747367382,-0.02382455393672,-0.074455976486206,0.049769956618547,-0.0044380147010088,-0.032805193215609,-0.003795099677518,0.028277542442083,-0.046290636062622,-0.046455085277557,0.076358206570148,0.06126119568944,-0.071569070219994,0.077033214271069,0.063560277223587,0.074747182428837,-0.039412148296833,0.035579644143581,0.022785287350416,-0.032274473458529,0.072419032454491,0.036003105342388,0.042283900082111,0.07281880825758,0.067260026931763,-0.022173970937729,0.032331891357899,-0.0032034439500421,0.026529924944043,0.066803693771362,0.22634200751781,-0.0077003315091133,0.13032615184784,0.042884841561317,0.0027862992137671,-0.0079207047820091,0.023362174630165,0.11947327852249,-0.14154478907585,0.015350672416389,0.021604551002383,0.024855496361852,-0.15402889251709,0.00071158155333251,-0.046809636056423,-0.38033744692802,-0.12590056657791,0.13200812041759,-0.10761124640703,-0.34850084781647,-0.24151322245598,-0.21732690930367,-0.33634495735168,0.34565731883049,0.70530819892883,0.34390306472778,-0.20689694583416,-0.12797467410564,-0.21211387217045,-0.38892248272896,0.21209473907948,0.35016503930092,0.066100090742111,-0.4800383746624,-0.35799539089203,-0.043234929442406,-0.089501097798347,0.019072458148003,0.14835996925831,-0.075414724647999,-0.27896094322205,-0.10089927911758,0.10269729793072,-0.035704836249352,-0.062225740402937,-0.05354668200016,-0.093015596270561,0.068852297961712,0.016220992431045,0.085370868444443,-0.11188719421625,0.086504593491554,0.14569368958473,0.079990148544312,0.013827419839799,0.050219427794218,0.039102997630835,-0.2129647731781,-0.0037696396466345,0.19439251720905,0.076893471181393,-0.012895671650767,-0.067103043198586,-0.16920365393162,-0.32537975907326,-0.037282284349203,0.33353045582771,0.05761282145977,-0.17266480624676,-0.23009742796421,-0.27368170022964,-0.23629023134708,0.42169624567032,0.74727135896683,0.44702130556107,-0.033348228782415,-0.036119028925896,-0.26392596960068,-0.31636810302734,0.42508220672607,0.68498861789703,0.26208582520485,-0.35199290513992,-0.16342735290527,-0.10161910951138,-0.060846734791994,0.2018927782774,0.35275390744209,0.084753416478634,-0.19203823804855,0.016042528674006,-0.0044838250614703,-0.10269268602133,0.069487221539021,0.052451305091381,-0.095666997134686,0.011562958359718,-0.012833951972425,0.075404599308968,0.01577090471983,-0.069869816303253,-0.038877256214619,-0.041399382054806,-0.082746282219887,-0.054353207349777,0.067967616021633,-0.16057424247265,-0.083763144910336,0.06269559264183,-0.00020328967366368,-0.03549087792635,-0.071227878332138,-0.11712785810232,-0.29408234357834,-0.054798521101475,0.22894890606403,0.058025646954775,-0.095234259963036,-0.075275972485542,-0.27912783622742,-0.42948561906815,0.35215070843697,0.699782371521,0.30971419811249,-0.14268736541271,-0.24528935551643,-0.22539655864239,-0.19821710884571,0.24575208127499,0.65596008300781,0.17514297366142,-0.34381437301636,-0.25585761666298,-0.12108708918095,-0.12344205379486,0.0097681311890483,0.28764069080353,-0.078352585434914,-0.29785493016243,-0.12101689726114,0.011407646350563,-0.029692864045501,-0.065014198422432,0.03687197715044,-0.0066687730140984,-0.022455526515841,0.069557100534439,-0.010991221293807,0.1421162635088,0.24676601588726,0.25526398420334,0.19036032259464,0.14828188717365,0.11859794706106,-0.14827175438404,-0.18019290268421,-0.061903327703476,-0.11898410320282,-0.060321483761072,0.080245696008205,0.11049652099609,-0.043715801090002,-0.063767001032829,-0.077772326767445,-0.17461435496807,0.014937147498131,0.01976166665554,0.11238736659288,-0.028445910662413,-0.065218240022659,-0.055599931627512,0.040540110319853,-0.13640628755093,-0.1372277289629,0.00097507954342291,0.029310027137399,0.030861163511872,0.0090219704434276,0.044348660856485,0.028073955327272,0.015242637135088,-0.10920235514641,-0.014884208329022,-0.067343674600124,-0.088312432169914,-0.069613836705685,-0.059715680778027,0.027303788810968,-0.041573196649551,-0.085741229355335,-0.13862355053425,-0.12206303328276,-0.070144936442375,-0.20129714906216,-0.11038204282522,-0.12207774817944,0.15633538365364,0.22313944995403,0.25256311893463,0.2852204144001,0.2144880592823,0.20129811763763,0.21177735924721,-0.14613920450211,-0.049802899360657,-0.12638595700264,-0.037044189870358,-0.061520837247372,0.02278196811676,0.066128104925156,-0.025777939707041,0.01809249073267,-0.018174631521106,-0.0039253160357475,0.0070107760839164,0.017375219613314,0.078168019652367,0.17181381583214,0.16388392448425,0.13070583343506,0.0035751115065068,-0.0066041201353073,-0.0015739375958219,-0.00919209420681,0.23672367632389,0.18078604340553,0.21954762935638,0.19395990669727,0.13813880085945,0.17049431800842,0.13242767751217,0.26178127527237,0.2780188024044,0.23516023159027,0.2075581997633,0.12899744510651,0.10371321439743,0.15295839309692,0.16837456822395,0.15345011651516,0.06166760250926,0.054804511368275,0.15306058526039,0.04358758404851,0.11677942425013,-0.013159209862351,-0.023732194676995,-0.018725970759988,-0.013864777050912,0.031532421708107,-0.056123442947865,-0.088008351624012,-0.2281269133091,-0.22958064079285,-0.32818469405174,-0.24746064841747,-0.12644678354263,-0.24657134711742,-0.17192143201828,-0.15226383507252,-0.20849469304085,-0.36320281028748,-0.30686524510384,-0.32546243071556,-0.18577282130718,-0.12840837240219,-0.12721870839596,-0.073630176484585,-0.065053224563599,-0.20064982771873,-0.20291757583618,-0.25975123047829,-0.25215935707092,0.14089973270893,0.058015923947096,0.029401507228613,-0.0030847238376737,-0.13018791377544,-0.12005552649498,-0.20242208242416,0.10592430830002,-0.016903314739466,-0.018311586230993,-0.026971338316798,0.012133171781898,-0.019924450665712,-0.06465107947588,0.15530498325825,-0.0059335976839066,0.10482160747051,0.060278754681349,0.023436173796654,0.029129955917597,0.076015688478947,0.061519078910351,0.038879726082087,-0.15082205832005,-0.30686232447624,-0.19911207258701,0.088950306177139,0.18952694535255,-0.28962779045105,-0.63626426458359,-0.62573826313019,-0.71304225921631,-0.17559053003788,0.088246129453182,0.065899357199669,0.073338359594345,-0.073131293058395,-0.025668883696198,0.013714860193431,0.19808265566826,0.29476809501648,0.29568237066269,0.093208283185959,0.25441002845764,0.50248861312866,0.52888059616089,0.54765683412552,0.48433727025986,0.62041306495667,-0.11622892320156,-0.097315467894077,-0.018609922379255,0.0027059619314969,0.01588161662221,-0.0495347045362,0.082416608929634,-0.15368553996086,-0.10106466710567,-0.14804777503014,-0.15294596552849,-0.12878258526325,-0.042428433895111,0.016584629192948,-0.033486004918814,-0.044383436441422,0.026305440813303,0.026831956580281,0.1601395457983,0.21587333083153,0.2067129611969,0.092108383774757,0.042711950838566,-0.06853549182415,-0.26664599776268,-0.093731500208378,0.10672844946384,-0.012287102639675,-0.19310630857944,-0.34732639789581,-0.51064831018448,-0.54727554321289,-0.16004315018654,0.043445710092783,0.023551912978292,0.05804006755352,-0.013245169073343,0.1209324747324,0.14230540394783,0.22821563482285,0.22242052853107,0.063730031251907,0.1992099583149,0.2512469291687,0.40481400489807,0.31598073244095,0.30161109566689,0.19251982867718,0.24765048921108,-0.15022987127304,-0.041686717420816,-0.10545419901609,-0.21358545124531,-0.21674640476704,-0.29812115430832,-0.36854124069214,-0.1818877607584,-0.091777287423611,-0.12810088694096,-0.26726180315018,-0.25270101428032,-0.33401489257812,-0.42915323376656,0.11084669828415,0.0044566309079528,0.041137047111988,-0.06757015734911,0.041317395865917,0.031975448131561,-0.0058171493001282,0.1878105700016,0.055340975522995,-0.067239560186863,-0.14544403553009,-0.12830740213394,0.14025102555752,0.10034328699112,-0.041824508458376,-0.32873502373695,-0.37897878885269,-0.45634183287621,-0.060618251562119,0.1629803031683,0.058888033032417,0.15394476056099,0.11834024637938,0.095377206802368,0.16615609824657,0.32739475369453,0.31734815239906,0.18659380078316,0.21072807908058,0.2673887014389,0.31294170022011,0.40006166696548,0.30025646090508,0.25659278035164,0.015540056861937,-0.033071476966143,0.039316777139902,-0.011350908316672,-0.1458355486393,-0.13193093240261,-0.2022847533226,-0.22235378623009,-0.11213088780642,-0.025187637656927,-0.081596292555332,-0.19844800233841,-0.12629026174545,-0.18077580630779,-0.23565378785133,0.077219381928444,0.19282026588917,0.055676609277725,-0.0021092533133924,0.097024135291576,0.039419177919626,0.0037461754400283,0.082996673882008,0.014118843711913,-0.0064636482857168,0.034899093210697,0.017001461237669,-0.043397072702646,-0.043597392737865,-0.062249585986137,-0.021873138844967,0.067633785307407,-0.014924020506442,-0.087215401232243,-0.032411474734545,-0.18505816161633,-0.011129593476653,-0.022983986884356,0.11536089330912,0.12404181063175,-0.049510881304741,-0.016918554902077,-0.14774100482464,-0.044349290430546,0.056503284722567,0.1678844243288,0.21418645977974,0.13218513131142,-0.0013519386993721,-0.15071129798889,-0.19801163673401,-0.058162905275822,0.16508233547211,0.22671817243099,0.25447568297386,0.18098618090153,-0.039280477911234,-0.35210064053535,-0.29681757092476,-0.065504789352417,0.066748879849911,0.12995499372482,0.19233272969723,0.099727667868137,-0.08961084485054,-0.24462185800076,-0.22879423201084,-0.043634582310915,-0.0097972778603435,-0.018874501809478,-0.023812983185053,0.10993047058582,0.076412491500378,0.091709271073341,0.0070291999727488,0.060824569314718,0.0080204084515572,-0.046259578317404,0.083901926875114,0.038771744817495,0.16173516213894,0.12450461834669,0.010069237090647,0.0013427878729999,-0.13603322207928,0.20059768855572,0.21937108039856,0.29222679138184,0.29842773079872,0.25311803817749,0.026805311441422,0.027964757755399,0.060098320245743,0.25770157575607,0.34354123473167,0.38509580492973,0.32596638798714,0.15819917619228,0.022072559222579,-0.06521774828434,0.14545927941799,0.24996760487556,0.4508458673954,0.40837255120277,0.36519259214401,0.2581946849823,-0.23249816894531,-0.29552567005157,-0.064098231494427,0.21365804970264,0.27758106589317,0.25992459058762,0.20680369436741,-0.037151992321014,-0.18615840375423,-0.27008500695229,-0.028006257489324,-0.0068239397369325,-0.044440992176533,0.12675757706165,-0.015178872272372,-0.058370180428028,-0.11032004654408,-0.049678307026625,-0.083334885537624,0.014973009005189,-0.056501060724258,-0.048902202397585,-0.025382623076439,-0.088938489556313,-0.18744659423828,-0.18175046145916,-0.19100205600262,-0.1202315762639,-0.054739784449339,-0.035339340567589,-0.012277843430638,-0.049419831484556,-0.017654679715633,-0.20559740066528,-0.1819022744894,-0.054177477955818,-0.020055586472154,-0.021795902401209,-0.062631145119667,-0.017693284898996,-0.12408668547869,-0.20432268083096,-0.20966990292072,-0.070790857076645,0.019939541816711,0.06857954710722,0.0022024437785149,0.025344464927912,-0.019072508439422,-0.26388397812843,-0.24289087951183,-0.20927423238754,-0.038248904049397,-0.047205805778503,0.019866755232215,0.0078186569735408,0.01819659397006,-0.15067179501057,-0.26867827773094,-0.21850711107254,-0.14118891954422,-0.15001997351646,-0.1029961258173,0.10691576451063,-0.0067497254349291,-0.09331076592207,0.012106219306588,0.029466848820448,-0.061875551939011,-0.015150471590459,0.025294590741396,-0.068448036909103,-0.058798477053642,-0.060056380927563,-0.029146302491426,-0.10128595679998,-0.11433124542236,0.0014709115494043,-0.023530889302492,-0.059298101812601,0.08825209736824,0.063827246427536,-0.078371301293373,0.050011932849884,0.053695280104876,-0.023445766419172,0.062703534960747,0.022131152451038,0.025477720424533,0.055892404168844,-0.002288225106895,0.20702989399433,-0.0020127980969846,0.033690225332975,0.13463777303696,0.15069995820522,0.081106215715408,-0.022871274501085,0.042981259524822,-0.014517875388265,0.079672664403915,0.064829640090466,0.05154437571764,0.15164309740067,0.091799661517143,0.16508293151855,0.16395857930183,0.18986751139164,0.13782054185867,0.11404684185982,0.10956158488989,0.12247004359961,0.010319489054382,-0.13674119114876,-0.0070665492676198,0.068846561014652,0.08893658220768,0.12239561229944,-0.014227128587663,-0.031787481158972,-0.092646531760693,-0.057466119527817,0.085993982851505,0.093662694096565,0.0056366939097643,-0.10194244980812,0.054583229124546,-0.08878106623888,-0.048381604254246,0.024444177746773,0.013912100344896,0.10484331101179,0.054277896881104,-0.029737571254373,0.094154179096222,0.12741768360138,0.15446293354034,0.18325510621071,0.084056563675404,0.13085435330868,-0.0058887633495033,0.033558208495378,0.040623590350151,0.1794945448637,0.16467536985874,0.15669442713261,0.10468511283398,-0.087810173630714,-0.04792457446456,0.049615055322647,0.024395538493991,0.041904520243406,0.045921497046947,-0.0082271415740252,-0.067994609475136,-0.03277688100934,0.06056471914053,0.10697078704834,-0.0027900296263397,0.039977885782719,-0.032842442393303,0.04142602533102,-0.10696307569742,-0.07780808955431,0.12421884387732,0.12305477261543,0.055725019425154,0.10606896877289,-0.062008984386921,-0.05391439050436,0.04325059056282,0.13053792715073,0.1188649982214,-0.032424572855234,0.014105156064034,-0.0028998157940805,0.040674116462469,0.096305914223194,0.1417685598135,0.13993902504444,0.070870973169804,0.00416653836146,0.016235949471593,0.071046061813831,0.11846404522657,0.15592560172081,0.063093088567257,0.086845748126507,-0.052170436829329,-0.11307611316442,-0.11215694248676,0.043597150593996,-0.02420786768198,0.051454853266478,-0.01743352599442,0.014877196401358,-0.15221512317657,-0.12340995669365,-0.10686703771353,-0.00554881663993,-0.056568570435047,-0.0645946636796,-0.18937906622887,-0.1321516931057,-0.046114016324282,-0.13640730082989,-0.029916882514954,-0.082965530455112,-0.059221368283033,-0.086435884237289,0.046810667961836,0.031169196590781,-0.024925321340561,-0.043581906706095,-0.12224029749632,0.049345601350069,0.1211755797267,0.42289346456528,0.446961581707,0.1589987128973,0.06136840954423,-0.06285572052002,0.07990538328886,0.13062343001366,0.50592190027237,0.58077108860016,0.2676328420639,-0.14368811249733,-0.28768765926361,-0.28079205751419,-0.010736161842942,0.32703703641891,0.43249973654747,0.17431603372097,-0.35512003302574,-0.56397843360901,-0.35114333033562,-0.073420114815235,0.27368766069412,0.19084179401398,-0.20002612471581,-0.34572833776474,-0.43597787618637,-0.12002364546061,0.10490073263645,0.064671993255615,-0.058298069983721,-0.13386136293411,-0.323366522789,-0.15505154430866,0.19548384845257,0.25286415219307,-0.077597767114639,-0.14596822857857,-0.2266266644001,-0.16520290076733,-0.097942277789116,0.059355072677135,-0.066915787756443,0.10548765212297,0.059125196188688,-0.033316574990749,-0.078121274709702,-0.11859580129385,0.025963455438614,-0.013202546164393,0.31792122125626,0.34009125828743,0.11220442503691,-0.10393468290567,-0.19757385551929,-0.051517341285944,-0.054865092039108,0.53843861818314,0.54923987388611,0.21036560833454,-0.27930220961571,-0.49338683485985,-0.38944894075394,-0.2081069201231,0.40029695630074,0.46692326664925,0.03099605999887,-0.4220926463604,-0.66935455799103,-0.45741561055183,-0.086679026484489,0.2159911096096,0.19681429862976,-0.16171988844872,-0.40971806645393,-0.42387732863426,-0.083185710012913,0.093716114759445,0.15804468095303,0.027099687606096,-0.13001771271229,-0.23149430751801,-0.13696034252644,0.25433459877968,0.21205735206604,-0.046210259199142,0.035601440817118,-0.082270875573158,-0.10987737774849,0.030987907201052,0.19448474049568,0.19178038835526,0.083237923681736,-1.6130972653627e-05,-0.082032054662704,-0.091423384845257,-0.094134204089642,0.062081873416901,0.15469838678837,0.18830081820488,0.17119547724724,-0.012574415653944,-0.20600315928459,-0.14910787343979,-0.14360928535461,-0.051291257143021,0.44477233290672,0.49453461170197,0.14040151238441,-0.20936669409275,-0.39109855890274,-0.26706218719482,-0.067924052476883,0.31875270605087,0.35198447108269,0.1300076842308,-0.33509969711304,-0.48501539230347,-0.2945522069931,0.10146649926901,0.23170408606529,0.15884478390217,-0.10496737807989,-0.28683045506477,-0.22674062848091,0.093093037605286,0.26477161049843,0.072874173521996,0.0039188442751765,-0.14468644559383,-0.24779006838799,-0.042012009769678,0.28148305416107,0.2492753714323,-0.0095747094601393,0.022988589480519,-0.16161276400089,-0.12082017213106,-0.015724662691355,0.17431373894215,0.22734753787518,0.50883948802948,0.41631281375885,0.5875039100647,0.50061297416687,0.52940797805786,0.39298197627068,0.37486529350281,0.23611260950565,0.21081222593784,0.24355490505695,0.27652743458748,0.11365504562855,0.13556963205338,0.025114197283983,0.17600877583027,0.16046208143234,-0.038803536444902,-0.010049452073872,-0.02597570605576,-0.13846272230148,-0.21759538352489,0.047726254910231,-0.024857211858034,-0.077652104198933,-0.15946614742279,-0.19468815624714,-0.27177256345749,-0.3424369096756,-0.11768263578415,-0.14518128335476,-0.12694217264652,-0.30445492267609,-0.29805436730385,-0.23642756044865,-0.33478772640228,-0.19075872004032,-0.15590712428093,-0.23931334912777,-0.19530469179153,-0.29372724890709,-0.27567911148071,-0.11702699959278,-0.040663111954927,-0.13946142792702,-0.058700107038021,-0.24389730393887,-0.20762741565704,-0.14100439846516,-0.064857497811317,0.33828207850456,0.32857427000999,0.41834473609924,0.5263409614563,0.37931457161903,0.36579698324203,0.21209958195686,0.25169235467911,0.29156216979027,0.25563392043114,0.24634498357773,0.18000334501266,0.010653282515705,-0.012343063950539,0.18904556334019,0.039148006588221,0.043103195726871,-0.068900778889656,-0.12199217826128,-0.10152196139097,-0.16700053215027,0.097033940255642,0.043053705245256,-0.079159364104271,-0.035820860415697,-0.2415008097887,-0.27515178918839,-0.30672609806061,-0.12439711391926,-0.08354277163744,-0.13727778196335,-0.15510910749435,-0.27388527989388,-0.1614615470171,-0.23808053135872,-0.056201968342066,-0.15959878265858,-0.20392501354218,-0.12411260604858,-0.21595863997936,-0.15635444223881,-0.063877299427986,-0.041157923638821,-0.060930617153645,-0.069290839135647,0.036805517971516,-0.06362496316433,-0.045043651014566,0.037627097219229,0.17806251347065,0.33973211050034,0.29305085539818,0.39519077539444,0.33639347553253,0.19286131858826,0.14496752619743,0.097713179886341,0.1382951438427,0.24087007343769,0.19957414269447,0.069672152400017,-0.017087534070015,-0.08354389667511,0.014564709737897,0.077304318547249,-0.021949736401439,-0.021360661834478,-0.11570435762405,-0.086633779108524,-0.2146862000227,0.068796962499619,-0.06222340464592,-0.017012706026435,0.012202261015773,0.012946171686053,-0.12761686742306,-0.23733519017696,-0.00042276259046048,-0.037419557571411,-0.023214498534799,-0.067132271826267,-0.04606107249856,-0.19612999260426,-0.11496735364199,-0.17088668048382,-0.21317234635353,-0.16527728736401,-0.066236607730389,-0.18167655169964,-0.17191384732723,0.0012316853972152,-0.17515549063683,-0.15245254337788,-0.12605100870132,-0.12838965654373,-0.051217671483755,-0.090783774852753,0.073516681790352,0.15727199614048,0.06300313025713,-0.051822237670422,0.037228360772133,-0.020263081416488,0.011429719626904,-0.018594656139612,0.36773577332497,0.58997535705566,0.46589961647987,0.44965958595276,0.39018923044205,0.48359331488609,0.43980649113655,0.12292957305908,0.33843851089478,0.31952118873596,0.21473833918571,0.28127202391624,0.33297654986382,0.36429682374001,-0.14408300817013,-0.023908641189337,0.003831620560959,0.0040854294784367,0.019192138686776,-0.0096191167831421,-0.0030599860474467,-0.31464546918869,-0.33174431324005,-0.21868123114109,-0.36666071414948,-0.23021112382412,-0.13209630548954,-0.092268757522106,-0.28177577257156,-0.34129264950752,-0.36837005615234,-0.43160310387611,-0.3309862613678,-0.21508593857288,-0.23450413346291,-0.3254608809948,-0.22131738066673,-0.21675398945808,-0.27502033114433,-0.27018103003502,-0.29579916596413,-0.22981259226799,-0.046414382755756,0.083213925361633,-0.025038624182343,-0.03053761459887,-0.065310470759869,-0.027762044221163,0.057143539190292,0.29081600904465,0.34582236409187,0.3091621696949,0.33498761057854,0.36546814441681,0.25118094682693,0.39036101102829,0.17874945700169,0.31201648712158,0.20701815187931,0.20274092257023,0.28193002939224,0.29281604290009,0.224320307374,-0.089243300259113,-0.014142211526632,0.084862925112247,0.062989979982376,0.053538996726274,0.15408298373222,0.068806394934654,-0.28145870566368,-0.24497494101524,-0.12694720923901,-0.20151698589325,-0.094841532409191,-0.13797369599342,-0.094302706420422,-0.31637120246887,-0.29879081249237,-0.24956880509853,-0.31173154711723,-0.24159188568592,-0.21026246249676,-0.1583806425333,-0.18311254680157,-0.19436746835709,-0.14346164464951,-0.14287495613098,-0.16956523060799,-0.19960455596447,-0.21021062135696,0.089786820113659,-0.015860039740801,-0.10741133242846,-0.07628283649683,-0.074718840420246,-0.090278603136539,0.071640655398369,0.10239262878895,0.15786403417587,0.06975332647562,0.1175135076046,0.079682886600494,0.07424296438694,0.21178574860096,0.10425735265017,0.14712661504745,0.1638769954443,0.24228319525719,0.13366374373436,0.1781125664711,0.21160055696964,-0.16620393097401,0.0089675635099411,0.13293635845184,0.12613445520401,0.026559330523014,0.0221610609442,-0.0041265771724284,-0.071026287972927,-0.1248812302947,-0.066026784479618,-0.1319233328104,-0.033101707696915,0.063676074147224,0.0088024074211717,-0.088246896862984,-0.021166127175093,-0.11719273775816,-0.1117886453867,0.006912806071341,-0.0020580175332725,-0.08188135176897,-0.044931307435036,0.072096571326256,0.027688710018992,0.012739188037813,-0.050712399184704,-0.040691211819649,-0.14497601985931,-0.011148139834404,0.081152684986591,0.22977675497532,0.24320350587368,0.21761336922646,0.11391948908567,0.029991418123245,-0.018385419622064,0.11675075441599,0.26830470561981,0.36960676312447,0.13547022640705,-0.04115966707468,-0.10564095526934,0.1030450835824,0.04459336027503,0.079115003347397,-0.22987060248852,-0.46092435717583,-0.61323475837708,-0.20791126787663,-0.058180045336485,-0.14299595355988,-0.22560167312622,-0.41274043917656,-0.55155223608017,-0.15005224943161,0.18824952840805,0.083792567253113,0.030720040202141,-0.028799016028643,-0.032587610185146,0.15279452502728,0.31862086057663,0.51452493667603,0.077734626829624,0.0046198209747672,0.0018557321745902,0.0055052991956472,0.13128997385502,0.16677516698837,0.20650552213192,0.01684233173728,0.13248851895332,-0.014156678691506,-0.077308140695095,-0.019230095669627,-0.11687213927507,-0.1530499458313,0.063209861516953,0.071519985795021,0.25004911422729,0.25922992825508,0.30443906784058,0.19528762996197,0.12029729783535,-0.020035199820995,0.13605473935604,0.25337496399879,0.22460123896599,0.10562546551228,-0.22779305279255,-0.21869392693043,-0.00038277008570731,0.04944035038352,-0.057543940842152,-0.21088905632496,-0.63099765777588,-0.64127779006958,-0.35575380921364,-0.16538262367249,-0.14199076592922,-0.33044537901878,-0.58988559246063,-0.63660621643066,-0.37145140767097,0.032476928085089,-0.094081178307533,-0.040186371654272,-0.032691463828087,-0.038259003311396,0.038256093859673,0.33952289819717,0.46814846992493,-0.07052044570446,0.024607131257653,-0.00029262737371027,0.022843262180686,0.15363065898418,0.30023458600044,0.13385528326035,0.014005472883582,0.086980991065502,0.14747089147568,0.018590092658997,0.039361078292131,-0.051007907837629,-0.1113887578249,-0.10331214219332,0.022123141214252,0.080063454806805,0.21505245566368,0.2120968401432,0.079207837581635,-0.077961511909962,0.001432366669178,0.065406911075115,0.26620671153069,0.24883775413036,0.077563002705574,-0.15312498807907,-0.26705712080002,0.062034234404564,0.1596827507019,-0.010418066754937,-0.14259444177151,-0.37371388077736,-0.49300310015678,-0.33138871192932,0.034740045666695,0.00042411242611706,-0.077197529375553,-0.28923100233078,-0.39510357379913,-0.1323558986187,0.23320773243904,-0.073956705629826,-0.0046191764995456,-0.045753575861454,0.020691173151135,0.16435205936432,0.50586140155792,0.39826202392578,0.0061180284246802,-0.034552786499262,0.10690604895353,0.086014397442341,0.12719044089317,0.2582870721817,0.18369202315807,-0.062348183244467,-0.039032187312841,0.025221634656191,0.040798217058182,-0.038340471684933,-0.092263273894787,-0.1806778460741,0.033040203154087,-0.089312843978405,-0.068521440029144,-0.048457603901625,-0.026582878082991,-0.014521072618663,-0.055768810212612,-0.10975302755833,-0.083051852881908,0.090486414730549,-0.0054376358166337,0.10171168297529,0.1437900364399,0.034236304461956,-0.15429998934269,-0.20728182792664,0.052826825529337,0.044540826231241,0.12435509264469,0.14364388585091,-0.12205179780722,-0.11040660738945,-0.30120691657066,-0.054198551923037,-0.017200026661158,0.024320974946022,-0.041541829705238,-0.13747934997082,-0.10075085610151,-0.09488321095705,-0.0087679512798786,0.1292018443346,0.18548667430878,0.042051084339619,-0.069229066371918,-0.015163774602115,-0.14124549925327,-0.071377024054527,0.039058353751898,0.19384573400021,0.06621827930212,-0.054350253194571,0.012287709861994,-0.067025028169155,-0.023627042770386,0.063793145120144,0.085355207324028,0.061224695295095,-0.0025378344580531,0.10725232213736,-0.038950458168983,0.067474059760571,-0.052676487714052,0.091405667364597,0.06492406129837,-0.04080967977643,0.076612956821918,0.077230490744114,0.12433706969023,0.14961798489094,0.13404770195484,0.11639856547117,-0.015908909961581,-0.074261762201786,0.0091867558658123,0.063304394483566,0.093940921127796,0.21067827939987,0.1423631310463,-0.067628532648087,0.029285255819559,-0.038346093147993,0.075518392026424,0.092403925955296,0.1733063608408,0.057066984474659,-0.11966337263584,0.1309068351984,-0.065430678427219,0.073040820658207,0.27703616023064,0.16846479475498,0.17675831913948,-0.091408342123032,0.0793347209692,0.053405120968819,-0.0012644516536966,0.23600095510483,0.25365656614304,0.15394750237465,-0.082386955618858,-0.016411678865552,0.074015662074089,0.013711524195969,0.12729482352734,0.20000140368938,0.025840371847153,-0.10446420311928,0.0073703583329916,0.0731041431427,0.012254754081368,0.043463259935379,-0.026445645838976,0.020028071478009,-0.014823318459094,0.094875656068325,0.010530857369304,0.091183684766293,0.11333634704351,-0.0050253388471901,-0.047427587211132,-0.0031308068428189,-0.15353417396545,-0.079132758080959,-0.12156520038843,0.025072095915675,-0.047654952853918,-0.073026910424232,-0.11390774697065,-0.15542785823345,-0.29322722554207,-0.14445012807846,-0.066544786095619,-0.12932822108269,-0.18905319273472,-0.33170628547668,-0.00087110104504973,-0.20103079080582,-0.20681789517403,-0.079031601548195,0.040387246757746,-0.07679133862257,-0.21022355556488,-0.013191898353398,-0.08464802056551,-0.18373216688633,-0.067374601960182,0.093745969235897,-0.11362180113792,-0.28733399510384,-0.091920800507069,-0.13385616242886,-0.0055350637994707,0.0092057725414634,0.055141631513834,-0.10149421542883,-0.12516877055168,0.14003457129002,0.11487947404385,-0.019725702702999,0.10774249583483,0.11467304080725,0.15509068965912,0.033461824059486,0.068696811795235,0.084493905305862,-0.045520111918449,0.072992064058781,0.13722996413708,-0.019308313727379,0.043335825204849,0.16865094006062,0.086904659867287,0.051050636917353,-0.0084045100957155,0.064092256128788,-0.034875437617302,0.078033424913883,0.15521347522736,0.070800863206387,0.024095879867673,0.11936314404011,0.088300690054893,-0.097144536674023,-0.050332732498646,0.2183973044157,0.22353276610374,0.11579509079456,0.14294974505901,0.12458642572165,0.074977092444897,0.029801519587636,0.27232846617699,0.11137899011374,0.19443082809448,0.16982500255108,0.079724542796612,0.1749352067709,0.045524377375841,0.19891509413719,0.11983899772167,0.14210310578346,0.21419587731361,0.23568820953369,0.13239070773125,0.1878225505352,-0.021429132670164,-0.13007910549641,-0.16604804992676,-0.022219168022275,-0.06226409599185,-0.08387702703476,-0.082605846226215,-0.070976726710796,-0.075991287827492,-0.12071652710438,-0.19906756281853,-0.093990996479988,-0.20791831612587,-0.10448605567217,-0.050107069313526,-0.032410521060228,-0.12257134914398,-0.16986881196499,-0.055664457380772,-0.17405900359154,-0.10787813365459,0.012131535448134,-0.060887064784765,-0.0038339686580002,-0.091781355440617,-0.12033526599407,-0.12694948911667,-0.24710747599602,0.087834298610687,0.039297752082348,0.10687705129385,-0.053825218230486,-0.056782953441143,-0.034977544099092,-0.041728306561708,0.087880432605743,0.088834188878536,0.10864815115929,0.12838751077652,0.028034908697009,0.0078388703987002,0.038067188113928,0.20496261119843,0.11673935502768,0.068109318614006,0.10515810549259,0.030029585584998,0.046840813010931,0.033196967095137,0.020935479551554,0.04937382042408,-0.019145581871271,-0.0010694751981646,-0.055333606898785,-0.051565907895565,-0.009205324575305,0.097583845257759,0.031023239716887,-0.056881543248892,-0.095262013375759,-0.058722279965878,-0.02992681786418,-0.18942041695118,0.1468730866909,-0.0023631730582565,0.034069731831551,-0.11129830032587,-0.075849205255508,-0.090281158685684,-0.11897814273834,0.052646078169346,0.095709390938282,-0.078976839780807,-0.15140555799007,-0.1036161929369,-0.09525340795517,-0.11594077944756,0.10943350195885,0.16031038761139,0.040981166064739,0.12656751275063,0.033096916973591,0.00021596692386083,-0.1063626781106,0.10052596777678,0.081895291805267,0.14825193583965,0.10096473991871,0.024618523195386,0.0010923100635409,0.0037141209468246,0.11247215420008,0.25062018632889,0.088953778147697,0.06589749455452,0.088115908205509,-0.0027924999594688,-0.0036623878404498,-0.073068603873253,0.070530496537685,0.030113531276584,0.023332443088293,-0.061313319951296,-0.051280900835991,0.0020509720779955,-0.0025883375201374,-0.11325979977846,-0.034326363354921,-0.00092993699945509,-0.084382116794586,-0.12326374650002,-0.14676484465599,-0.12550586462021,-0.088727727532387,-0.10310249775648,-0.055780101567507,-0.052275080233812,-0.11083804816008,-0.096585720777512,0.036765873432159,0.091488040983677,0.079495824873447,0.062564358115196,0.018135916441679,0.095105543732643,0.073466092348099,0.1112472936511,-0.053168728947639,-0.091530278325081,0.040363878011703,-0.070558920502663,-0.12833552062511,0.019520634785295,0.17846983671188,-0.026108834892511,-0.099730893969536,0.004857026040554,0.19662173092365,0.017331045120955,-0.0037415672559291,0.10944621264935,0.086767867207527,0.024001829326153,0.094099313020706,0.035202920436859,-0.097449712455273,-0.027727955952287,0.060868497937918,0.0018214992014691,0.034647535532713,-0.011720772832632,0.068376787006855,-0.0088720927014947,0.087401159107685,0.0025537176989019,0.073111020028591,-0.0040221000090241,-0.10142304003239,-0.017425799742341,-0.094896391034126,-0.0010295921238139,-0.012855647131801,0.016055520623922,0.039332963526249,0.0062941387295723,-0.038084961473942,-0.038728788495064,-0.041139051318169,0.047910071909428,-0.069048665463924,-0.081697337329388,-0.01645116508007,-0.059422720223665,0.0049632135778666,-0.086927555501461,0.07067983597517,-0.23543755710125,-0.22625975310802,-0.17218996584415,-0.17872574925423,-0.14699795842171,-0.15495431423187,0.31596031785011,0.014304775744677,-0.30305477976799,-0.23889844119549,0.0034582440275699,-0.1688567250967,-0.20246660709381,0.18853802978992,0.079253420233727,-0.064750254154205,-0.055809762328863,-0.09277718514204,-0.026629969477654,-0.084520362317562,-0.065660201013088,0.049917634576559,-0.014669244177639,0.061402503401041,0.11386938393116,0.11224519461393,0.11010416597128,0.058755557984114,0.015582429245114,0.0082225454971194,-0.023666646331549,0.06117819994688,0.086887896060944,0.00042196217691526,0.06981248408556,0.042444091290236,0.026414025574923,0.022573886439204,0.064251236617565,0.028863269835711,0.076997444033623,0.065423995256424,-0.050227578729391,-0.049428511410952,0.021140055730939,-0.025086244568229,-0.014677201397717,0.091881960630417,0.009649439714849,-0.088010966777802,-0.28348833322525,-0.11449993401766,-0.10733230412006,-0.1355215460062,-0.047637138515711,0.10017215460539,-0.01283579133451,-0.32687312364578,-0.23194567859173,-0.15101024508476,-0.14607645571232,-0.15538676083088,0.048299312591553,0.10708521306515,-0.05476201698184,-0.24484877288342,-0.17668338119984,-0.14714661240578,-0.032430317252874,0.13604518771172,0.11138008534908,-0.081247732043266,-0.088542319834232,0.0498873218894,0.048183728009462,0.019765246659517,0.20981533825397,0.15698094666004,-0.10920707136393,0.08297236263752,0.22663804888725,0.1062885299325,0.06277846544981,0.17082186043262,-0.11397664248943,-0.28035542368889,0.023391073569655,0.11553508043289,-0.04040289670229,-0.18521676957607,0.089325912296772,-0.2061302959919,-0.25991594791412,-0.064459130167961,-0.03724467381835,-0.1292132884264,-0.17874318361282,-0.023776046931744,-0.11324883252382,-0.0088342828676105,-0.20199386775494,-0.15869644284248,-0.10313872992992,0.046643350273371,0.00082858942914754,-0.022130716592073,-0.036855258047581,-0.17165952920914,-0.084247261285782,-0.085458777844906,-0.040336042642593,-0.027448829263449,0.017460839822888,-0.13383394479752,-0.055503908544779,-0.08242080360651,-0.00099248136393726,-0.011070100590587,0.085332527756691,-0.063046492636204,-0.042180068790913,-0.062418930232525,0.020834198221564,0.034514226019382,0.01766374334693,0.17651163041592,0.11685843765736,-0.11875801533461,-0.027236130088568,0.25904774665833,0.052739810198545,0.12749920785427,0.18208791315556,0.083098389208317,-0.1065883859992,0.19423361122608,0.31970217823982,0.044584017246962,-0.035597663372755,0.19934475421906,-0.074483141303062,0.049505978822708,0.10333337634802,0.076584383845329,0.017702860757709,0.083908155560493,0.040732461959124,0.13772673904896,0.12440609186888,-0.029220759868622,0.11963617801666,0.018097104504704,0.086012989282608,0.011001598089933,0.18136951327324,0.094488553702831,0.024122642353177,0.059100262820721,0.10088879615068,0.20437173545361,0.11433650553226,-0.012735202908516,0.082450240850449,-0.036862134933472,-0.0669090077281,0.11948757618666,-0.020498951897025,-0.012228182516992,-0.12928001582623,-0.082063712179661,-0.085129022598267,-0.11372522264719,0.010156393051147,0.00055269070435315,-0.068321086466312,-0.10050430893898,-0.31103482842445,-0.19025133550167,0.13787727057934,-0.02310256101191,-0.16411080956459,0.00024307589046657,-0.06815817207098,-0.27380478382111,0.04518086835742,0.1701143682003,0.018797498196363,-0.1909099817276,0.0023339584004134,-0.068373195827007,-0.18487770855427,0.084390074014664,0.051294140517712,-0.0069084246642888,0.019324658438563,-0.071754448115826,0.059214312583208,-0.03551834821701,-0.11213957518339,-0.037720188498497,-0.019040239974856,0.054096449166536,-0.064283922314644,0.087072022259235,0.074665516614914,0.0029607515316457,0.074303239583969,0.024765321984887,0.090492390096188,0.011830826289952,-0.011803293600678,-0.10206431895494,-0.10691557824612,-0.049314107745886,0.006754188798368,0.0049764434807003,0.091181300580502,0.071060471236706,-0.20122426748276,-0.20305989682674,-0.016787996515632,-0.0059817619621754,0.26270630955696,0.0067136264406145,0.070896536111832,-0.184046626091,-0.41513428092003,-0.30446514487267,0.094734720885754,0.23552037775517,0.10217981040478,0.30229955911636,0.074648544192314,-0.26276186108589,-0.46823611855507,-0.11597582697868,-0.0633260384202,0.06128242239356,0.32998129725456,0.2681505382061,-0.11196611076593,-0.53357523679733,-0.41394552588463,-0.46006146073341,0.022467140108347,0.33639305830002,0.48182919621468,0.5067418217659,0.032845702022314,-0.15270838141441,-0.27594801783562,-0.059548914432526,0.16418096423149,0.422488540411,0.55151683092117,0.26191964745522,0.11915120482445,-0.041669391095638,-0.27845928072929,-0.082802683115005,0.062562711536884,0.11825679987669,0.20079180598259,0.10600010305643,0.012916868552566,0.15965069830418,0.12754936516285,-0.15453200042248,-0.19601857662201,-0.090405717492104,0.0038296063430607,0.10741776973009,0.11112634092569,0.20521129667759,-0.18903714418411,-0.40030324459076,-0.2619337439537,-0.036296933889389,0.2651030421257,0.14587409794331,0.29792591929436,0.011196103878319,-0.3322431743145,-0.5235755443573,-0.18218752741814,-0.0076459860429168,0.14518089592457,0.32598200440407,0.33429825305939,-0.23856617510319,-0.59676176309586,-0.50504618883133,-0.51608490943909,0.13607853651047,0.32732158899307,0.41091933846474,0.36771041154861,-0.10084458440542,-0.3267428278923,-0.41362872719765,-0.063601553440094,0.086019687354565,0.33885535597801,0.35066825151443,0.23326696455479,0.0075354850850999,-0.069195538759232,-0.18291473388672,-0.23933723568916,-0.041716363281012,0.21290902793407,0.1730694770813,0.10823749005795,-0.005473249591887,0.10939704626799,-0.029380779713392,-0.17240756750107,-0.20701940357685,0.017029277980328,0.15752959251404,0.22183819115162,0.11586467176676,0.18212506175041,-0.18335062265396,-0.24935458600521,-0.13455553352833,0.09358362108469,0.26731458306313,0.17289717495441,0.34283685684204,0.024314591661096,-0.34371787309647,-0.34556347131729,-0.14118154346943,0.13686361908913,0.099228195846081,0.29561626911163,0.23349998891354,-0.13527461886406,-0.52009218931198,-0.46813011169434,-0.40835255384445,0.095324613153934,0.20999467372894,0.48662656545639,0.45900934934616,0.069771274924278,-0.23515482246876,-0.31850311160088,0.0086968718096614,0.086695544421673,0.34584212303162,0.38595673441887,0.1983937472105,-0.038627304136753,-0.10926610976458,-0.24044913053513,-0.14701998233795,-0.041945274919271,0.18607240915298,0.064894989132881,0.05260618776083,-0.11169914901257,0.13962365686893,0.13293653726578,0.15415501594543,0.18154080212116,0.098771207034588,0.25372833013535,0.15962789952755,0.18604098260403,0.31433808803558,0.28835678100586,0.21587546169758,-0.019671881571412,-0.040387000888586,-0.19134882092476,0.21582768857479,0.31960013508797,0.3376299738884,0.21899372339249,-8.7537337094545e-05,-0.1388485878706,-0.26109555363655,0.14478646218777,0.29114574193954,0.25125005841255,0.073738783597946,-0.1854206174612,-0.27466434240341,-0.30249652266502,0.18629352748394,0.23741707205772,0.11539129912853,-0.16132086515427,-0.23894126713276,-0.23967413604259,-0.050526849925518,0.11496987938881,0.071100443601608,-0.066091358661652,-0.078336976468563,-0.24092356860638,-0.082278661429882,-0.051269605755806,-0.071370519697666,-0.042457245290279,-0.13995566964149,-0.16132989525795,-0.17609211802483,0.04799547418952,0.11768139153719,0.23156145215034,0.30896732211113,0.27179524302483,0.15319040417671,0.022318102419376,0.091158747673035,0.028898168355227,0.25907495617867,0.28940340876579,0.18151560425758,0.11872669309378,-0.14910517632961,-0.086871147155762,-0.28576993942261,0.27414613962173,0.11422833055258,0.079315043985844,-0.051173843443394,-0.18401825428009,-0.29433503746986,-0.50905269384384,0.09176017343998,0.021227480843663,0.060673762112856,-0.043417502194643,-0.43868348002434,-0.54147976636887,-0.43550437688828,0.11911094933748,-0.017631310969591,0.0022139979992062,-0.27432590723038,-0.46182391047478,-0.38737973570824,-0.17606396973133,0.065445072948933,-0.060335505753756,-0.018954385071993,-0.22746449708939,-0.30244499444962,-0.17456875741482,0.033144742250443,-0.039625763893127,-0.10114662349224,-0.063657581806183,-0.086033523082733,-0.10431863367558,0.1556566208601,0.18219847977161,0.15838176012039,0.30625587701797,0.28498691320419,0.24192629754543,0.17229606211185,0.14233888685703,0.11295601725578,0.3975365459919,0.24185812473297,0.25031426548958,0.19613079726696,-0.00063318083994091,-0.11012683808804,-0.28457581996918,0.30554613471031,0.16289700567722,0.15524880588055,0.036660306155682,-0.15985038876534,-0.27739864587784,-0.40378624200821,0.22355803847313,0.039857644587755,0.093736372888088,0.030515793710947,-0.15654960274696,-0.35780370235443,-0.32738736271858,0.15250690281391,0.03290731459856,-0.016830839216709,-0.11688765883446,-0.3531898856163,-0.2292702794075,-0.12619718909264,0.021031174808741,0.022901648655534,-0.023127760738134,-0.23585875332355,-0.20558159053326,-0.11154121160507,0.15736220777035,-0.10647597908974,-0.010444693267345,-0.011750147677958,0.016170658171177,0.032236061990261,0.066351182758808,0.23798729479313,0.26473206281662,0.31134143471718,0.4244869351387,0.46098330616951,0.46089246869087,0.34395611286163,0.44607099890709,0.018324220553041,0.03875170648098,0.069047413766384,0.21478827297688,0.36411544680595,0.33964520692825,0.38681337237358,-0.12565816938877,-0.14159797132015,-0.062567196786404,0.033474769443274,0.09920584410429,0.093030743300915,0.24312520027161,-0.15889146924019,-0.16066163778305,-0.21024368703365,-0.12963117659092,-0.082420013844967,-0.020172817632556,0.014506530016661,0.039712313562632,-0.10809757560492,-0.30298632383347,-0.13853472471237,-0.0061695696786046,-0.016372574493289,0.0033393541816622,0.19878397881985,0.06946749985218,-0.25110277533531,-0.32270488142967,-0.20230814814568,-0.1174339056015,-0.041325148195028,0.15212905406952,0.22401544451714,0.087086848914623,-0.12382552027702,-0.12797130644321,-0.13541576266289,-0.15148158371449,0.22038622200489,0.22297357022762,0.26873371005058,0.40967831015587,0.43678998947144,0.37773206830025,0.30522719025612,-0.086987927556038,-0.059969868510962,0.11392305791378,0.1463416069746,0.12224125862122,0.2063622623682,0.23741902410984,-0.2374636977911,-0.28861892223358,-0.19105111062527,-0.24669271707535,-0.052982404828072,-0.0014697266742587,-0.05957817658782,-0.35005238652229,-0.41119730472565,-0.34484955668449,-0.27638015151024,-0.17934580147266,-0.15947256982327,-0.17244479060173,-0.17499396204948,-0.3284415602684,-0.36030164361,-0.29633504152298,-0.11459691077471,-0.12576393783092,-0.15483489632607,0.1769855171442,-0.12326201051474,-0.38798540830612,-0.5283527970314,-0.39441055059433,-0.22974176704884,-0.14925707876682,0.278201431036,0.24131210148335,0.087348245084286,-0.26064518094063,-0.2764920592308,-0.18292611837387,-0.19060039520264,0.12362235784531,0.21303111314774,0.18308006227016,0.2475875467062,0.36114567518234,0.18042494356632,0.2202380746603,-0.027237327769399,-0.03856124356389,0.091073743999004,0.11040515452623,0.21198397874832,0.16779956221581,0.17596186697483,-0.23686100542545,-0.075726427137852,-0.083200253546238,-0.037676014006138,-0.013968139886856,0.024917148053646,0.057324223220348,-0.22316443920135,-0.16102249920368,-0.15553480386734,-0.048243351280689,0.068993985652924,0.012557057663798,0.090559631586075,0.0074253808706999,-0.082531251013279,-0.1078377366066,-0.17343758046627,-0.015813572332263,0.13264317810535,0.075733534991741,0.15244401991367,0.13186831772327,-0.076029613614082,-0.23985469341278,-0.16015727818012,0.048368312418461,0.083670325577259,0.26432114839554,0.34796899557114,0.11596668511629,-0.17199911177158,-0.10634742677212,-0.026004403829575,-0.063785538077354,0.18032570183277,0.13482196629047,0.15074646472931,0.19120906293392,0.23472468554974,0.28680631518364,0.26395696401596,0.15551251173019,0.11368827521801,0.017144558951259,0.065863482654095,0.017014911398292,0.041507124900818,0.21475341916084,0.2208044230938,0.10035548359156,0.14109647274017,0.22358858585358,0.12943376600742,0.10738997161388,0.074982486665249,-0.039382919669151,0.0039523276500404,-0.049061115831137,-0.069515369832516,-0.0019678638782352,-0.039930496364832,-0.11536087840796,-0.080275408923626,-0.11889443546534,-0.0080017615109682,-0.10294415056705,-0.033087030053139,0.00068475073203444,-0.085826054215431,-0.060808073729277,-0.20446635782719,-0.10410286486149,-0.096557311713696,-0.10179547220469,-0.13222692906857,-0.12208818644285,-0.13527590036392,-0.24950243532658,-0.21675032377243,-0.28697240352631,-0.20701505243778,-0.18538810312748,-0.07937778532505,-0.067431665956974,-0.17794728279114,-0.082521468400955,-0.06429211050272,-0.12421300262213,-0.1624069660902,-0.15844850242138,-0.039063848555088,-0.19964651763439,-0.23995925486088,-0.24530026316643,-0.27227640151978,-0.16644422709942,-0.14957110583782,-0.0015321064274758,0.11078780144453,0.13803066313267,0.053460955619812,0.11504707485437,0.052455931901932,-0.027393082156777,0.0013792309910059,0.072514101862907,0.020678928121924,0.094627268612385,0.11070236563683,0.092508643865585,-0.026852255687118,0.18990813195705,0.21594497561455,0.24644204974174,0.26317366957664,0.26255586743355,0.2131357640028,0.20935170352459,0.13477689027786,0.08864663541317,0.15653648972511,0.096370883285999,0.18048924207687,0.26277238130569,0.12371523678303,-0.0388636700809,0.036170855164528,-0.0064749522134662,-0.059954650700092,-0.043211787939072,0.043241813778877,0.08868733048439,-0.077819541096687,-0.03497164696455,-0.12447219341993,-0.068827211856842,-0.15673445165157,-0.08781661093235,-0.14854806661606,-0.25645345449448,-0.24417914450169,-0.12868230044842,-0.17431332170963,-0.21109114587307,-0.27369666099548,-0.20329818129539,-0.02120416238904,0.088925994932652,0.098969347774982,0.013043864630163,0.003476947080344,0.019580528140068,-0.077815599739552,-0.058285273611546,0.052659928798676,-0.065137512981892,-0.055244073271751,0.063161827623844,-0.019333334639668,0.02340873517096,0.11453303694725,0.15160539746284,0.11578774452209,0.1588679254055,0.18483746051788,0.13143549859524,0.11704908311367,0.014113260433078,0.1208758726716,0.16772192716599,0.2136213183403,0.1417932510376,0.15591314435005,0.16212086379528,0.063990287482738,0.15548676252365,-0.0070998058654368,0.069099761545658,0.0099422251805663,0.09620825201273,0.03093920275569,-0.075006134808064,-0.057882111519575,0.045285239815712,-0.12525349855423,-0.04564193636179,-0.051266554743052,-0.10209924727678,-0.051635954529047,0.048187404870987,0.1578775793314,0.11404603719711,0.13948641717434,0.4000426530838,0.40689936280251,-0.16839741170406,-0.23231701552868,-0.022501267492771,0.034066446125507,0.16742989420891,0.32333588600159,0.29425448179245,-0.32991901040077,-0.32373386621475,-0.23108959197998,-0.071033678948879,0.045875214040279,0.16910299658775,0.29429921507835,-0.28875479102135,-0.43908515572548,-0.22371645271778,-0.069397568702698,0.17829763889313,0.17814186215401,0.37499913573265,-0.1525806337595,-0.28482586145401,-0.26316821575165,-0.14740787446499,0.11055639386177,0.11503764986992,0.19332540035248,0.077321104705334,-0.247931599617,-0.27448725700378,-0.36169067025185,-0.051031656563282,0.12662862241268,0.072044759988785,0.039636727422476,-0.027226861566305,0.15983355045319,0.042223330587149,-0.087506785988808,0.021325910463929,-0.043463777750731,-0.052555870264769,0.051185958087444,0.17151673138142,0.2186611443758,0.12324323505163,0.29609575867653,0.24847723543644,-0.18919511139393,-0.16941857337952,0.13249558210373,0.19409540295601,0.19565120339394,0.19231116771698,0.30020117759705,-0.2080854177475,-0.27095502614975,-0.044789656996727,0.13917803764343,0.18267561495304,0.10569702833891,0.19765171408653,-0.11628882586956,-0.20641538500786,-0.094390004873276,-0.0036170799285173,0.16669827699661,0.24168004095554,0.32573071122169,-0.10052286833525,-0.22821098566055,-0.12231459468603,-0.07330209761858,0.017964096739888,0.16679155826569,0.1054640635848,9.8691263701767e-05,-0.15161588788033,-0.1943966448307,-0.3383806347847,-0.14217466115952,0.06741987913847,0.087370298802853,-0.015874002128839,0.098962031304836,0.0030226917006075,-0.085081204771996,-0.10993103682995,-0.023397166281939,-0.065510265529156,0.021320946514606,0.047252468764782,0.16431683301926,0.05979460850358,0.12191851437092,0.18418575823307,0.22328506410122,-0.1065379679203,-0.15132100880146,0.12914592027664,0.11404394358397,0.00010929105337709,0.17474958300591,0.14386487007141,-0.24438312649727,-0.18166255950928,-0.080825701355934,0.059137586504221,0.13851898908615,0.08515465259552,0.23620231449604,-0.17318332195282,-0.16927446424961,-0.10228715837002,-0.0034710860345513,0.089807361364365,0.098940759897232,0.15962149202824,-0.070873454213142,-0.28465300798416,-0.11494413018227,-0.11150600016117,0.0016632725019008,0.17187695205212,0.12227109819651,0.09427498281002,-0.17249792814255,-0.25649961829185,-0.29448744654655,-0.073490157723427,-0.0036557442508638,0.046746503561735,0.131677120924,0.20198453962803,0.11794345080853,0.2276748418808,0.21146829426289,0.21008978784084,0.10262502729893,0.15098538994789,0.20324303209782,0.18979081511497,0.13798025250435,0.15455909073353,0.12951616942883,0.11655672639608,0.087929211556911,-0.0087477080523968,0.1026122123003,-0.037787489593029,-0.038591187447309,0.046755354851484,0.094372808933258,0.022281723096967,-0.011086042970419,-0.08996707201004,-0.0060425288975239,-0.097060330212116,-0.027556566521525,-0.087966047227383,-0.069705694913864,-0.10416436195374,-0.061285614967346,-0.070434592664242,-0.11099590361118,-0.094232775270939,0.051781851798296,-0.12909354269505,-0.07523337751627,-0.099015846848488,-0.029217904433608,-0.074801601469517,-0.033566422760487,-0.10558473318815,-0.18287721276283,-0.24914319813251,-0.17178420722485,-0.14512352645397,-0.15269856154919,-0.14670149981976,-0.14289155602455,-0.091246247291565,0.046252094209194,0.0040145106613636,0.0081656128168106,0.024862002581358,-0.02636531740427,0.092965759336948,-0.03137893602252,-0.025122122839093,0.0071138683706522,0.091638468205929,0.085036523640156,-0.070095106959343,-0.060518626123667,-0.040536519140005,-0.071597494184971,-0.11632312834263,-0.012737726792693,-0.14390210807323,-0.10685576498508,-0.13639295101166,-0.081608578562737,-0.095625288784504,-0.13131694495678,-0.11013691872358,-0.033180259168148,-0.10128363221884,-0.12328770756721,-0.091588996350765,-0.05071647465229,-0.076358497142792,-0.10277181863785,0.029131749644876,-0.055848274379969,-0.039066810160875,0.0097284987568855,-0.048143692314625,-0.018783016130328,0.0011961371637881,0.033698372542858,-0.011692580766976,-0.0032429883722216,-0.0067414846271276,-0.1407782137394,-0.020188450813293,-0.091921932995319,-0.025791458785534,-0.058081761002541,0.018980430439115,-0.1196413859725,-0.037262454628944,0.069361634552479,0.034839130938053,-0.023606365546584,-0.032899525016546,-0.020769657567143,-0.11660971492529,-0.012650800868869,0.040926367044449,0.040331441909075,-0.043856285512447,-0.0064568305388093,0.03679995238781,-0.12143635749817,0.045712180435658,-0.045683957636356,-0.11444306373596,-0.024309914559126,-0.019655322656035,-0.035292435437441,-0.013115785084665,-0.029721202328801,-0.080724604427814,0.0003473918477539,-0.080015935003757,0.020944194868207,0.057348549365997,-0.034740440547466,0.06951954215765,0.025197263807058,-0.010822943411767,0.10053304582834,0.12209267914295,0.0044782175682485,-0.043145999312401,0.0070408442988992,0.0047199241816998,-0.048645455390215,-0.034484758973122,0.11621750891209,0.059440985321999,0.031236572191119,-0.092451542615891,0.068846441805363,0.098924808204174,0.028384599834681,0.023230886086822,0.019498031586409,-0.06201471015811,-0.050820481032133,-0.0079486295580864,-0.065746769309044,-0.091477394104004,-0.081352889537811,-0.14350908994675,0.069292284548283,-0.14872932434082,-0.063287228345871,-0.075326576828957,-0.049441546201706,0.024207506328821,-0.062472764402628,0.047122955322266,-0.015560959465802,-0.012759786099195,-0.02425641566515,-0.046128250658512,0.020740276202559,-0.019110066816211,-0.027985414490104,-0.22017288208008,-0.085240036249161,-0.14378316700459,-0.13811555504799,-0.12752410769463,-0.12144829332829,0.036113429814577,0.0062842732295394,0.0025834410917014,0.069439992308617,0.099553823471069,0.022693112492561,0.13793048262596,-0.057815700769424,0.061185415834188,0.042379565536976,0.13840495049953,0.22304555773735,0.031804207712412,0.068706907331944,0.077232874929905,-0.054351549595594,-0.0053652226924896,0.1462190002203,0.010300650261343,-0.075019426643848,-0.10610950738192,0.019041500985622,-0.010052790865302,-0.073445275425911,0.032004863023758,-0.098888702690601,-0.1023117005825,-0.024827459827065,-0.0027248880360276,-0.02517631649971,-0.091759048402309,-0.015424650162458,-0.16936881840229,-0.084002383053303,-0.14264069497585,0.071264520287514,-0.11942344158888,-0.14096222817898,-0.12087105214596,-0.15023244917393,-0.12058164179325,-0.18656276166439,0.05013457685709,-0.16238738596439,-0.25024962425232,-0.15446554124355,-0.24247479438782,-0.15039423108101,-0.11284468322992,0.064579904079437,-0.094961762428284,0.0015225507086143,-0.12380098551512,-0.083873152732849,-0.13624939322472,0.018130956217647,-0.00080838159192353,0.038073316216469,-0.021816777065396,0.10455909371376,0.030971650034189,0.079458929598331,0.070338062942028,0.068728379905224,-0.020277269184589,-0.027578903362155,0.016453178599477,0.10130701959133,0.016089485958219,0.033682808279991,0.052560031414032,0.095884814858437,-0.028849704191089,0.062092438340187,0.0026052203029394,-0.013833510689437,0.089170925319195,0.086594805121422,-0.11065953969955,0.051437929272652,0.041664563119411,-0.011036884970963,-0.016183404251933,-0.089286081492901,0.16569693386555,-0.092462159693241,-0.20740701258183,-0.15652488172054,-0.048390116542578,-0.11843424290419,-0.1693119853735,0.059117402881384,-0.10398821532726,-0.15395011007786,-0.078213527798653,-0.071753039956093,-0.23060512542725,-0.11747909337282,0.048205185681581,-0.097869016230106,-0.011453952640295,-0.058860205113888,-0.012532843276858,-0.084231369197369,-0.041219975799322,0.070462763309479,0.052600216120481,-0.028199700638652,0.096654660999775,0.01667900942266,-0.061762608587742,0.026713326573372,-0.1191299110651,-0.11205465346575,0.029093710705638,0.023763336241245,0.019348442554474,-0.03524998947978,-0.028334463015199,-0.05838867649436,-0.12818343937397,-0.10877180099487,-0.25538605451584,-0.24089172482491,-0.066576227545738,0.10264796763659,-0.25166150927544,-0.47928211092949,-0.69464528560638,-0.77120476961136,-0.64647901058197,-0.32844844460487,-0.3446047604084,-0.04360643029213,-0.045897345989943,-0.25492012500763,-0.3464178442955,-0.29851317405701,-0.1911396086216,-0.090284816920757,-0.10622899234295,-0.28669548034668,-0.45808836817741,-0.42120337486267,-0.47680115699768,-0.52148079872131,-0.50191783905029,0.38332399725914,0.13516572117805,0.0433254763484,0.075658410787582,0.074742861092091,-0.018325254321098,0.051022458821535,0.5339018702507,0.47650790214539,0.32622981071472,0.42065241932869,0.43473944067955,0.3274442255497,0.45599719882011,0.46127206087112,0.55697846412659,0.45303052663803,0.52392995357513,0.47512954473495,0.43993565440178,0.51307284832001,0.025223208591342,0.040691435337067,0.052374519407749,0.053331777453423,0.0033823465928435,0.057166025042534,0.23476842045784,0.043382156640291,0.02793425321579,-0.13245706260204,-0.27966740727425,-0.08723683655262,0.17848707735538,0.17139512300491,-0.020896008238196,0.20356824994087,0.14879360795021,0.062342051416636,0.069252602756023,0.060432773083448,0.031508896499872,-0.058750838041306,-0.12313199043274,-0.18874673545361,-0.11058983951807,-0.14083506166935,-0.21637232601643,-0.26586377620697,0.13091349601746,-0.033374261111021,-0.076054193079472,0.056813046336174,0.00088413082994521,-0.040677402168512,-0.058734580874443,0.13974530994892,0.10170867294073,0.0010612712940201,0.076368734240532,-0.0039796093478799,0.0021152696572244,0.09605784714222,0.057933509349823,0.062662519514561,-0.04076237604022,0.07731144875288,0.037451773881912,0.029305301606655,0.055583972483873,0.096202529966831,0.055243998765945,0.064842857420444,0.044252786785364,-0.088071592152119,0.065516009926796,0.052690997719765,0.095902040600777,0.18672057986259,0.13989423215389,0.020770577713847,0.17206008732319,0.2952626645565,0.28211417794228,0.0071737854741514,0.22187283635139,0.17956091463566,0.1651029586792,0.15116779506207,0.11062783002853,0.07712959498167,-0.085338436067104,0.088474050164223,-0.026830991730094,0.008043373003602,0.11588729172945,0.099966682493687,0.037033945322037,-0.013064329512417,-0.093158133327961,-0.06433791667223,0.073438920080662,0.089642003178596,-0.048285912722349,0.047479823231697,-0.11211074888706,-0.15247102081776,-0.12122540175915,-0.050956584513187,-0.13122284412384,-0.1411188095808,-0.18963192403316,-0.40038803219795,-0.33199760317802,-0.28290861845016,-0.27355057001114,-0.28039339184761,-0.28337562084198,-0.26389175653458,0.065522149205208,0.065173402428627,-0.06357928365469,-0.062845632433891,-0.11227083951235,-0.058458346873522,-0.090938337147236,0.16291612386703,0.12165790051222,-0.010635166428983,0.016724584624171,-0.094286471605301,-0.14538089931011,-0.20454782247543,0.19757498800755,0.16502536833286,0.0046079331077635,0.060688510537148,0.010571982711554,-0.043787229806185,-0.12483794987202,0.11727058887482,-0.027716483920813,0.077515825629234,0.087202742695808,-0.0420629568398,0.055639617145061,-0.069834925234318,0.094772167503834,0.029586805030704,0.060127146542072,-0.0074415151029825,0.0602639131248,-0.0091489432379603,-0.15342862904072,0.01249089743942,0.011057704687119,0.0035469920840114,0.013348842971027,-0.004652117844671,0.026740064844489,-0.084053158760071,0.14919705688953,0.06547524034977,0.075828477740288,0.011838755570352,-0.05819521099329,-0.081407681107521,-0.19381304085255,0.1198515444994,0.065605260431767,-0.11247563362122,-0.027211863547564,-0.2049674987793,-0.10366931557655,-0.078187383711338,0.20485106110573,0.08694925904274,0.025574844330549,-0.033983003348112,-0.10618252307177,-0.14264526963234,-0.1361795514822,0.12374062091112,0.072117760777473,0.083874829113483,0.027874471619725,-0.050101887434721,-0.01112849265337,-0.05218430608511,0.042293183505535,0.050158243626356,4.7561887186021e-05,-0.011959958821535,-0.070845760405064,-0.1052673459053,-0.22054685652256,0.066138088703156,0.06774228066206,-0.019701890647411,-0.10520743578672,-0.069728784263134,-0.025279460474849,-0.19875678420067,0.14641626179218,-0.031785689294338,-0.042462326586246,0.060817129909992,-0.056562043726444,-0.1392527371645,-0.064420774579048,0.20183756947517,0.18003423511982,0.097581632435322,-0.00083367410115898,-0.03215516731143,-0.032366346567869,-0.10893809050322,0.025039626285434,0.039408888667822,0.0049597295001149,-0.10933414846659,-0.1076829880476,-0.10889956355095,-0.045706395059824,0.16501472890377,0.023836554959416,0.0038572901394218,0.039498884230852,-0.065859436988831,-0.15875402092934,-0.12669529020786,0.1961196064949,0.050938908010721,0.032677721232176,-0.025134842842817,-0.04880865290761,-0.0066237039864063,-0.13302078843117,0.065685018897057,0.040413461625576,-0.046454187482595,-0.11164230108261,0.04644038528204,-0.12033747136593,-0.13083139061928,0.16930171847343,-0.0029887976124883,-0.029741615056992,0.013196392916143,0.045003235340118,-0.1034756526351,-0.036738485097885,0.13273844122887,0.13619290292263,0.015729308128357,0.0060472604818642,0.023127157241106,0.0072482516989112,-0.054126717150211,0.23975829780102,0.21096231043339,0.17118160426617,0.035424657166004,-0.033190008252859,-0.075048588216305,-0.048006121069193,0.026045294478536,0.030736142769456,-0.084662742912769,-0.069038152694702,-0.018784707412124,0.031122928485274,0.017683286219835,0.057604338973761,-0.040633980184793,-0.092722721397877,0.045259527862072,0.080154858529568,0.082660473883152,-0.0059518627822399,-0.018470780923963,0.03225127235055,-0.0066037210635841,0.070125430822372,0.12375110387802,0.012319246307015,-0.084504030644894,-0.01097693759948,-0.16527043282986,-0.20022347569466,-0.0082421954721212,0.0025359948631376,-0.031851548701525,-0.078671798110008,0.12826554477215,-0.075654901564121,-0.22281897068024,-0.18664595484734,0.16785603761673,0.10808125138283,-0.06823568791151,0.18079900741577,0.055705085396767,-0.092637374997139,-0.14744706451893,0.046734862029552,0.18150278925896,0.0012309924932197,0.071621611714363,-0.055246338248253,-0.10131227225065,-0.090226255357265,0.036485645920038,0.083400435745716,-0.023227522149682,-0.035820100456476,0.067056708037853,-0.058171913027763,0.033538162708282,0.11639422923326,0.069765836000443,-0.0099498173221946,0.027732478454709,-0.025239819660783,0.046886365860701,0.095561139285564,0.10223984718323,0.067403435707092,-0.035028222948313,0.090733982622623,0.044211059808731,-0.065409332513809,0.10456661134958,0.13623309135437,0.060144074261189,-0.13747231662273,-0.053400412201881,-0.03432684391737,-0.16909313201904,-0.091987580060959,0.052710823714733,0.093123413622379,-0.023485796526074,-0.0056263664737344,-0.039985910058022,-0.13365460932255,-0.11512235552073,0.13931179046631,0.11101640760899,-0.08747423440218,0.08717130869627,0.047128334641457,-0.1449019908905,-0.05496759340167,0.21337689459324,0.19654130935669,0.0032547491136938,-0.017270423471928,-0.095981858670712,-0.15996165573597,-0.077996097505093,0.064712032675743,-0.03807020932436,-0.10361370444298,0.065128266811371,0.017258794978261,-0.13968542218208,-0.013343436643481,-0.016436077654362,-0.064105525612831,-0.045460738241673,-0.025255000218749,0.049876492470503,-0.1027472615242,0.063949480652809,0.069629818201065,0.070109061896801,-0.13116931915283,-0.022972175851464,-0.010504123754799,-0.062682837247849,0.014861473813653,0.10068599134684,0.09830504655838,-0.10065663605928,-0.031134340912104,-0.023335695266724,-0.21809524297714,-0.042982447892427,0.15634454786777,0.016027048230171,-0.085768438875675,0.11929791420698,0.022297859191895,-0.18852604925632,-0.11222393065691,0.12142012268305,0.12652145326138,-0.09916864335537,0.15358240902424,0.12287138402462,-0.09103861451149,-0.092185869812965,0.20467431843281,0.0703309699893,-0.057023417204618,-0.020891007035971,0.042328536510468,-0.012492804788053,-0.047522522509098,0.10613744705915,0.047974456101656,-0.1254800260067,0.081545434892178,0.040281888097525,-0.0057770870625973,0.022090801969171,0.13509638607502,0.069143950939178,0.088290214538574,0.16330513358116,0.11206791549921,0.13128922879696,0.26552495360374,0.28754457831383,0.16814936697483,0.25255063176155,0.00091390183661133,-0.034450173377991,-0.049980476498604,0.04379690438509,0.15025854110718,0.079399079084396,0.17428353428841,-0.05821792408824,-0.037229016423225,-0.078644677996635,-0.1651623249054,-0.081412062048912,-0.19279964268208,-0.12945641577244,-0.078941226005554,0.010762115009129,-0.016126420348883,-0.012281279079616,0.016723664477468,-0.10252229869366,-0.12551410496235,-0.037208806723356,-0.079645879566669,0.02309649810195,-0.018736865371466,-0.026277616620064,-0.053335040807724,-0.079497121274471,-0.23325285315514,-0.20484526455402,-0.17772357165813,-0.1674656867981,-0.20213671028614,-0.25706848502159,-0.31531226634979,-0.10377787053585,-0.053694449365139,0.0098475702106953,-0.078966401517391,0.03147167339921,0.013968240469694,-0.094839937984943,-0.066101729869843,-0.058485258370638,-0.017511479556561,-0.02520102635026,0.16120514273643,0.11114053428173,0.14187869429588,0.085349887609482,-0.019567744806409,-0.013973291963339,-0.066041558980942,0.020762277767062,0.077529780566692,0.026617720723152,-0.05144701898098,0.019448935985565,-0.14567150175571,-0.15198488533497,-0.18046563863754,-0.09067291021347,-0.13038803637028,0.15483033657074,0.13581946492195,0.14534458518028,0.18093970417976,0.150734141469,0.034124545753002,0.021525779739022,0.08895780146122,0.16239312291145,0.20118774473667,0.21052394807339,0.075629256665707,0.073679238557816,0.1302202641964,0.1144320294261,0.049912512302399,-0.024812625721097,0.02474051527679,0.12794277071953,0.079268202185631,0.027897579595447,-0.087705180048943,-0.013520229607821,0.046615451574326,-0.06536827981472,-0.068821728229523,-0.085606165230274,0.033332444727421,-0.091105386614799,-0.13702943921089,-0.089691564440727,-0.022277526557446,-0.043197650462389,0.002395027782768,0.080249205231667,0.06623874604702,-0.11008589714766,-0.12668959796429,-0.16846771538258,-0.13608810305595,-0.084105350077152,-0.031655084341764,-0.026319559663534,-0.16588421165943,-0.18775142729282,-0.26026943325996,-0.25816938281059,-0.26329252123833,-0.17322297394276,0.021941719576716,0.11024142056704,0.13586790859699,-0.012738031335175,-0.051722653210163,0.021269764751196,-0.00025351950898767,0.081382364034653,0.11531498283148,0.15605993568897,0.066770739853382,0.11768986284733,0.15204794704914,0.056702237576246,0.17413257062435,0.051171116530895,0.076151192188263,0.11922083795071,0.14378143846989,0.10480026900768,0.096717737615108,0.058518372476101,0.12291046977043,0.070019319653511,-0.054589033126831,0.087248876690865,0.031096566468477,-0.11734198778868,0.076750427484512,0.1789452880621,0.078030444681644,0.017270831391215,0.13833524286747,0.069521278142929,0.00037272623740137,0.080365426838398,0.13300846517086,0.1283596009016,0.10392922908068,0.10915788263083,0.036653731018305,-0.16829624772072,0.11067396402359,0.083179078996181,0.019178047776222,-0.04020543769002,-0.12602770328522,-0.15008372068405,-0.32744061946869,-0.04110087454319,0.12668885290623,-0.056194446980953,-0.019461609423161,-0.22332312166691,-0.2148389518261,-0.32483676075935,0.075967952609062,0.094450548291206,-0.0020270540844649,-0.093077376484871,-0.20505188405514,-0.3041031062603,-0.30300226807594,-0.10894616693258,-0.0048371525481343,-0.11256645619869,-0.11449500918388,-0.25870117545128,-0.040722079575062,-0.062946811318398,-0.034579005092382,0.099761195480824,0.1161147877574,0.098702989518642,0.1152685508132,0.096490100026131,-0.079208992421627,0.049800992012024,0.24546366930008,0.20503994822502,0.17110376060009,0.18141548335552,0.2073914706707,0.054733872413635,0.2141989916563,0.24104379117489,0.27597293257713,0.21102494001389,0.21882401406765,0.1617004275322,0.057977125048637,0.22251963615417,0.32955196499825,0.21347424387932,0.16287091374397,0.13585406541824,0.068616338074207,-0.081564508378506,0.21838295459747,0.24719570577145,0.20618756115437,0.13934436440468,-0.1314697265625,-0.17834410071373,-0.34776449203491,0.069711662828922,0.13160207867622,0.076671786606312,-0.050743743777275,-0.219252794981,-0.2594211101532,-0.19131779670715,-0.020469047129154,0.010487582534552,-0.11377885192633,-0.10845118761063,-0.23998391628265,-0.071615025401115,-0.023813355714083,-0.029522214084864,0.073309436440468,-0.082953363656998,-0.060853522270918,0.024900186806917,0.063016794621944,-0.10772294551134,0.021721377968788,0.069847039878368,0.073142506182194,-0.016165921464562,-0.030958501622081,0.11994367837906,-0.067296147346497,0.15842641890049,0.18950438499451,0.13783264160156,0.018028382211924,0.10217527300119,0.028413340449333,-0.10917311161757,0.17182348668575,0.084276601672173,0.057119138538837,0.14775967597961,0.034649036824703,0.052732311189175,-0.19001199305058,0.0025897002778947,0.075840748846531,0.14080622792244,-0.031396724283695,-0.066105455160141,-0.12978813052177,-0.3047262430191,-0.10935025662184,0.049770683050156,-0.024741156026721,-0.13825444877148,-0.13467259705067,-0.27382948994637,-0.29453599452972,-0.087904907763004,-0.063956543803215,-0.11548875272274,-0.21790651977062,-0.12707759439945,-0.069591157138348,-0.12496740370989,0.017701555043459,0.078659906983376,-0.028345108032227,-0.0069328499957919,-0.020839747041464,0.12462857365608,0.029702669009566,0.078877389431,-0.036914948374033,-0.30858248472214,-0.35419756174088,-0.0019509199773893,0.30718547105789,0.40079987049103,0.39390075206757,0.29148319363594,-0.45130884647369,-0.61674898862839,0.04466887563467,0.40908771753311,0.39859834313393,0.23046024143696,0.2347077280283,-0.23455192148685,-0.47540387511253,-0.17994706332684,0.075485661625862,0.05312779918313,-0.010077949613333,0.24723225831985,0.16676476597786,-0.10634863376617,-0.18061354756355,-0.028065580874681,-0.13888899981976,-0.09530720859766,0.12690521776676,0.18288218975067,0.048482190817595,-0.014431863091886,0.029172142967582,0.091682434082031,0.0044847535900772,-0.14146195352077,-0.03687883540988,0.015105616301298,0.020449176430702,0.027708681300282,0.079008981585503,0.14525605738163,-0.012867283076048,-0.12242726236582,-0.12878848612309,-0.075337879359722,-0.043524764478207,0.096912637352943,0.13976766169071,-0.032126482576132,-0.50941807031631,-0.4415220618248,-0.12560315430164,0.26151505112648,0.25320836901665,0.2536955177784,0.090278446674347,-0.51724296808243,-0.71275198459625,-0.19016823172569,0.27692198753357,0.31459367275238,0.17964074015617,0.22632803022861,-0.41101807355881,-0.67937028408051,-0.36433321237564,-0.019787807017565,-0.057472676038742,-0.091245114803314,0.19237945973873,0.063137367367744,-0.22983154654503,-0.39524033665657,-0.28072050213814,-0.11156771332026,-0.10780412703753,0.012589668855071,0.13761726021767,0.077332399785519,-0.045038659125566,-0.078455060720444,-0.12948858737946,-0.027327682822943,-0.054636128246784,-0.13962388038635,-0.043857857584953,0.057067051529884,-0.050084758549929,-0.010004578158259,0.0012316334759817,0.014628134667873,-0.093936368823051,-0.0029908923897892,-0.056043419986963,-0.0083722481504083,0.045314315706491,0.24715951085091,0.044175233691931,-0.3899413049221,-0.31287607550621,-0.02108552493155,0.21121448278427,0.32552003860474,0.3166643679142,0.30669510364532,-0.3854603767395,-0.59699463844299,0.031703311949968,0.44193369150162,0.41877028346062,0.3754363656044,0.43460634350777,-0.12143679708242,-0.3302675485611,-0.11832343041897,0.25645262002945,0.065169371664524,0.091235339641571,0.36095258593559,0.23554696142673,-0.09457353502512,-0.13856700062752,-0.055147629231215,-0.076464876532555,-0.087443277239799,0.091610990464687,0.2568279504776,0.13733486831188,0.020121738314629,-0.030748968943954,0.020812952890992,0.064522042870522,-0.045618671923876,-0.0094710942357779,0.12747579813004,-0.0040254513733089,-0.042785625904799,0.073469504714012,0.00251893280074,0.026717193424702,0.02543630823493,0.073138415813446,0.039715606719255,0.030025161802769,-0.015217797830701,0.025443686172366,0.024406651034951,0.012160030193627,-0.040072474628687,0.078682966530323,-0.0031805029138923,-0.03778238222003,-0.070495426654816,-0.056820549070835,-0.066456481814384,0.042101848870516,0.018530020490289,-0.070180170238018,0.069993712007999,0.036672506481409,-0.059148650616407,0.0013774465769529,-0.01885293982923,0.013219892978668,-0.04548305273056,-0.0064007746987045,-0.012735896743834,-0.019698265939951,0.017655123025179,0.035272754728794,0.019631177186966,0.030785454437137,0.077635258436203,-0.022211533039808,-0.018794365227222,0.020331894978881,0.016336211934686,0.051392771303654,-0.039567727595568,0.02836124971509,0.075188226997852,-0.043484646826982,-0.048216890543699,-0.013413761742413,-0.038711164146662,0.072095334529877,-0.0061129531823099,0.026709428057075,-0.011304966174066,0.0040900837630033,0.043991386890411,0.070548929274082,0.061949260532856,-0.04353491216898,-0.041606057435274,0.0055431751534343,-0.0059070237912238,0.0095029324293137,0.061907824128866,-0.00088486768072471,0.022785225883126,0.075184069573879,0.057982560247183,-0.075575686991215,-0.042938202619553,0.010148209519684,0.037704396992922,0.047876160591841,-0.068726196885109,-0.024128574877977,-0.073640242218971,0.027451479807496,-0.044173438102007,-0.071650519967079,-0.04874175414443,-0.06356555968523,-0.025588020682335,0.07356932759285,0.036019772291183,-0.067801155149937,-0.056331731379032,0.031828831881285,0.022468699142337,0.059756524860859,-0.0093676280230284,0.079324252903461,-0.065805740654469,-0.010234042070806,-0.0080647310242057,-0.023998741060495,-0.070728734135628,0.020563505589962,0.053961630910635,0.013412078842521,-0.039282627403736,0.021014451980591,-0.061094734817743,-0.073817119002342,0.053675170987844,0.074835188686848,0.070997208356857,-0.060029909014702,0.040334541350603,0.011394294910133,-0.081730201840401,0.082353636622429,-0.0018444927409291,-0.006098685786128,-0.048668570816517,0.044687829911709,-0.066456004977226,-0.015646450221539,-0.015951966866851,-0.072342917323112,-0.064468272030354,-0.081569001078606,-0.06804733723402,0.08086758852005,-0.073835179209709,-0.030169663950801,0.041692961007357,0.069879919290543,-0.016503669321537,0.036235217005014,0.050038676708937,-0.033065553754568,-0.074821397662163,-0.074152991175652,-0.0013837517471984,-0.050947152078152,-0.076618537306786,0.076030716300011,0.065273150801659,0.069914728403091,-0.043369926512241,-0.023652283474803,0.02187766879797,0.0022390666417778,0.054072998464108,-0.017106663435698,-0.035845521837473,-0.022492656484246,0.032997187227011,-0.066405758261681,0.0095662036910653,0.15253663063049,0.21964032948017,-0.045261140912771,-0.31000307202339,-0.39096549153328,-0.042992256581783,-0.056247599422932,-0.012288526631892,0.33204612135887,0.27524369955063,-0.389274507761,-0.79427123069763,-0.22864492237568,-0.14523144066334,0.039125584065914,0.30152499675751,0.48568829894066,0.037624906748533,-0.54624480009079,-0.27354276180267,-0.14529649913311,-0.046634804457426,0.13795292377472,0.36897084116936,0.26537293195724,-0.30573350191116,-0.2483676224947,-0.078526608645916,-0.058587390929461,0.064259879291058,0.060640215873718,0.057201858609915,-0.093503639101982,-0.22399938106537,-0.054955795407295,0.088575012981892,0.062408540397882,0.14378298819065,0.15505930781364,-0.1184151545167,-0.035056352615356,0.079732544720173,0.027434337884188,0.073622979223728,0.1371124535799,0.094071753323078,0.056976530700922,0.077647745609283,0.14354857802391,0.15423107147217,0.27082246541977,0.10572195798159,-0.1521370857954,-0.20116779208183,-0.12014131247997,0.065748773515224,0.049053501337767,0.29625788331032,0.37442436814308,-0.21459671854973,-0.56529378890991,-0.25487366318703,-0.043179024010897,-0.099795468151569,0.39073368906975,0.61648470163345,0.2175108641386,-0.416917771101,-0.18357291817665,-0.0700748488307,-0.091815575957298,0.12549148499966,0.47702375054359,0.39922803640366,-0.21402479708195,-0.2778177857399,-0.11586750298738,-0.010531582869589,0.074462547898293,0.23441606760025,0.17943559587002,-0.066142231225967,-0.13852681219578,-0.052562244236469,0.027082117274404,0.14883743226528,0.12180394679308,0.20765353739262,-0.062671549618244,-0.12751993536949,-0.014699595049024,0.014487329870462,0.021458158269525,0.11735659092665,0.1423807144165,0.011426633223891,-0.031500790268183,0.037414275109768,0.025137897580862,0.14173705875874,0.10527071356773,-0.22346377372742,-0.19729050993919,0.022089818492532,0.18770298361778,-0.026583932340145,0.25357002019882,0.22116889059544,-0.26856023073196,-0.47503054141998,-0.19873102009296,0.086746484041214,-0.11378370970488,0.2122308164835,0.52875608205795,0.19101904332638,-0.35750207304955,-0.20204880833626,-0.14313431084156,-0.1633109152317,0.034030124545097,0.34170266985893,0.2280674725771,-0.22814591228962,-0.32942447066307,-0.095114879310131,-0.13691885769367,0.016406692564487,0.043158866465092,0.18764540553093,-0.10936439037323,-0.2426849603653,-0.11313127726316,-0.10126155614853,-0.004928857088089,-0.0054671131074429,0.048831693828106,-0.14304946362972,-0.098265737295151,-0.16786459088326,-0.1292070299387,0.040180616080761,0.0057108011096716,0.066922329366207,-0.049500249326229,-0.011076267808676,-0.11982123553753,-0.060268223285675,0.0014261925825849,-0.073071606457233,-0.246597468853,-0.30967307090759,-0.29951545596123,-0.19978645443916,0.062104970216751,-0.052290759980679,-0.05181498080492,-0.11341461539268,-0.18695047497749,-0.2870646417141,-0.14605402946472,-0.059072937816381,-0.11923330277205,-0.16600251197815,-0.039993640035391,-0.2442461848259,-0.17869788408279,-0.057013355195522,0.0041330754756927,-0.067088454961777,-0.032279528677464,-0.080255173146725,-0.17852126061916,-0.17287568747997,-0.030147291719913,-0.095543026924133,0.083284132182598,0.018940169364214,-0.081957317888737,-0.29195606708527,-0.11938188970089,0.06733388453722,-0.10510788112879,0.024629710242152,-0.073026478290558,-0.064901046454906,-0.063135035336018,-0.098768308758736,-0.050719365477562,-0.13461895287037,-0.071310728788376,0.043468859046698,-0.094449318945408,-0.12273160368204,-0.034303020685911,-0.065684519708157,0.0042766644619405,-0.0081423558294773,0.014293710701168,-0.039799172431231,-0.037129420787096,-0.14235623180866,-0.080416791141033,0.11750003695488,0.069697089493275,0.03504229709506,0.14097687602043,0.026992328464985,-0.048078540712595,0.10025796294212,-0.038657449185848,-0.022042201831937,0.083386823534966,0.068753369152546,0.078861638903618,-0.082710102200508,0.019185483455658,-0.049745805561543,0.061823382973671,0.12660835683346,0.05741435661912,0.0059168748557568,-0.08288761228323,0.18475942313671,-0.14761018753052,0.04961746186018,0.203971773386,0.034026794135571,-0.160803809762,0.059371899813414,0.060361724346876,-0.10134469717741,0.071091391146183,0.027323869988322,0.072415836155415,0.027525916695595,-0.047968156635761,0.051990564912558,-0.062359683215618,-0.11831003427505,-0.10402425378561,0.049659371376038,0.031981259584427,-0.1347012668848,-0.06665575504303,0.12428891658783,0.087828263640404,0.068042501807213,0.086141034960747,0.10486835986376,-0.030387185513973,0.011572116985917,0.10173708945513,0.15184231102467,0.18791861832142,0.30924248695374,0.088283568620682,0.050273768603802,0.15579856932163,0.010141554288566,0.13209728896618,0.12427215278149,0.083844587206841,0.16143600642681,0.093532703816891,0.13836671411991,0.077036149799824,0.20677617192268,0.22915640473366,0.037861898541451,-0.046578861773014,0.11612264066935,0.18706755340099,-0.044141195714474,0.21128939092159,0.23359195888042,0.13945890963078,-0.055908419191837,0.030609833076596,0.19884875416756,-0.049959432333708,0.073994316160679,0.15980590879917,0.14444752037525,0.016110012307763,0.07832694798708,0.04258145019412,-0.093405492603779,0.0096651325002313,0.031569201499224,0.040516454726458,0.073125913739204,-0.10996831953526,-0.00046660468797199,0.18421691656113,0.27370658516884,0.25441539287567,0.28329494595528,0.21905322372913,0.1659509241581,0.23139314353466,-0.085715971887112,0.039406377822161,-0.013847966678441,-3.3144489862025e-05,-0.0086948918178678,0.078659161925316,0.11775735020638,-0.19792497158051,-0.19084675610065,-0.30332052707672,-0.32054948806763,-0.27584239840508,-0.14029416441917,-0.13377600908279,-0.13413825631142,-0.27483481168747,-0.49280032515526,-0.43540814518929,-0.424336373806,-0.25007253885269,-0.060288172215223,-0.071953810751438,-0.067068390548229,-0.16266277432442,-0.046751108020544,-0.15380489826202,-0.18287888169289,-0.17460872232914,0.0022233347408473,0.11241865903139,0.068872012197971,0.21612469851971,0.10254088789225,-0.093949392437935,-0.04389600455761,0.0039506871253252,0.081755854189396,0.15494999289513,0.17053581774235,0.17414593696594,-0.002390353474766,0.14958202838898,0.11775181442499,0.12853851914406,0.17263247072697,0.30001160502434,0.26187062263489,0.22348177433014,0.203269764781,-0.13393357396126,0.023704953491688,0.028008164837956,0.078431606292725,0.089604042470455,0.038300812244415,0.10655751079321,-0.14737311005592,-0.18910139799118,-0.33806648850441,-0.1559175401926,-0.15203197300434,-0.14285318553448,-0.054367177188396,-0.030763819813728,-0.13879027962685,-0.29755508899689,-0.42209193110466,-0.30329570174217,-0.08019844442606,-0.075036160647869,0.032577984035015,-0.016057409346104,0.051699683070183,-0.043306849896908,-0.10108748078346,-0.043657675385475,-0.058054599910975,0.13381320238113,0.22830131649971,0.14031802117825,0.24819894134998,0.078551568090916,-0.013691292144358,-0.066485472023487,0.050735745579004,0.14401982724667,0.24483633041382,0.32766923308372,0.26329496502876,0.070025734603405,0.049386385828257,-0.042293556034565,0.032373756170273,0.18366898596287,0.18684674799442,0.17806728184223,0.099675692617893,-0.010708816349506,-0.085971102118492,0.055837858468294,-0.044262409210205,0.004001310095191,0.047364674508572,0.00081771891564131,-0.0054903081618249,-0.062401127070189,-0.24297432601452,-0.26375707983971,-0.12265645712614,-0.15859138965607,0.0012896457919851,0.0001775041455403,-0.039264917373657,0.023454448208213,-0.2895604968071,-0.28597372770309,-0.18157953023911,-0.1003155708313,-0.05221302062273,0.087378524243832,-0.0028821856249124,0.0069509008899331,-0.043814532458782,-0.028277553617954,-0.14366091787815,-0.00031395978294313,-0.011759491637349,0.048636820167303,0.084246918559074,0.22460596263409,0.022658389061689,-0.024901937693357,-0.087813764810562,-0.012506995350122,0.073056608438492,0.056342374533415,0.16647209227085,0.077778153121471,-0.018655959516764,-0.016242645680904,-0.30372121930122,-0.054155614227057,0.00030431128107011,-0.036319557577372,-0.044881969690323,0.15192605555058,0.16201074421406,-0.50065559148788,-0.35136917233467,0.16945911943913,-0.0077192629687488,0.13439071178436,0.39897298812866,0.3951133787632,-0.38549074530602,-0.47309422492981,0.028908748179674,0.065174080431461,0.0097324997186661,0.20134569704533,0.31828305125237,-0.051207613199949,-0.411
Download .txt
gitextract_t_3dlf0s/

├── .gitignore
├── LICENSE
├── README.md
├── demo/
│   ├── __init__.py
│   ├── datasets/
│   │   ├── test_happy.h5
│   │   ├── train_face.h5
│   │   └── train_happy.h5
│   ├── face_net_demo.py
│   ├── models/
│   │   ├── siamese-face-net-architecture.h5
│   │   ├── siamese-face-net-config.npy
│   │   ├── siamese-face-net-weights.h5
│   │   └── weights/
│   │       ├── bn1_b.csv
│   │       ├── bn1_m.csv
│   │       ├── bn1_v.csv
│   │       ├── bn1_w.csv
│   │       ├── bn2_b.csv
│   │       ├── bn2_m.csv
│   │       ├── bn2_v.csv
│   │       ├── bn2_w.csv
│   │       ├── bn3_b.csv
│   │       ├── bn3_m.csv
│   │       ├── bn3_v.csv
│   │       ├── bn3_w.csv
│   │       ├── conv1_b.csv
│   │       ├── conv1_w.csv
│   │       ├── conv2_b.csv
│   │       ├── conv2_w.csv
│   │       ├── conv3_b.csv
│   │       ├── conv3_w.csv
│   │       ├── dense_b.csv
│   │       ├── dense_w.csv
│   │       ├── inception_3a_1x1_bn_b.csv
│   │       ├── inception_3a_1x1_bn_m.csv
│   │       ├── inception_3a_1x1_bn_v.csv
│   │       ├── inception_3a_1x1_bn_w.csv
│   │       ├── inception_3a_1x1_conv_b.csv
│   │       ├── inception_3a_1x1_conv_w.csv
│   │       ├── inception_3a_3x3_bn1_b.csv
│   │       ├── inception_3a_3x3_bn1_m.csv
│   │       ├── inception_3a_3x3_bn1_v.csv
│   │       ├── inception_3a_3x3_bn1_w.csv
│   │       ├── inception_3a_3x3_bn2_b.csv
│   │       ├── inception_3a_3x3_bn2_m.csv
│   │       ├── inception_3a_3x3_bn2_v.csv
│   │       ├── inception_3a_3x3_bn2_w.csv
│   │       ├── inception_3a_3x3_conv1_b.csv
│   │       ├── inception_3a_3x3_conv1_w.csv
│   │       ├── inception_3a_3x3_conv2_b.csv
│   │       ├── inception_3a_3x3_conv2_w.csv
│   │       ├── inception_3a_5x5_bn1_b.csv
│   │       ├── inception_3a_5x5_bn1_m.csv
│   │       ├── inception_3a_5x5_bn1_v.csv
│   │       ├── inception_3a_5x5_bn1_w.csv
│   │       ├── inception_3a_5x5_bn2_b.csv
│   │       ├── inception_3a_5x5_bn2_m.csv
│   │       ├── inception_3a_5x5_bn2_v.csv
│   │       ├── inception_3a_5x5_bn2_w.csv
│   │       ├── inception_3a_5x5_conv1_b.csv
│   │       ├── inception_3a_5x5_conv1_w.csv
│   │       ├── inception_3a_5x5_conv2_b.csv
│   │       ├── inception_3a_5x5_conv2_w.csv
│   │       ├── inception_3a_pool_bn_b.csv
│   │       ├── inception_3a_pool_bn_m.csv
│   │       ├── inception_3a_pool_bn_v.csv
│   │       ├── inception_3a_pool_bn_w.csv
│   │       ├── inception_3a_pool_conv_b.csv
│   │       ├── inception_3a_pool_conv_w.csv
│   │       ├── inception_3b_1x1_bn_b.csv
│   │       ├── inception_3b_1x1_bn_m.csv
│   │       ├── inception_3b_1x1_bn_v.csv
│   │       ├── inception_3b_1x1_bn_w.csv
│   │       ├── inception_3b_1x1_conv_b.csv
│   │       ├── inception_3b_1x1_conv_w.csv
│   │       ├── inception_3b_3x3_bn1_b.csv
│   │       ├── inception_3b_3x3_bn1_m.csv
│   │       ├── inception_3b_3x3_bn1_v.csv
│   │       ├── inception_3b_3x3_bn1_w.csv
│   │       ├── inception_3b_3x3_bn2_b.csv
│   │       ├── inception_3b_3x3_bn2_m.csv
│   │       ├── inception_3b_3x3_bn2_v.csv
│   │       ├── inception_3b_3x3_bn2_w.csv
│   │       ├── inception_3b_3x3_conv1_b.csv
│   │       ├── inception_3b_3x3_conv1_w.csv
│   │       ├── inception_3b_3x3_conv2_b.csv
│   │       ├── inception_3b_3x3_conv2_w.csv
│   │       ├── inception_3b_5x5_bn1_b.csv
│   │       ├── inception_3b_5x5_bn1_m.csv
│   │       ├── inception_3b_5x5_bn1_v.csv
│   │       ├── inception_3b_5x5_bn1_w.csv
│   │       ├── inception_3b_5x5_bn2_b.csv
│   │       ├── inception_3b_5x5_bn2_m.csv
│   │       ├── inception_3b_5x5_bn2_v.csv
│   │       ├── inception_3b_5x5_bn2_w.csv
│   │       ├── inception_3b_5x5_conv1_b.csv
│   │       ├── inception_3b_5x5_conv1_w.csv
│   │       ├── inception_3b_5x5_conv2_b.csv
│   │       ├── inception_3b_5x5_conv2_w.csv
│   │       ├── inception_3b_pool_bn_b.csv
│   │       ├── inception_3b_pool_bn_m.csv
│   │       ├── inception_3b_pool_bn_v.csv
│   │       ├── inception_3b_pool_bn_w.csv
│   │       ├── inception_3b_pool_conv_b.csv
│   │       ├── inception_3b_pool_conv_w.csv
│   │       ├── inception_3c_3x3_bn1_b.csv
│   │       ├── inception_3c_3x3_bn1_m.csv
│   │       ├── inception_3c_3x3_bn1_v.csv
│   │       ├── inception_3c_3x3_bn1_w.csv
│   │       ├── inception_3c_3x3_bn2_b.csv
│   │       ├── inception_3c_3x3_bn2_m.csv
│   │       ├── inception_3c_3x3_bn2_v.csv
│   │       ├── inception_3c_3x3_bn2_w.csv
│   │       ├── inception_3c_3x3_conv1_b.csv
│   │       ├── inception_3c_3x3_conv1_w.csv
│   │       ├── inception_3c_3x3_conv2_b.csv
│   │       ├── inception_3c_3x3_conv2_w.csv
│   │       ├── inception_3c_5x5_bn1_b.csv
│   │       ├── inception_3c_5x5_bn1_m.csv
│   │       ├── inception_3c_5x5_bn1_v.csv
│   │       ├── inception_3c_5x5_bn1_w.csv
│   │       ├── inception_3c_5x5_bn2_b.csv
│   │       ├── inception_3c_5x5_bn2_m.csv
│   │       ├── inception_3c_5x5_bn2_v.csv
│   │       ├── inception_3c_5x5_bn2_w.csv
│   │       ├── inception_3c_5x5_conv1_b.csv
│   │       ├── inception_3c_5x5_conv1_w.csv
│   │       ├── inception_3c_5x5_conv2_b.csv
│   │       ├── inception_3c_5x5_conv2_w.csv
│   │       ├── inception_4a_1x1_bn_b.csv
│   │       ├── inception_4a_1x1_bn_m.csv
│   │       ├── inception_4a_1x1_bn_v.csv
│   │       ├── inception_4a_1x1_bn_w.csv
│   │       ├── inception_4a_1x1_conv_b.csv
│   │       ├── inception_4a_1x1_conv_w.csv
│   │       ├── inception_4a_3x3_bn1_b.csv
│   │       ├── inception_4a_3x3_bn1_m.csv
│   │       ├── inception_4a_3x3_bn1_v.csv
│   │       ├── inception_4a_3x3_bn1_w.csv
│   │       ├── inception_4a_3x3_bn2_b.csv
│   │       ├── inception_4a_3x3_bn2_m.csv
│   │       ├── inception_4a_3x3_bn2_v.csv
│   │       ├── inception_4a_3x3_bn2_w.csv
│   │       ├── inception_4a_3x3_conv1_b.csv
│   │       ├── inception_4a_3x3_conv1_w.csv
│   │       ├── inception_4a_3x3_conv2_b.csv
│   │       ├── inception_4a_3x3_conv2_w.csv
│   │       ├── inception_4a_5x5_bn1_b.csv
│   │       ├── inception_4a_5x5_bn1_m.csv
│   │       ├── inception_4a_5x5_bn1_v.csv
│   │       ├── inception_4a_5x5_bn1_w.csv
│   │       ├── inception_4a_5x5_bn2_b.csv
│   │       ├── inception_4a_5x5_bn2_m.csv
│   │       ├── inception_4a_5x5_bn2_v.csv
│   │       ├── inception_4a_5x5_bn2_w.csv
│   │       ├── inception_4a_5x5_conv1_b.csv
│   │       ├── inception_4a_5x5_conv1_w.csv
│   │       ├── inception_4a_5x5_conv2_b.csv
│   │       ├── inception_4a_5x5_conv2_w.csv
│   │       ├── inception_4a_pool_bn_b.csv
│   │       ├── inception_4a_pool_bn_m.csv
│   │       ├── inception_4a_pool_bn_v.csv
│   │       ├── inception_4a_pool_bn_w.csv
│   │       ├── inception_4a_pool_conv_b.csv
│   │       ├── inception_4a_pool_conv_w.csv
│   │       ├── inception_4e_3x3_bn1_b.csv
│   │       ├── inception_4e_3x3_bn1_m.csv
│   │       ├── inception_4e_3x3_bn1_v.csv
│   │       ├── inception_4e_3x3_bn1_w.csv
│   │       ├── inception_4e_3x3_bn2_b.csv
│   │       ├── inception_4e_3x3_bn2_m.csv
│   │       ├── inception_4e_3x3_bn2_v.csv
│   │       ├── inception_4e_3x3_bn2_w.csv
│   │       ├── inception_4e_3x3_conv1_b.csv
│   │       ├── inception_4e_3x3_conv1_w.csv
│   │       ├── inception_4e_3x3_conv2_b.csv
│   │       ├── inception_4e_3x3_conv2_w.csv
│   │       ├── inception_4e_5x5_bn1_b.csv
│   │       ├── inception_4e_5x5_bn1_m.csv
│   │       ├── inception_4e_5x5_bn1_v.csv
│   │       ├── inception_4e_5x5_bn1_w.csv
│   │       ├── inception_4e_5x5_bn2_b.csv
│   │       ├── inception_4e_5x5_bn2_m.csv
│   │       ├── inception_4e_5x5_bn2_v.csv
│   │       ├── inception_4e_5x5_bn2_w.csv
│   │       ├── inception_4e_5x5_conv1_b.csv
│   │       ├── inception_4e_5x5_conv1_w.csv
│   │       ├── inception_4e_5x5_conv2_b.csv
│   │       ├── inception_4e_5x5_conv2_w.csv
│   │       ├── inception_5a_1x1_bn_b.csv
│   │       ├── inception_5a_1x1_bn_m.csv
│   │       ├── inception_5a_1x1_bn_v.csv
│   │       ├── inception_5a_1x1_bn_w.csv
│   │       ├── inception_5a_1x1_conv_b.csv
│   │       ├── inception_5a_1x1_conv_w.csv
│   │       ├── inception_5a_3x3_bn1_b.csv
│   │       ├── inception_5a_3x3_bn1_m.csv
│   │       ├── inception_5a_3x3_bn1_v.csv
│   │       ├── inception_5a_3x3_bn1_w.csv
│   │       ├── inception_5a_3x3_bn2_b.csv
│   │       ├── inception_5a_3x3_bn2_m.csv
│   │       ├── inception_5a_3x3_bn2_v.csv
│   │       ├── inception_5a_3x3_bn2_w.csv
│   │       ├── inception_5a_3x3_conv1_b.csv
│   │       ├── inception_5a_3x3_conv1_w.csv
│   │       ├── inception_5a_3x3_conv2_b.csv
│   │       ├── inception_5a_3x3_conv2_m.csv
│   │       ├── inception_5a_3x3_conv2_v.csv
│   │       ├── inception_5a_3x3_conv2_w.csv
│   │       ├── inception_5a_pool_bn_b.csv
│   │       ├── inception_5a_pool_bn_m.csv
│   │       ├── inception_5a_pool_bn_v.csv
│   │       ├── inception_5a_pool_bn_w.csv
│   │       ├── inception_5a_pool_conv_b.csv
│   │       ├── inception_5a_pool_conv_w.csv
│   │       ├── inception_5b_1x1_bn_b.csv
│   │       ├── inception_5b_1x1_bn_m.csv
│   │       ├── inception_5b_1x1_bn_v.csv
│   │       ├── inception_5b_1x1_bn_w.csv
│   │       ├── inception_5b_1x1_conv_b.csv
│   │       ├── inception_5b_1x1_conv_w.csv
│   │       ├── inception_5b_3x3_bn1_b.csv
│   │       ├── inception_5b_3x3_bn1_m.csv
│   │       ├── inception_5b_3x3_bn1_v.csv
│   │       ├── inception_5b_3x3_bn1_w.csv
│   │       ├── inception_5b_3x3_bn2_b.csv
│   │       ├── inception_5b_3x3_bn2_m.csv
│   │       ├── inception_5b_3x3_bn2_v.csv
│   │       ├── inception_5b_3x3_bn2_w.csv
│   │       ├── inception_5b_3x3_conv1_b.csv
│   │       ├── inception_5b_3x3_conv1_w.csv
│   │       ├── inception_5b_3x3_conv2_b.csv
│   │       ├── inception_5b_3x3_conv2_w.csv
│   │       ├── inception_5b_pool_bn_b.csv
│   │       ├── inception_5b_pool_bn_m.csv
│   │       ├── inception_5b_pool_bn_v.csv
│   │       ├── inception_5b_pool_bn_w.csv
│   │       ├── inception_5b_pool_conv_b.csv
│   │       └── inception_5b_pool_conv_w.csv
│   ├── opencv-files/
│   │   ├── haarcascade_frontalface_alt.xml
│   │   └── lbpcascade_frontalface.xml
│   ├── opencv_detect_faces.py
│   ├── siamese_demo_predict.py
│   └── siamese_demo_train.py
├── keras_face/
│   ├── __init__.py
│   └── library/
│       ├── __init__.py
│       ├── face_net.py
│       ├── fr_utils.py
│       ├── inception_blocks.py
│       ├── inception_blocks_v2.py
│       ├── opencv_utils.py
│       └── siamese.py
└── requirements.txt
Download .txt
SYMBOL INDEX (61 symbols across 10 files)

FILE: demo/face_net_demo.py
  function main (line 4) | def main():

FILE: demo/opencv_detect_faces.py
  function main (line 4) | def main():

FILE: demo/siamese_demo_predict.py
  function main (line 4) | def main():

FILE: demo/siamese_demo_train.py
  function main (line 4) | def main():

FILE: keras_face/library/face_net.py
  function triplet_loss (line 10) | def triplet_loss(y_true, y_pred, alpha=0.2):
  function triplet_loss_test (line 39) | def triplet_loss_test():
  class FaceNet (line 51) | class FaceNet(object):
    method __init__ (line 52) | def __init__(self):
    method load_model (line 55) | def load_model(self, model_dir_path):
    method img_to_encoding (line 61) | def img_to_encoding(self, image_path):
    method verify (line 64) | def verify(self, image_path, identity, database, threshold=None):
    method who_is_it (line 98) | def who_is_it(self, image_path, database, threshold=None):
  function main (line 143) | def main():

FILE: keras_face/library/fr_utils.py
  function variable (line 18) | def variable(value, dtype=_FLOATX, name=None):
  function shape (line 23) | def shape(x):
  function square (line 26) | def square(x):
  function zeros (line 29) | def zeros(shape, dtype=_FLOATX, name=None):
  function concatenate (line 32) | def concatenate(tensors, axis=-1):
  function LRN2D (line 37) | def LRN2D(x):
  function conv2d_bn (line 40) | def conv2d_bn(x,
  function load_weights_from_FaceNet (line 130) | def load_weights_from_FaceNet(FRmodel, model_dir_path=None):
  function load_weights (line 142) | def load_weights(model_dir_path=None):
  function load_dataset (line 177) | def load_dataset():
  function img_to_encoding (line 193) | def img_to_encoding(image_path, model):

FILE: keras_face/library/inception_blocks.py
  function inception_block_1a (line 13) | def inception_block_1a(X):
  function inception_block_1b (line 49) | def inception_block_1b(X):
  function inception_block_1c (line 80) | def inception_block_1c(X):
  function inception_block_2a (line 106) | def inception_block_2a(X):
  function inception_block_2b (line 138) | def inception_block_2b(X):
  function inception_block_3a (line 164) | def inception_block_3a(X):
  function inception_block_3b (line 188) | def inception_block_3b(X):
  function faceRecoModel (line 212) | def faceRecoModel(input_shape):

FILE: keras_face/library/inception_blocks_v2.py
  function inception_block_1a (line 9) | def inception_block_1a(X):
  function inception_block_1b (line 45) | def inception_block_1b(X):
  function inception_block_1c (line 76) | def inception_block_1c(X):
  function inception_block_2a (line 102) | def inception_block_2a(X):
  function inception_block_2b (line 134) | def inception_block_2b(X):
  function inception_block_3a (line 160) | def inception_block_3a(X):
  function inception_block_3b (line 184) | def inception_block_3b(X):
  function faceRecoModel (line 208) | def faceRecoModel(input_shape):

FILE: keras_face/library/opencv_utils.py
  function detect_face_from_img_path (line 6) | def detect_face_from_img_path(frontal_face_model_file_path, image_path):
  function main (line 25) | def main():

FILE: keras_face/library/siamese.py
  function euclidean_distance (line 17) | def euclidean_distance(vects):
  function eucl_dist_output_shape (line 22) | def eucl_dist_output_shape(shapes):
  function contrastive_loss (line 27) | def contrastive_loss(y_true, y_pred):
  class SiameseFaceNet (line 36) | class SiameseFaceNet(object):
    method __init__ (line 40) | def __init__(self):
    method img_to_encoding (line 50) | def img_to_encoding(self, image_path):
    method load_model (line 62) | def load_model(self, model_dir_path):
    method create_base_network (line 75) | def create_base_network(self, input_shape):
    method accuracy (line 87) | def accuracy(self, y_true, y_pred):
    method create_network (line 92) | def create_network(self, input_shape):
    method create_pairs (line 117) | def create_pairs(self, database, names):
    method get_config_path (line 138) | def get_config_path(model_dir_path):
    method get_weight_path (line 142) | def get_weight_path(model_dir_path):
    method get_architecture_path (line 146) | def get_architecture_path(model_dir_path):
    method create_vgg16_model (line 149) | def create_vgg16_model(self):
    method fit (line 154) | def fit(self, database, model_dir_path, epochs=None, batch_size=None, ...
    method verify (line 204) | def verify(self, image_path, identity, database, threshold=None):
    method who_is_it (line 243) | def who_is_it(self, image_path, database, threshold=None):
  function main (line 293) | def main():
Copy disabled (too large) Download .json
Condensed preview — 251 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (70,720K chars).
[
  {
    "path": ".gitignore",
    "chars": 1182,
    "preview": "# Byte-compiled / optimized / DLL files\n__pycache__/\n*.py[cod]\n*$py.class\n\n# C extensions\n*.so\n\n.idea/\n*.iml\n\nThumbs.db\n"
  },
  {
    "path": "LICENSE",
    "chars": 1070,
    "preview": "MIT License\n\nCopyright (c) 2018 Xianshun Chen\n\nPermission is hereby granted, free of charge, to any person obtaining a c"
  },
  {
    "path": "README.md",
    "chars": 6980,
    "preview": "# keras-face\n\nface verification and recognition using Keras\n\nThe project contains two implementations: [DeepFace](keras_"
  },
  {
    "path": "demo/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "demo/face_net_demo.py",
    "chars": 1726,
    "preview": "from keras_face.library.face_net import FaceNet\n\n\ndef main():\n    model_dir_path = './models'\n    image_dir_path = \"./da"
  },
  {
    "path": "demo/models/siamese-face-net-architecture.h5",
    "chars": 4028,
    "preview": "{\"class_name\": \"Model\", \"config\": {\"name\": \"model_2\", \"layers\": [{\"name\": \"input_4\", \"class_name\": \"InputLayer\", \"config"
  },
  {
    "path": "demo/models/weights/bn1_b.csv",
    "chars": 1105,
    "preview": "0.44082018733025,0.46729332208633,0.30322399735451,0.25438579916954,0.14921997487545,-0.0634535998106,-0.008737528696656"
  },
  {
    "path": "demo/models/weights/bn1_m.csv",
    "chars": 1122,
    "preview": "-0.065506957471371,0.22722293436527,-0.578941822052,-0.14345446228981,0.66680991649628,-1.5636328458786,0.16514182090759"
  },
  {
    "path": "demo/models/weights/bn1_v.csv",
    "chars": 1079,
    "preview": "1.8947323560715,1.8810436725616,0.22227054834366,0.23339565098286,0.24082045257092,0.75740492343903,0.01721128821373,0.3"
  },
  {
    "path": "demo/models/weights/bn1_w.csv",
    "chars": 1089,
    "preview": "0.90906465053558,0.61297827959061,0.45490697026253,0.53066885471344,0.50894284248352,0.79449623823166,0.0012343637645245"
  },
  {
    "path": "demo/models/weights/bn2_b.csv",
    "chars": 1136,
    "preview": "0.22967651486397,0.32203245162964,0.0039016648661345,0.13652767241001,-0.17872509360313,-0.1076731979847,-0.013485487550"
  },
  {
    "path": "demo/models/weights/bn2_m.csv",
    "chars": 1104,
    "preview": "-0.69500523805618,-0.67477786540985,-0.63618445396423,1.154355764389,-1.7739737033844,0.81434351205826,-0.09074611961841"
  },
  {
    "path": "demo/models/weights/bn2_v.csv",
    "chars": 1040,
    "preview": "0.73602908849716,1.1747137308121,2.2306089401245,1.2134968042374,3.5318298339844,1.3444278240204,0.19600974023342,3.1087"
  },
  {
    "path": "demo/models/weights/bn2_w.csv",
    "chars": 1072,
    "preview": "0.46289971470833,0.51928186416626,0.78771501779556,0.53347766399384,0.9536857008934,0.64860486984253,0.48281979560852,0."
  },
  {
    "path": "demo/models/weights/bn3_b.csv",
    "chars": 3496,
    "preview": "-0.12341623753309,-0.1621023863554,0.1095525175333,-0.082596853375435,-0.010711786337197,-0.030056312680244,0.1027470454"
  },
  {
    "path": "demo/models/weights/bn3_m.csv",
    "chars": 3327,
    "preview": "-1.1536684036255,-1.9523532390594,-1.5020362138748,-0.063393883407116,-1.462117433548,0.010816218331456,-0.6842129826545"
  },
  {
    "path": "demo/models/weights/bn3_v.csv",
    "chars": 3112,
    "preview": "1.7175611257553,1.9166420698166,1.568371295929,0.78787225484848,0.75708502531052,2.6065425872803,0.70770025253296,2.3388"
  },
  {
    "path": "demo/models/weights/bn3_w.csv",
    "chars": 3267,
    "preview": "0.73083686828613,0.79051285982132,0.52403736114502,0.54971325397491,0.46692368388176,0.64487498998642,0.46544277667999,0"
  },
  {
    "path": "demo/models/weights/conv1_b.csv",
    "chars": 1197,
    "preview": "0.074328526854515,-0.065004885196686,0.019731981679797,-0.03164541348815,0.049864161759615,0.047465652227402,-0.06268317"
  },
  {
    "path": "demo/models/weights/conv1_w.csv",
    "chars": 169153,
    "preview": "0.14905615150928,0.031193917617202,0.087538994848728,-0.0048082140274346,0.090928107500076,0.09634106606245,0.1095667406"
  },
  {
    "path": "demo/models/weights/conv2_b.csv",
    "chars": 1174,
    "preview": "0.023525265976787,-0.11955935508013,-0.0011243170592934,0.03735139966011,-0.058553613722324,0.011853763833642,-0.0391947"
  },
  {
    "path": "demo/models/weights/conv2_w.csv",
    "chars": 73387,
    "preview": "-0.11421109735966,-0.11418153345585,0.19003720581532,0.024592205882072,-0.079968854784966,-0.12500403821468,0.0595827102"
  },
  {
    "path": "demo/models/weights/conv3_b.csv",
    "chars": 3608,
    "preview": "-0.030984599143267,-0.0367586389184,-0.0033312481828034,-0.0082309683784842,0.028674088418484,0.041031587868929,-0.02620"
  },
  {
    "path": "demo/models/weights/conv3_w.csv",
    "chars": 2031496,
    "preview": "0.033622480928898,-0.11724369227886,-0.20406852662563,0.05389242619276,0.082621961832047,0.08612210303545,-0.04963975772"
  },
  {
    "path": "demo/models/weights/dense_b.csv",
    "chars": 2364,
    "preview": "0.060246933251619,-0.073719047009945,0.010094923898578,-0.11936585605145,0.068254716694355,0.10584830492735,0.0309077631"
  },
  {
    "path": "demo/models/weights/dense_w.csv",
    "chars": 1742900,
    "preview": "0.063846595585346,0.035933498293161,0.0033669890835881,0.015411561354995,-0.035331655293703,-0.011555232107639,0.0193715"
  },
  {
    "path": "demo/models/weights/inception_3a_1x1_bn_b.csv",
    "chars": 1134,
    "preview": "-0.11843322962523,0.14128445088863,0.089982748031616,0.033825889229774,-0.14686845242977,0.037528712302446,-0.0147482063"
  },
  {
    "path": "demo/models/weights/inception_3a_1x1_bn_m.csv",
    "chars": 1093,
    "preview": "0.34446677565575,-1.0840458869934,-2.2366924285889,-1.1515790224075,-2.6548759937286,-0.87285351753235,0.01104278024286,"
  },
  {
    "path": "demo/models/weights/inception_3a_1x1_bn_v.csv",
    "chars": 1044,
    "preview": "0.14542672038078,2.9417135715485,0.70159661769867,1.016304731369,1.2383040189743,1.0287743806839,0.42630833387375,1.2587"
  },
  {
    "path": "demo/models/weights/inception_3a_1x1_bn_w.csv",
    "chars": 1083,
    "preview": "0.30689936876297,0.8471953868866,0.5268058180809,0.66591995954514,0.70532721281052,0.69264388084412,0.50817048549652,0.7"
  },
  {
    "path": "demo/models/weights/inception_3a_1x1_conv_b.csv",
    "chars": 1183,
    "preview": "-0.046809148043394,0.057704031467438,-0.0029406687244773,-0.025480495765805,-0.040311455726624,-0.0025800557341427,-0.06"
  },
  {
    "path": "demo/models/weights/inception_3a_1x1_conv_w.csv",
    "chars": 223209,
    "preview": "0.055770292878151,-0.032886233180761,0.045293282717466,-0.049498923122883,0.028610667213798,0.11389947682619,-0.03824225"
  },
  {
    "path": "demo/models/weights/inception_3a_3x3_bn1_b.csv",
    "chars": 1740,
    "preview": "-0.02594674564898,0.032016605138779,-0.07105764746666,0.017783915624022,-0.17275767028332,0.1105382591486,-0.04802337288"
  },
  {
    "path": "demo/models/weights/inception_3a_3x3_bn1_m.csv",
    "chars": 1637,
    "preview": "-0.64759457111359,0.96015977859497,-1.8726713657379,-1.0719033479691,0.16264125704765,1.457840681076,0.16194297373295,-0"
  },
  {
    "path": "demo/models/weights/inception_3a_3x3_bn1_v.csv",
    "chars": 1573,
    "preview": "0.4705944955349,0.55023950338364,1.9615262746811,1.5094662904739,0.86646515130997,0.84857159852982,0.34488871693611,0.66"
  },
  {
    "path": "demo/models/weights/inception_3a_3x3_bn1_w.csv",
    "chars": 1621,
    "preview": "0.65553718805313,0.50578951835632,0.82839399576187,0.81468105316162,0.81475138664246,0.66857093572617,0.47093525528908,0"
  },
  {
    "path": "demo/models/weights/inception_3a_3x3_bn2_b.csv",
    "chars": 2365,
    "preview": "-0.035253569483757,-0.074049599468708,-0.011185565032065,-0.064954996109009,-0.062226701527834,-0.051545456051826,-0.127"
  },
  {
    "path": "demo/models/weights/inception_3a_3x3_bn2_m.csv",
    "chars": 2234,
    "preview": "-0.49954977631569,-0.071378208696842,-0.12098944187164,-3.4063892364502,0.5107399225235,-0.381413012743,-1.553090929985,"
  },
  {
    "path": "demo/models/weights/inception_3a_3x3_bn2_v.csv",
    "chars": 2067,
    "preview": "2.5596945285797,0.22131921350956,0.050475545227528,2.2538325786591,0.92229604721069,1.9311252832413,2.999317407608,2.725"
  },
  {
    "path": "demo/models/weights/inception_3a_3x3_bn2_w.csv",
    "chars": 2169,
    "preview": "0.68335431814194,0.35954079031944,0.0020013677421957,0.88512134552002,0.49953988194466,0.68532747030258,0.87189370393753"
  },
  {
    "path": "demo/models/weights/inception_3a_3x3_conv1_b.csv",
    "chars": 1782,
    "preview": "-0.047236621379852,-0.011468723416328,-0.017790460959077,-0.019453439861536,-0.0060402699746192,0.027992755174637,-0.057"
  },
  {
    "path": "demo/models/weights/inception_3a_3x3_conv1_w.csv",
    "chars": 334710,
    "preview": "-0.12815509736538,0.074562296271324,0.033604435622692,-0.072531394660473,-0.082529745995998,0.13016071915627,-0.07772061"
  },
  {
    "path": "demo/models/weights/inception_3a_3x3_conv2_b.csv",
    "chars": 2397,
    "preview": "0.020350761711597,-0.021554172039032,-0.020608983933926,-0.0046502430923283,0.005255926400423,-0.0064427983015776,0.0273"
  },
  {
    "path": "demo/models/weights/inception_3a_3x3_conv2_w.csv",
    "chars": 2041145,
    "preview": "0.084112636744976,0.067864060401917,0.11830382794142,0.1284603625536,-0.032470930367708,0.22398515045643,-0.078603439033"
  },
  {
    "path": "demo/models/weights/inception_3a_5x5_bn1_b.csv",
    "chars": 279,
    "preview": "0.090209431946278,-0.16284407675266,0.18122281134129,0.11606653034687,0.11175785958767,-0.078692860901356,-0.01239680033"
  },
  {
    "path": "demo/models/weights/inception_3a_5x5_bn1_m.csv",
    "chars": 273,
    "preview": "0.99176204204559,-4.1316914558411,-0.11709471046925,-0.52795541286469,-1.5747971534729,-0.28584703803062,0.5213565826416"
  },
  {
    "path": "demo/models/weights/inception_3a_5x5_bn1_v.csv",
    "chars": 258,
    "preview": "0.64407175779343,2.6587994098663,1.4410147666931,1.1800329685211,1.6035180091858,0.11943980306387,0.049423851072788,1.32"
  },
  {
    "path": "demo/models/weights/inception_3a_5x5_bn1_w.csv",
    "chars": 271,
    "preview": "0.48860594630241,0.82600086927414,0.59801012277603,0.55618107318878,0.7532930970192,0.29156023263931,0.001694466220215,0"
  },
  {
    "path": "demo/models/weights/inception_3a_5x5_bn2_b.csv",
    "chars": 579,
    "preview": "0.064444974064827,-0.0321134775877,0.0018796878866851,0.007692170329392,-0.019697742536664,-0.12375161796808,-0.01212615"
  },
  {
    "path": "demo/models/weights/inception_3a_5x5_bn2_m.csv",
    "chars": 567,
    "preview": "-0.28819751739502,0.066341675817966,-0.1638023853302,-1.5701377391815,0.11275917291641,-0.42224887013435,-1.259517908096"
  },
  {
    "path": "demo/models/weights/inception_3a_5x5_bn2_v.csv",
    "chars": 521,
    "preview": "0.26702752709389,0.9810619354248,0.28518769145012,2.4933121204376,0.10072055459023,1.8638612031937,1.6605956554413,1.647"
  },
  {
    "path": "demo/models/weights/inception_3a_5x5_bn2_w.csv",
    "chars": 541,
    "preview": "0.31763285398483,0.57746988534927,0.39297324419022,0.84584367275238,-0.22106368839741,0.65649455785751,0.66380703449249,"
  },
  {
    "path": "demo/models/weights/inception_3a_5x5_conv1_b.csv",
    "chars": 295,
    "preview": "0.028357880190015,-0.0092383185401559,0.052566818892956,-0.011652241460979,0.071636915206909,0.010669566690922,0.0195266"
  },
  {
    "path": "demo/models/weights/inception_3a_5x5_conv1_w.csv",
    "chars": 55849,
    "preview": "0.078490860760212,0.042521361261606,0.14241936802864,0.059965327382088,-0.044198241084814,0.10672307759523,-0.0742536038"
  },
  {
    "path": "demo/models/weights/inception_3a_5x5_conv2_b.csv",
    "chars": 593,
    "preview": "-0.0139693422243,-0.035115357488394,-0.002883440349251,0.025291375815868,-0.014742940664291,0.037524770945311,-0.0399983"
  },
  {
    "path": "demo/models/weights/inception_3a_5x5_conv2_w.csv",
    "chars": 234544,
    "preview": "0.011139804497361,-0.0023966033477336,-0.05168791860342,-0.045957002788782,0.012748906388879,0.0055307429283857,0.000450"
  },
  {
    "path": "demo/models/weights/inception_3a_pool_bn_b.csv",
    "chars": 573,
    "preview": "-0.11923981457949,0.075920455157757,-0.025345705449581,0.03583636879921,0.10490273684263,0.0079407542943954,-0.000927505"
  },
  {
    "path": "demo/models/weights/inception_3a_pool_bn_m.csv",
    "chars": 540,
    "preview": "-0.89062112569809,0.29568776488304,-2.517246723175,-0.060575909912586,0.098528973758221,-1.0825197696686,0.8105875849723"
  },
  {
    "path": "demo/models/weights/inception_3a_pool_bn_v.csv",
    "chars": 541,
    "preview": "0.90668189525604,0.23726531863213,0.52221471071243,0.15824197232723,0.46502035856247,0.54573428630829,0.053171213716269,"
  },
  {
    "path": "demo/models/weights/inception_3a_pool_bn_w.csv",
    "chars": 547,
    "preview": "0.90258347988129,0.51381433010101,0.7832710146904,0.35522285103798,0.67618387937546,0.79421478509903,-0.0001218268444063"
  },
  {
    "path": "demo/models/weights/inception_3a_pool_conv_b.csv",
    "chars": 593,
    "preview": "-0.041472133249044,-0.035723209381104,0.041325900703669,0.059522245079279,0.017117680981755,-0.036762766540051,0.0018388"
  },
  {
    "path": "demo/models/weights/inception_3a_pool_conv_w.csv",
    "chars": 112311,
    "preview": "-0.025021012872458,0.18159891664982,-0.075305804610252,-0.055643249303102,0.0099295182153583,-0.0040873717516661,-0.0807"
  },
  {
    "path": "demo/models/weights/inception_3b_1x1_bn_b.csv",
    "chars": 1175,
    "preview": "0.00714156543836,-0.1884905397892,-0.032029800117016,0.023552861064672,-0.20715092122555,-0.035192094743252,0.0780472159"
  },
  {
    "path": "demo/models/weights/inception_3b_1x1_bn_m.csv",
    "chars": 1139,
    "preview": "-0.89388251304626,-1.0760385990143,-0.065466672182083,-0.33507868647575,-0.53033524751663,-0.28043332695961,0.5346768498"
  },
  {
    "path": "demo/models/weights/inception_3b_1x1_bn_v.csv",
    "chars": 1080,
    "preview": "0.90385943651199,1.0112900733948,0.55430155992508,1.2686069011688,0.85636526346207,1.1468857526779,0.76684898138046,0.52"
  },
  {
    "path": "demo/models/weights/inception_3b_1x1_bn_w.csv",
    "chars": 1090,
    "preview": "0.57655030488968,0.74392503499985,0.46546331048012,0.67900764942169,0.65540641546249,0.67703014612198,0.53356713056564,0"
  },
  {
    "path": "demo/models/weights/inception_3b_1x1_conv_b.csv",
    "chars": 1187,
    "preview": "0.01091471966356,-0.046515379101038,0.011058447882533,-0.00046446942724288,0.056082937866449,-0.0077257538214326,0.05549"
  },
  {
    "path": "demo/models/weights/inception_3b_1x1_conv_w.csv",
    "chars": 299252,
    "preview": "0.12145835906267,-0.077648505568504,-0.036630488932133,-0.062845520675182,-0.050389189273119,0.076272390782833,-0.071070"
  },
  {
    "path": "demo/models/weights/inception_3b_3x3_bn1_b.csv",
    "chars": 1782,
    "preview": "-0.30938944220543,-0.10816825926304,0.026691081002355,-0.046030078083277,-0.0065188771113753,-0.025212079286575,-0.02976"
  },
  {
    "path": "demo/models/weights/inception_3b_3x3_bn1_m.csv",
    "chars": 1703,
    "preview": "-0.28159990906715,-0.69857621192932,0.099645920097828,-0.22874456644058,-0.80751937627792,0.059706404805183,-0.935805141"
  },
  {
    "path": "demo/models/weights/inception_3b_3x3_bn1_v.csv",
    "chars": 1601,
    "preview": "0.82242929935455,1.3607940673828,1.1068044900894,0.10816571116447,0.4287171959877,0.42256665229797,0.36380687355995,0.93"
  },
  {
    "path": "demo/models/weights/inception_3b_3x3_bn1_w.csv",
    "chars": 1626,
    "preview": "0.83829808235168,0.89673173427582,0.76276743412018,0.37813282012939,0.60953438282013,0.58395826816559,0.61388236284256,0"
  },
  {
    "path": "demo/models/weights/inception_3b_3x3_bn2_b.csv",
    "chars": 2320,
    "preview": "-0.11346300691366,-0.09888281673193,-0.072198420763016,-0.17852564156055,-0.17843861877918,-0.15167006850243,-0.08890080"
  },
  {
    "path": "demo/models/weights/inception_3b_3x3_bn2_m.csv",
    "chars": 2248,
    "preview": "-1.7641487121582,-0.42707285284996,-1.4770123958588,-0.61002415418625,-0.093179330229759,-1.3898442983627,-0.91121387481"
  },
  {
    "path": "demo/models/weights/inception_3b_3x3_bn2_v.csv",
    "chars": 2074,
    "preview": "2.506338596344,2.1162266731262,1.8056942224503,1.0369157791138,1.147332906723,1.939516544342,2.9206354618073,0.676558792"
  },
  {
    "path": "demo/models/weights/inception_3b_3x3_bn2_w.csv",
    "chars": 2166,
    "preview": "0.58981931209564,0.60376554727554,0.61289244890213,0.5351322889328,0.52715826034546,0.65735566616058,0.69421428442001,0."
  },
  {
    "path": "demo/models/weights/inception_3b_3x3_conv1_b.csv",
    "chars": 1771,
    "preview": "0.045522503554821,-0.010467087849975,-0.025157634168863,0.042743105441332,-0.060541890561581,-0.024677051231265,-0.04808"
  },
  {
    "path": "demo/models/weights/inception_3b_3x3_conv1_w.csv",
    "chars": 448145,
    "preview": "-0.070093423128128,-0.052827630192041,-0.032280143350363,0.10728393495083,-0.0060115261003375,-0.21498151123524,0.065949"
  },
  {
    "path": "demo/models/weights/inception_3b_3x3_conv2_b.csv",
    "chars": 2406,
    "preview": "0.0099263163283467,-0.00056113483151421,-0.023672854527831,0.0077465795911849,-0.02940334752202,-0.031590837985277,-0.03"
  },
  {
    "path": "demo/models/weights/inception_3b_3x3_conv2_w.csv",
    "chars": 2041583,
    "preview": "-0.1210508570075,-0.112015157938,-0.1374057084322,0.067485682666302,0.073228821158409,0.1685982644558,-0.02762127481401,"
  },
  {
    "path": "demo/models/weights/inception_3b_5x5_bn1_b.csv",
    "chars": 593,
    "preview": "0.080376073718071,-0.00027533527463675,-0.048796758055687,0.010394533164799,-0.076397366821766,-0.1654190570116,-0.26962"
  },
  {
    "path": "demo/models/weights/inception_3b_5x5_bn1_m.csv",
    "chars": 564,
    "preview": "-0.40059047937393,-0.70786941051483,-0.35238552093506,-1.2835885286331,-0.6507973074913,-0.96618914604187,-0.23100392520"
  },
  {
    "path": "demo/models/weights/inception_3b_5x5_bn1_v.csv",
    "chars": 528,
    "preview": "1.1246291399002,1.4744566679001,0.39950427412987,0.46186396479607,1.3005504608154,1.0525714159012,1.6736273765564,1.0527"
  },
  {
    "path": "demo/models/weights/inception_3b_5x5_bn1_w.csv",
    "chars": 542,
    "preview": "0.72270596027374,0.70516014099121,0.49250367283821,0.52697259187698,0.70055359601974,0.6680880188942,0.94043779373169,0."
  },
  {
    "path": "demo/models/weights/inception_3b_5x5_bn2_b.csv",
    "chars": 1171,
    "preview": "-0.082403495907784,-0.0059220651164651,-0.11185826361179,-0.17414338886738,-0.015903564170003,-0.21287935972214,-0.18043"
  },
  {
    "path": "demo/models/weights/inception_3b_5x5_bn2_m.csv",
    "chars": 1134,
    "preview": "-0.45737856626511,0.17055079340935,-0.75414574146271,-0.68155747652054,0.18906477093697,-0.54005080461502,-0.10538453608"
  },
  {
    "path": "demo/models/weights/inception_3b_5x5_bn2_v.csv",
    "chars": 1043,
    "preview": "0.67794358730316,0.045991577208042,1.7165569067001,1.6439099311829,0.045746702700853,1.8271913528442,2.1223342418671,0.5"
  },
  {
    "path": "demo/models/weights/inception_3b_5x5_bn2_w.csv",
    "chars": 1090,
    "preview": "0.47540694475174,0.00081717735156417,0.69834208488464,0.76306468248367,0.0027517098933458,0.72488105297089,0.58680081367"
  },
  {
    "path": "demo/models/weights/inception_3b_5x5_conv1_b.csv",
    "chars": 584,
    "preview": "0.032711405307055,-0.060107555240393,0.0055297091603279,0.020955093204975,0.0084885945543647,-0.022641757503152,0.000955"
  },
  {
    "path": "demo/models/weights/inception_3b_5x5_conv1_w.csv",
    "chars": 149178,
    "preview": "-0.21858142316341,-0.08256871253252,-0.04234291613102,0.12680749595165,-0.087741032242775,-0.031430225819349,-0.10177411"
  },
  {
    "path": "demo/models/weights/inception_3b_5x5_conv2_b.csv",
    "chars": 1200,
    "preview": "0.032627381384373,0.00013387810031418,-0.0095141911879182,0.023820545524359,0.010586586780846,0.0018754110205919,0.01970"
  },
  {
    "path": "demo/models/weights/inception_3b_5x5_conv2_w.csv",
    "chars": 943958,
    "preview": "0.012143423780799,0.023835128173232,0.029024206101894,0.031552635133266,-0.099873214960098,0.026759250089526,-0.04286506"
  },
  {
    "path": "demo/models/weights/inception_3b_pool_bn_b.csv",
    "chars": 1191,
    "preview": "-0.13208425045013,0.0061631510034204,-0.039622399955988,-0.091765120625496,-0.15299548208714,-0.16014161705971,-0.046059"
  },
  {
    "path": "demo/models/weights/inception_3b_pool_bn_m.csv",
    "chars": 1089,
    "preview": "0.014663860201836,0.39054200053215,-1.5761821269989,1.6906096935272,4.5838651657104,-1.1880184412003,0.9634302854538,-1."
  },
  {
    "path": "demo/models/weights/inception_3b_pool_bn_v.csv",
    "chars": 1043,
    "preview": "2.8395872116089,0.26815557479858,1.2039724588394,1.5786504745483,3.1011123657227,2.9145662784576,0.65461260080338,1.1563"
  },
  {
    "path": "demo/models/weights/inception_3b_pool_bn_w.csv",
    "chars": 1084,
    "preview": "0.67819213867188,0.15537959337234,0.47820860147476,0.51478731632233,0.83527225255966,0.70357918739319,0.33628660440445,0"
  },
  {
    "path": "demo/models/weights/inception_3b_pool_conv_b.csv",
    "chars": 1190,
    "preview": "0.041720267385244,0.0084164077416062,-0.027203295379877,0.038524929434061,-0.0068711056374013,-0.010477736592293,-0.0572"
  },
  {
    "path": "demo/models/weights/inception_3b_pool_conv_w.csv",
    "chars": 301304,
    "preview": "0.10382752865553,0.0066368244588375,0.020967811346054,0.049376226961613,-0.077315852046013,-0.072826512157917,0.11024229"
  },
  {
    "path": "demo/models/weights/inception_3c_3x3_bn1_b.csv",
    "chars": 2354,
    "preview": "-0.18658500909805,0.031289391219616,-0.045208536088467,-0.14746689796448,-0.10867360979319,0.031719863414764,-0.04049986"
  },
  {
    "path": "demo/models/weights/inception_3c_3x3_bn1_m.csv",
    "chars": 2289,
    "preview": "-0.65189599990845,0.012692821212113,-0.88488632440567,-0.018529402092099,-0.23826687037945,-0.16373060643673,0.033795889"
  },
  {
    "path": "demo/models/weights/inception_3c_3x3_bn1_v.csv",
    "chars": 2178,
    "preview": "0.49494227766991,0.03559422492981,0.38100272417068,0.21673619747162,0.13315245509148,0.073896333575249,0.0498888194561,0"
  },
  {
    "path": "demo/models/weights/inception_3c_3x3_bn1_w.csv",
    "chars": 2172,
    "preview": "0.71458727121353,0.21486580371857,0.65468537807465,0.64290326833725,0.49252226948738,0.39213851094246,0.28290915489197,0"
  },
  {
    "path": "demo/models/weights/inception_3c_3x3_bn2_b.csv",
    "chars": 4755,
    "preview": "-0.063888661563396,-0.12587164342403,-0.047216769307852,-0.022078793495893,0.045532025396824,-0.082080990076065,-0.06323"
  },
  {
    "path": "demo/models/weights/inception_3c_3x3_bn2_m.csv",
    "chars": 4544,
    "preview": "0.12708911299706,-0.87916088104248,-0.3763482272625,-0.57852816581726,-0.18655347824097,-0.92400312423706,-0.33195590972"
  },
  {
    "path": "demo/models/weights/inception_3c_3x3_bn2_v.csv",
    "chars": 4352,
    "preview": "0.15598538517952,0.92878842353821,0.45567220449448,0.2979334294796,0.080005496740341,0.50751715898514,0.46924647688866,0"
  },
  {
    "path": "demo/models/weights/inception_3c_3x3_bn2_w.csv",
    "chars": 4339,
    "preview": "0.37026286125183,0.87447202205658,0.68239796161652,0.56152993440628,0.2948177754879,0.65930342674255,0.69690465927124,0."
  },
  {
    "path": "demo/models/weights/inception_3c_3x3_conv1_b.csv",
    "chars": 2366,
    "preview": "-0.0064062299206853,0.036231752485037,0.0092414952814579,-0.054469130933285,-0.0038447969127446,-0.02949003316462,0.0432"
  },
  {
    "path": "demo/models/weights/inception_3c_3x3_conv1_w.csv",
    "chars": 752665,
    "preview": "0.052129231393337,-0.00015405338490382,-0.0936419069767,0.0010909753618762,0.040800828486681,0.045872028917074,0.1814005"
  },
  {
    "path": "demo/models/weights/inception_3c_3x3_conv2_b.csv",
    "chars": 4808,
    "preview": "0.0083421412855387,-0.0070915324613452,0.0037172590382397,0.025776004418731,-0.026434103026986,-0.025976056233048,0.0247"
  },
  {
    "path": "demo/models/weights/inception_3c_3x3_conv2_w.csv",
    "chars": 5494766,
    "preview": "-0.013116858899593,0.020628347992897,-0.018415682017803,-0.0098720323294401,0.014182458631694,-0.042829748243093,-0.0654"
  },
  {
    "path": "demo/models/weights/inception_3c_5x5_bn1_b.csv",
    "chars": 592,
    "preview": "-0.17259201407433,-0.14156731963158,-0.13506671786308,-0.11772446334362,0.010144569911063,-0.076672181487083,-0.12942725"
  },
  {
    "path": "demo/models/weights/inception_3c_5x5_bn1_m.csv",
    "chars": 573,
    "preview": "-0.1657523214817,-0.0904451161623,-1.1398732662201,-0.28498524427414,0.25904697179794,-0.18132005631924,-0.1854860782623"
  },
  {
    "path": "demo/models/weights/inception_3c_5x5_bn1_v.csv",
    "chars": 545,
    "preview": "0.32422965764999,0.14066144824028,0.50834649801254,0.40070542693138,0.14793506264687,0.087858609855175,0.42993906140327,"
  },
  {
    "path": "demo/models/weights/inception_3c_5x5_bn1_w.csv",
    "chars": 540,
    "preview": "0.72827309370041,0.53857004642487,0.80083745718002,0.6784428358078,0.45025244355202,0.39840447902679,0.59640192985535,0."
  },
  {
    "path": "demo/models/weights/inception_3c_5x5_bn2_b.csv",
    "chars": 1198,
    "preview": "-0.042343702167273,-0.12069574743509,-0.045231413096189,-0.0031515511218458,-0.11863669008017,0.0016254473011941,-0.0535"
  },
  {
    "path": "demo/models/weights/inception_3c_5x5_bn2_m.csv",
    "chars": 1140,
    "preview": "-0.24079495668411,-0.23133647441864,-0.065577730536461,0.32807484269142,-0.32589426636696,0.070307269692421,-0.042468093"
  },
  {
    "path": "demo/models/weights/inception_3c_5x5_bn2_v.csv",
    "chars": 1095,
    "preview": "0.37802949547768,0.42967548966408,0.031902305781841,0.43601375818253,0.49859517812729,0.15695145726204,0.68744772672653,"
  },
  {
    "path": "demo/models/weights/inception_3c_5x5_bn2_w.csv",
    "chars": 1088,
    "preview": "0.60402876138687,0.79357975721359,0.009086424484849,0.63514667749405,0.82693827152252,0.45131227374077,0.76358008384705,"
  },
  {
    "path": "demo/models/weights/inception_3c_5x5_conv1_b.csv",
    "chars": 596,
    "preview": "0.055862985551357,0.0032213686499745,-0.038360647857189,0.00068051257403567,-0.041177272796631,0.040535688400269,-0.0419"
  },
  {
    "path": "demo/models/weights/inception_3c_5x5_conv1_w.csv",
    "chars": 188110,
    "preview": "-0.050612319260836,-0.0084155471995473,0.095471009612083,-0.023183630779386,-0.080580234527588,-0.011875418946147,-0.273"
  },
  {
    "path": "demo/models/weights/inception_3c_5x5_conv2_b.csv",
    "chars": 1190,
    "preview": "0.032505575567484,0.00031855533597991,0.012325118295848,-0.0098740663379431,-0.010800718329847,-0.016419937834144,-0.033"
  },
  {
    "path": "demo/models/weights/inception_3c_5x5_conv2_w.csv",
    "chars": 950403,
    "preview": "-0.012212913483381,0.1428556740284,-0.011629202403128,-0.00014543769066222,0.053402747958899,0.056165210902691,-0.009716"
  },
  {
    "path": "demo/models/weights/inception_4a_1x1_bn_b.csv",
    "chars": 4740,
    "preview": "-0.087061531841755,-0.09478472918272,-0.05774674192071,-0.03710063546896,-0.094979822635651,-0.1209082826972,0.002101264"
  },
  {
    "path": "demo/models/weights/inception_4a_1x1_bn_m.csv",
    "chars": 4545,
    "preview": "-0.36395999789238,-0.39647445082664,-0.42394077777863,0.10797509551048,-0.3334496319294,0.30375680327415,0.1021967455744"
  },
  {
    "path": "demo/models/weights/inception_4a_1x1_bn_v.csv",
    "chars": 4297,
    "preview": "0.2945584654808,0.66807758808136,0.51820874214172,0.047595702111721,1.4136539697647,0.84430640935898,0.065133102238178,0"
  },
  {
    "path": "demo/models/weights/inception_4a_1x1_bn_w.csv",
    "chars": 4336,
    "preview": "0.39161121845245,0.6567160487175,0.4719389975071,0.14422523975372,0.67990797758102,0.46184030175209,0.1685998737812,0.56"
  },
  {
    "path": "demo/models/weights/inception_4a_1x1_conv_b.csv",
    "chars": 4772,
    "preview": "-0.0096253165975213,0.021781500428915,0.0013485362287611,0.0043577491305768,0.030646689236164,-0.018532820045948,0.01861"
  },
  {
    "path": "demo/models/weights/inception_4a_1x1_conv_w.csv",
    "chars": 3035818,
    "preview": "0.029099626466632,0.023875234648585,-0.044107872992754,-0.03402092307806,0.028725132346153,0.0046540936455131,0.03684177"
  },
  {
    "path": "demo/models/weights/inception_4a_3x3_bn1_b.csv",
    "chars": 1779,
    "preview": "-0.16297233104706,-0.12403828650713,-0.058768920600414,0.024989068508148,-0.12178429216146,0.020335247740149,-0.11127191"
  },
  {
    "path": "demo/models/weights/inception_4a_3x3_bn1_m.csv",
    "chars": 1680,
    "preview": "-0.27425754070282,0.57731717824936,1.4072375297546,-0.068108431994915,0.19293610751629,-0.76221507787704,-0.802472174167"
  },
  {
    "path": "demo/models/weights/inception_4a_3x3_bn1_v.csv",
    "chars": 1602,
    "preview": "0.63248652219772,1.4301819801331,1.3618377447128,0.12971395254135,1.5079556703568,0.33419719338417,0.68931794166565,1.04"
  },
  {
    "path": "demo/models/weights/inception_4a_3x3_bn1_w.csv",
    "chars": 1625,
    "preview": "0.6828116774559,0.68884801864624,0.75630551576614,0.27332457900047,0.62473440170288,0.56130462884903,0.59014314413071,0."
  },
  {
    "path": "demo/models/weights/inception_4a_3x3_bn2_b.csv",
    "chars": 3565,
    "preview": "-0.077140852808952,0.021057095378637,-0.02391267195344,-0.0032715518027544,-0.03404850885272,-0.018486315384507,-0.13905"
  },
  {
    "path": "demo/models/weights/inception_4a_3x3_bn2_m.csv",
    "chars": 3467,
    "preview": "-0.17615169286728,0.14088852703571,-0.20201018452644,-0.15365234017372,-0.096000410616398,-0.10654053092003,-0.437014400"
  },
  {
    "path": "demo/models/weights/inception_4a_3x3_bn2_v.csv",
    "chars": 3275,
    "preview": "0.13489234447479,0.079813465476036,0.10769714415073,0.11265823245049,0.17714540660381,0.039304334670305,0.61766356229782"
  },
  {
    "path": "demo/models/weights/inception_4a_3x3_bn2_w.csv",
    "chars": 3259,
    "preview": "0.29769057035446,0.18644966185093,0.30136212706566,0.29730826616287,0.36755847930908,0.1166757941246,0.80449020862579,0."
  },
  {
    "path": "demo/models/weights/inception_4a_3x3_conv1_b.csv",
    "chars": 1792,
    "preview": "0.029958765953779,-0.027659323066473,0.0070890476927161,0.0186308901757,0.012893136590719,0.029203919693828,-0.011970124"
  },
  {
    "path": "demo/models/weights/inception_4a_3x3_conv1_w.csv",
    "chars": 1135692,
    "preview": "-0.023116642609239,0.043445505201817,-0.0079626813530922,-0.011298090219498,-0.0045647355727851,-0.053237929940224,0.136"
  },
  {
    "path": "demo/models/weights/inception_4a_3x3_conv2_b.csv",
    "chars": 3594,
    "preview": "0.0035110015887767,-0.02432476170361,-0.0085944402962923,-0.0041059609502554,0.023193720728159,0.018402284011245,-0.0087"
  },
  {
    "path": "demo/models/weights/inception_4a_3x3_conv2_w.csv",
    "chars": 3088974,
    "preview": "-0.0044382712803781,0.032317504286766,0.020868126302958,-0.0072276215068996,-0.013773357495666,0.020679518580437,-0.0192"
  },
  {
    "path": "demo/models/weights/inception_4a_5x5_bn1_b.csv",
    "chars": 592,
    "preview": "0.013874164782465,-0.027806509286165,0.046207182109356,0.015997633337975,0.079069264233112,-0.042359046638012,-0.1284158"
  },
  {
    "path": "demo/models/weights/inception_4a_5x5_bn1_m.csv",
    "chars": 561,
    "preview": "-0.41305270791054,-0.30430099368095,-1.0073980093002,-0.064855292439461,0.098954617977142,-0.69526916742325,0.5268571972"
  },
  {
    "path": "demo/models/weights/inception_4a_5x5_bn1_v.csv",
    "chars": 528,
    "preview": "0.5409107208252,1.4804921150208,1.1148291826248,0.59919762611389,0.66276067495346,0.44540962576866,1.837106347084,0.4151"
  },
  {
    "path": "demo/models/weights/inception_4a_5x5_bn1_w.csv",
    "chars": 541,
    "preview": "0.40199646353722,0.57186794281006,0.57542777061462,0.48521509766579,0.4199136197567,0.47044903039932,0.65938097238541,0."
  },
  {
    "path": "demo/models/weights/inception_4a_5x5_bn2_b.csv",
    "chars": 1183,
    "preview": "-0.1007921397686,-0.1232545748353,-0.0099604232236743,-0.047857582569122,-0.048163130879402,-0.19222190976143,-0.0850344"
  },
  {
    "path": "demo/models/weights/inception_4a_5x5_bn2_m.csv",
    "chars": 1151,
    "preview": "0.084471121430397,-0.27023342251778,-0.10185097903013,-0.26429468393326,-0.29443460702896,-0.25901287794113,-0.126656115"
  },
  {
    "path": "demo/models/weights/inception_4a_5x5_bn2_v.csv",
    "chars": 1091,
    "preview": "1.0534757375717,0.38081651926041,0.033608805388212,0.10945750027895,0.48011019825935,0.72155797481537,0.24331560730934,0"
  },
  {
    "path": "demo/models/weights/inception_4a_5x5_bn2_w.csv",
    "chars": 1079,
    "preview": "0.6107976436615,0.68971526622772,0.13253152370453,0.3727750480175,0.57192146778107,0.82383722066879,0.56075537204742,0.7"
  },
  {
    "path": "demo/models/weights/inception_4a_5x5_conv1_b.csv",
    "chars": 599,
    "preview": "-0.032483574002981,-0.016395803540945,0.027865670621395,0.020474081858993,0.024152096360922,0.034005492925644,-0.0321242"
  },
  {
    "path": "demo/models/weights/inception_4a_5x5_conv1_w.csv",
    "chars": 377363,
    "preview": "0.03088984452188,-0.0015301431994885,0.02635708078742,-0.0041431514546275,-0.020014429464936,0.043512362986803,0.0217002"
  },
  {
    "path": "demo/models/weights/inception_4a_5x5_conv2_b.csv",
    "chars": 1186,
    "preview": "0.026835573837161,-0.00094399740919471,0.034386355429888,0.0075695724226534,0.016807386651635,0.026588430628181,0.027319"
  },
  {
    "path": "demo/models/weights/inception_4a_5x5_conv2_w.csv",
    "chars": 950030,
    "preview": "0.0038688767235726,-0.06311059743166,-0.023420546203852,-0.022630339488387,0.013791567645967,-0.0071983891539276,-0.0280"
  },
  {
    "path": "demo/models/weights/inception_4a_pool_bn_b.csv",
    "chars": 2393,
    "preview": "-0.032347965985537,-0.13981693983078,-0.092529304325581,-0.017812294885516,0.0056687411852181,-0.066818900406361,-0.1632"
  },
  {
    "path": "demo/models/weights/inception_4a_pool_bn_m.csv",
    "chars": 2121,
    "preview": "1.130059838295,-0.63330888748169,-0.60299509763718,1.1628873348236,1.9758503437042,2.2776577472687,0.40872678160667,1.58"
  },
  {
    "path": "demo/models/weights/inception_4a_pool_bn_v.csv",
    "chars": 2077,
    "preview": "0.77908909320831,2.1430599689484,1.315131187439,0.62478214502335,0.83816200494766,0.43389758467674,1.4600917100906,1.350"
  },
  {
    "path": "demo/models/weights/inception_4a_pool_bn_w.csv",
    "chars": 2170,
    "preview": "0.44017997384071,0.73252952098846,0.50250315666199,0.37040096521378,0.37348565459251,0.3720531463623,0.85575574636459,0."
  },
  {
    "path": "demo/models/weights/inception_4a_pool_conv_b.csv",
    "chars": 2381,
    "preview": "0.0050972695462406,1.4601931979996e-05,-0.022758584469557,-0.02382380142808,-0.02357655018568,-0.02528672106564,0.008532"
  },
  {
    "path": "demo/models/weights/inception_4a_pool_conv_w.csv",
    "chars": 1519620,
    "preview": "0.030339481309056,-0.00057956320233643,-0.03179444745183,-0.01251274254173,-0.011019863188267,0.038633994758129,-0.03133"
  },
  {
    "path": "demo/models/weights/inception_4e_3x3_bn1_b.csv",
    "chars": 3004,
    "preview": "-0.14187100529671,-0.025888072326779,-0.13598671555519,-0.047833155840635,-0.039911527186632,0.0073508662171662,-0.02042"
  },
  {
    "path": "demo/models/weights/inception_4e_3x3_bn1_m.csv",
    "chars": 2893,
    "preview": "0.19317431747913,0.042930714786053,-0.59458351135254,-0.18153363466263,-0.51866543292999,-0.10416442155838,0.05637449026"
  },
  {
    "path": "demo/models/weights/inception_4e_3x3_bn1_v.csv",
    "chars": 2776,
    "preview": "0.38355049490929,0.030257329344749,0.36084020137787,0.16158722341061,0.10214847326279,0.033794190734625,0.03046356327831"
  },
  {
    "path": "demo/models/weights/inception_4e_3x3_bn1_w.csv",
    "chars": 2715,
    "preview": "0.8990187048912,0.27755662798882,0.85934096574783,0.62673699855804,0.55266404151917,0.27746686339378,0.21634116768837,0."
  },
  {
    "path": "demo/models/weights/inception_4e_3x3_bn2_b.csv",
    "chars": 4829,
    "preview": "-0.006214139983058,0.00082740309881046,-0.059842612594366,-0.031218430027366,-0.058046314865351,0.0012042884482071,-0.01"
  },
  {
    "path": "demo/models/weights/inception_4e_3x3_bn2_m.csv",
    "chars": 4597,
    "preview": "0.028984377160668,-0.50370508432388,-0.29581740498543,-0.23261912167072,-0.34392586350441,-0.11123634874821,-0.275728374"
  },
  {
    "path": "demo/models/weights/inception_4e_3x3_bn2_v.csv",
    "chars": 4395,
    "preview": "0.029388632625341,0.57797902822495,0.50926607847214,0.065485209226608,0.3216278553009,0.035935867577791,0.75382590293884"
  },
  {
    "path": "demo/models/weights/inception_4e_3x3_bn2_w.csv",
    "chars": 4327,
    "preview": "0.092227384448051,0.79968321323395,0.93687385320663,0.3073011636734,0.8253321647644,0.076898247003555,0.98855739831924,0"
  },
  {
    "path": "demo/models/weights/inception_4e_3x3_conv1_b.csv",
    "chars": 2999,
    "preview": "0.028332825750113,-0.020218517631292,0.02766371332109,-0.023891096934676,0.027735877782106,0.02934237383306,-0.004743673"
  },
  {
    "path": "demo/models/weights/inception_4e_3x3_conv1_w.csv",
    "chars": 1905379,
    "preview": "-0.0040609892457724,-0.021626941859722,-0.0061529316008091,0.052897494286299,-0.027940897271037,0.028931705281138,-0.064"
  },
  {
    "path": "demo/models/weights/inception_4e_3x3_conv2_b.csv",
    "chars": 4808,
    "preview": "-0.012875911779702,-0.018803363665938,0.0032781828194857,-0.0051966533064842,-0.0096840178593993,-0.019733343273401,0.02"
  },
  {
    "path": "demo/models/weights/inception_4e_3x3_conv2_w.csv",
    "chars": 6914726,
    "preview": "0.021985098719597,-0.014298688620329,-0.0042621553875506,-0.013440515846014,-0.00014507348532788,0.016824649646878,0.009"
  },
  {
    "path": "demo/models/weights/inception_4e_5x5_bn1_b.csv",
    "chars": 1194,
    "preview": "-0.041236966848373,-0.088486276566982,-0.088477343320847,-0.056920889765024,-0.090586319565773,-0.086060926318169,0.0272"
  },
  {
    "path": "demo/models/weights/inception_4e_5x5_bn1_m.csv",
    "chars": 1160,
    "preview": "-0.071588046848774,-0.19129474461079,-0.57093006372452,-0.19601686298847,-0.35021996498108,-0.060831654816866,-0.1000228"
  },
  {
    "path": "demo/models/weights/inception_4e_5x5_bn1_v.csv",
    "chars": 1108,
    "preview": "0.094015434384346,0.29068344831467,0.20624609291553,0.11584527790546,0.18343529105186,0.21632246673107,0.023264694958925"
  },
  {
    "path": "demo/models/weights/inception_4e_5x5_bn1_w.csv",
    "chars": 1083,
    "preview": "0.47819665074348,0.68194299936295,0.60952365398407,0.46659764647484,0.6368328332901,0.63592404127121,0.14650425314903,0."
  },
  {
    "path": "demo/models/weights/inception_4e_5x5_bn2_b.csv",
    "chars": 2416,
    "preview": "-0.0047459611669183,-0.0086175426840782,-0.024284103885293,-0.00013847698573954,-0.015179611742496,0.021682888269424,-0."
  },
  {
    "path": "demo/models/weights/inception_4e_5x5_bn2_m.csv",
    "chars": 2312,
    "preview": "-0.0093750162050128,0.52412712574005,-0.45018702745438,-0.17795239388943,0.18696036934853,-0.18866105377674,-0.324400365"
  },
  {
    "path": "demo/models/weights/inception_4e_5x5_bn2_v.csv",
    "chars": 2203,
    "preview": "0.021659268066287,0.41155296564102,0.57592451572418,0.041607797145844,0.37073943018913,0.50039142370224,0.35492357611656"
  },
  {
    "path": "demo/models/weights/inception_4e_5x5_bn2_w.csv",
    "chars": 2165,
    "preview": "0.12836594879627,0.77663165330887,0.97329986095428,0.25303545594215,0.90252906084061,0.9445635676384,0.8715044260025,0.5"
  },
  {
    "path": "demo/models/weights/inception_4e_5x5_conv1_b.csv",
    "chars": 1192,
    "preview": "-0.0074253473430872,0.0390495210886,-0.023036442697048,0.0018906922778115,0.034046433866024,-0.0065343100577593,0.011537"
  },
  {
    "path": "demo/models/weights/inception_4e_5x5_conv1_w.csv",
    "chars": 761362,
    "preview": "-0.0016330803046003,0.026562292128801,0.0061146640218794,-0.00015768042067066,-0.060766123235226,-0.034384582191706,-0.0"
  },
  {
    "path": "demo/models/weights/inception_4e_5x5_conv2_b.csv",
    "chars": 2412,
    "preview": "0.003324851160869,-0.014661642722785,-0.021887203678489,-0.012712552212179,0.011604742147028,-0.01288278400898,-0.016597"
  },
  {
    "path": "demo/models/weights/inception_4e_5x5_conv2_w.csv",
    "chars": 3840406,
    "preview": "-0.0071861883625388,0.022062957286835,0.012472286820412,-0.021443162113428,0.020244918763638,0.018146300688386,0.0092871"
  },
  {
    "path": "demo/models/weights/inception_5a_1x1_bn_b.csv",
    "chars": 4782,
    "preview": "-0.047392744570971,-0.0022418347653002,-0.051752276718616,-0.079276397824287,0.0065056495368481,-0.093635372817516,0.015"
  },
  {
    "path": "demo/models/weights/inception_5a_1x1_bn_m.csv",
    "chars": 4416,
    "preview": "0.6783007979393,-0.13133008778095,1.3593292236328,-2.0829312801361,-0.3265760242939,0.8912810087204,0.30514892935753,-0."
  },
  {
    "path": "demo/models/weights/inception_5a_1x1_bn_v.csv",
    "chars": 4205,
    "preview": "2.932163476944,0.11661591380835,1.7574132680893,2.8674983978271,0.76334202289581,2.495409488678,0.098691031336784,1.1282"
  },
  {
    "path": "demo/models/weights/inception_5a_1x1_bn_w.csv",
    "chars": 4335,
    "preview": "0.90572583675385,0.092147335410118,0.53895807266235,1.0134037733078,0.52367943525314,0.65138989686966,0.11486768722534,0"
  },
  {
    "path": "demo/models/weights/inception_5a_1x1_conv_b.csv",
    "chars": 4796,
    "preview": "0.028953740373254,0.019821213558316,-0.013710489496589,0.0041823112405837,0.0020348757971078,0.0093190148472786,-0.02397"
  },
  {
    "path": "demo/models/weights/inception_5a_1x1_conv_w.csv",
    "chars": 4884588,
    "preview": "-0.0088383900001645,0.034992609173059,0.1163402274251,-0.052915778011084,-0.046129193156958,-0.020865142345428,-0.001197"
  },
  {
    "path": "demo/models/weights/inception_5a_3x3_bn1_b.csv",
    "chars": 1784,
    "preview": "-0.10867323726416,-0.016914689913392,-0.048370607197285,-0.022249894216657,-0.035396188497543,-0.16704624891281,-0.02777"
  },
  {
    "path": "demo/models/weights/inception_5a_3x3_bn1_m.csv",
    "chars": 1653,
    "preview": "0.6669135093689,0.23620201647282,-0.37587377429008,0.18773041665554,0.61966550350189,2.1137669086456,0.051350332796574,0"
  },
  {
    "path": "demo/models/weights/inception_5a_3x3_bn1_v.csv",
    "chars": 1570,
    "preview": "0.78676462173462,3.9273824691772,1.5355042219162,0.11103202402592,1.1150373220444,5.1599144935608,1.1696586608887,1.0345"
  },
  {
    "path": "demo/models/weights/inception_5a_3x3_bn1_w.csv",
    "chars": 1632,
    "preview": "0.39218682050705,0.68166166543961,0.79796242713928,0.069668427109718,0.49170213937759,0.74735188484192,0.49840116500854,"
  },
  {
    "path": "demo/models/weights/inception_5a_3x3_bn2_b.csv",
    "chars": 7263,
    "preview": "-0.035185769200325,-0.058776766061783,0.031633026897907,0.0050243302248418,-0.04916800186038,-0.082424752414227,-0.00142"
  },
  {
    "path": "demo/models/weights/inception_5a_3x3_bn2_m.csv",
    "chars": 6943,
    "preview": "-0.33605867624283,-0.056956816464663,-0.25862964987755,0.03621507063508,-0.36450147628784,0.25035431981087,-0.2291696071"
  },
  {
    "path": "demo/models/weights/inception_5a_3x3_bn2_v.csv",
    "chars": 6564,
    "preview": "0.49968111515045,0.3365298807621,0.91326487064362,0.052196882665157,0.58739787340164,0.39985778927803,0.40838733315468,0"
  },
  {
    "path": "demo/models/weights/inception_5a_3x3_bn2_w.csv",
    "chars": 6521,
    "preview": "0.59437215328217,0.63781344890594,0.87658369541168,0.1651839017868,0.54032450914383,0.49465808272362,0.55796056985855,0."
  },
  {
    "path": "demo/models/weights/inception_5a_3x3_conv1_b.csv",
    "chars": 1807,
    "preview": "0.01104898750782,0.028686318546534,-0.004824991337955,0.013124444521964,0.011484961956739,-0.021444920450449,-0.00730588"
  },
  {
    "path": "demo/models/weights/inception_5a_3x3_conv1_w.csv",
    "chars": 1830603,
    "preview": "-0.017358094453812,0.01630144380033,-0.060688752681017,-0.012268454767764,-0.05256725102663,-0.025145521387458,0.0078604"
  },
  {
    "path": "demo/models/weights/inception_5a_3x3_conv2_b.csv",
    "chars": 7168,
    "preview": "-0.0092883016914129,-0.029822945594788,-0.01499642059207,-0.022527918219566,0.012585761025548,-0.020347725600004,0.00103"
  },
  {
    "path": "demo/models/weights/inception_5a_3x3_conv2_m.csv",
    "chars": 1653,
    "preview": "0.6669135093689,0.23620201647282,-0.37587377429008,0.18773041665554,0.61966550350189,2.1137669086456,0.051350332796574,0"
  }
]

// ... and 51 more files (download for full content)

About this extraction

This page contains the full source code of the chen0040/keras-face GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 251 files (78.6 MB), approximately 17.7M tokens, and a symbol index with 61 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!