You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding this in labels, page is showing error in console.log
script.js:46 Uncaught (in promise) TypeError: Cannot read property 'descriptor' of undefined at script.js:46 at async Promise.all (/tensorflow-web/index 7) at async start (script.js:13)
what is wrong i am doing, here is the entire function-
i am facing the same issue, after searching it said descriptor is the numeric vector for the image it detected ,
since it is undefined means it did not detect any face at all, i dont know how to resolve it either.
Hii,
I added new folder name
const labels = ['Black Widow', 'Captain America', 'Captain Marvel', 'Hawkeye', 'Jim Rhodes', 'Thor', 'Tony Stark','Bhaiya']
It has 2 images
1.jpg
,2.jpg
After adding this in labels, page is showing error in
console.log
script.js:46 Uncaught (in promise) TypeError: Cannot read property 'descriptor' of undefined at script.js:46 at async Promise.all (/tensorflow-web/index 7) at async start (script.js:13)
what is wrong i am doing, here is the entire function-
The text was updated successfully, but these errors were encountered: