Coder Social home page Coder Social logo

symisc / pixlab Goto Github PK

View Code? Open in Web Editor NEW
110.0 110.0 29.0 837 KB

PixLab Resources & Code Samples

Home Page: https://pixlab.io

License: BSD 2-Clause "Simplified" License

Python 36.28% PHP 24.53% Java 39.19%
computer-vision deep-learning image-analysis image-processing java javascript php python rest-api

pixlab's People

Contributors

symisc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

pixlab's Issues

API key for demo

The scripts use an API key which isn't made available. Can I at least get it to check how the product works?

An error occur

I got an error:
Notice: Undefined variable: pix in C:\xampp\htdocs\votesystem\face_compare.php on line 16

Fatal error: Uncaught Error: Call to a member function get() on null in C:\xampp\htdocs\votesystem\face_compare.php:16 Stack trace: #0 {main} thrown in C:\xampp\htdocs\votesystem\face_compare.php on line 16.

Line number 16 and onwards is :
if( !$pix->get('facecompare',[
'src' => $src,
'target' => $target,
]) ){
echo $pix->get_error_message()."\n";
die;
}
echo "Same Face?: ". ($pix->json->same_face?'True':'False') ."\n";
echo "Confidence: ". $pix->json->confidence."\n";
?>

Can I compare picture that store locally?

Hello, Im currently using the facecompare and I notice that the facecompare can only compare between 2 picture that are uploaded on the internet (by using link). May I know whether it can compare 2 picture that are stored locally in my machine or retrieve from database (phpmyadmin)? if yes how to write the path for $src and $target. thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.