Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Facerecognition v0.6.0. Aka, first official release on the apstore.. #273

Merged
merged 2 commits into from
May 5, 2020

Conversation

matiasdelellis
Copy link
Owner

[0.6.0] - 2020-05-04

Added

  • Experimental support of External Storage. Issue Support for external storage #212
  • Add some documentation about how expect to install, test and use the application
  • Optionally you can install Pdlib 1.0.2 from https://github.com/matiasdelellis/pdlib that increase the speed of clustering drastically.
  • The sidebar has been rewritten to show it in the Photos application.
  • Add php-bzip2 as a necessary dependency to install the models.

Changed

  • Also adds a minimum php memory requirement for HOG. 128 MB.
    . Indicate which model is enabled in the summary table of the setup --model command.

Bug fixes

Translations

  • New French tranlation thanks to Florian Carpentier
  • Update Chinese translation thanks to yui874397188
  • Update German translation thanks to Johannes Szeibert
  • Update Polish translation thanks to Piotr Esse
  • Update Spanish translation thanks to Matias De lellis

@matiasdelellis
Copy link
Owner Author

@stalker314314
I hope your 👍. Any other comment?

@stalker314314
Copy link
Collaborator

You get 👍👍👍 and happy first official release!!!:)

@matiasdelellis
Copy link
Owner Author

😄👏 🎉 🍻

@matiasdelellis matiasdelellis merged commit e6f0c07 into master May 5, 2020
@matiasdelellis matiasdelellis deleted the v0.6.0 branch June 14, 2020 21:18
@Piyush-Bijwal
Copy link

Piyush-Bijwal commented Jun 25, 2020

Hi Team,

i'm new to this. i have installed Nextcloud on ubuntu and it's running good. When i tried to download and enable i'm getting error "App "Face Recognition" cannot be installed because the following dependencies are not fulfilled: The library bz2 is not available.". I checked and installed sudo apt-get install libbz2-dev php7.4-bz2 but still it's not working.
could you please help, if i'm missing something.

I'm not sure whether this is right place to raise this issue.

@matiasdelellis
Copy link
Owner Author

@Piyush-Bijwal
You installed in ubuntu focal? Any other external repository?

Test php version and if it is installed:

[matias@ideapad ~]$ php -v
PHP 7.4.6 (cli) (built: May 12 2020 08:09:15) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies

[matias@ideapad ~]$ php -m | grep bz2
bz2

You can try to restart php and try again.

sudo systemctl status php7.4-fpm.service

@Piyush-Bijwal
Copy link

Thanks @matiasdelellis , restart of php worked.

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

Successfully merging this pull request may close these issues.

3 participants