Skip to content

Commit

Permalink
Add models
Browse files Browse the repository at this point in the history
  • Loading branch information
iitzco committed Aug 22, 2018
1 parent 4b6c354 commit 34fe2bc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
models/
logs/
backup_models/

# Created by https://www.gitignore.io/api/vim,linux,macos,python,virtualenv,jupyternotebook

### JupyterNotebook ###
Expand Down
Binary file added faced/models/face_corrector.pb
Binary file not shown.
Binary file added faced/models/face_yolo.pb
Binary file not shown.
Binary file removed graph.pb
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def readme():
with open('README.rst') as f:
with open('README.md') as f:
return f.read()

with open('requirements.txt') as f:
Expand All @@ -25,6 +25,6 @@ def readme():
license='MIT',
packages=['faced'],
install_requires=required,
python_requires='>3.4'
python_requires='>3.4',
include_package_data=True,
zip_safe=False)

0 comments on commit 34fe2bc

Please sign in to comment.