ngx-face-api-js icon indicating copy to clipboard operation
ngx-face-api-js copied to clipboard

Property 'extractParamsFromWeigthMap' in type 'TinyYolov2'

Open lcnvdl opened this issue 4 years ago • 3 comments

Describe the bug I've just installed using ng add in Angular 9 (latest version). The installation broke my project.

The error is:

 Property 'extractParamsFromWeigthMap' in type 'TinyYolov2' is not assignable to the same property in base type 'TinyYolov2'.

To Reproduce

  1. Create a new angular project
  2. ng add ngx-face-api-js
  3. ng serve

Expected behavior It should work fine.

  • OS: Windows 10

lcnvdl avatar Jul 15 '20 03:07 lcnvdl

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.83. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Jul 15 '20 03:07 issue-label-bot[bot]

Same issue here. Any suggestions? I'm on Angular 8.

ERROR in node_modules/ngx-face-api-js/node_modules/face-api.js/build/commonjs/ageGenderNet/AgeGenderNet.d.ts(20,15): error TS2416: Property 'extractParamsFromWeigthMap' in type 'AgeGenderNet' is not assignable to the same property in base type 'NeuralNetwork<NetParams>'.

pokono avatar Aug 02 '20 19:08 pokono

I am facing the same issue in angular 10. Any work around or suggestions?

vssr95 avatar Nov 27 '20 17:11 vssr95