Coder Social home page Coder Social logo

Comments (6)

justadudewhohacks avatar justadudewhohacks commented on May 14, 2024 1

So the error occurs when you are additionally including the tfjs script to face-api.js? Does it work with tfjs-core?

Not sure if there are issues, when you are using tfjs additionally, because someone seemed to have issues with this in #9. In case tfjs-core is enough for your application, you can also access the bundled version via faceapi.tf.

from face-api.js.

baskin avatar baskin commented on May 14, 2024

Just realized this.
I was using tfjs for another library in my app. After removing it, faceapi.allFaces works!
What could be wrong?

<script src="https://unpkg.com/@tensorflow/tfjs" defer></script>

from face-api.js.

baskin avatar baskin commented on May 14, 2024

So the error occurs when you are additionally including the tfjs script to face-api.js? Does it work with tfjs-core?

yes and yes

you can also access the bundled version via faceapi.tf

Can you please point me to how to use it? Sorry tf noob speaking :)

from face-api.js.

justadudewhohacks avatar justadudewhohacks commented on May 14, 2024

yes and yes

So it works with tfjs-core but not with tfjs?

Can you please point me to how to use it? Sorry tf noob speaking :)

Well not quite sure what you mean. You can simply use tf via faceapi.tf. You could simply bind tf to the window object for convenience: window.tf = faceapi.tf and then use tf as you would normally.

from face-api.js.

baskin avatar baskin commented on May 14, 2024

So it works with tfjs-core but not with tfjs?

Correct

You could simply bind tf to the window object for convenience: window.tf = faceapi.tf and then use tf as you would normally.

I see. I'll try that. Closing. Thanks for the prompt responses.

from face-api.js.

bharathvaj-ganesan avatar bharathvaj-ganesan commented on May 14, 2024

So it works with tfjs-core but not with tfjs?
@justadudewhohacks No. It doesnot work with both (tfjs & tfjs-core). It throws "Tensor disposed Error" for tfjs-core.
image

from face-api.js.

Related Issues (20)

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.