UNPKG
@timebutt/face-api.js
Version:
latest (0.23.2)
0.23.2
0.23.1
0.23.0
JavaScript API for face detection and face recognition in the browser with tensorflow.js
@timebutt/face-api.js
/
build
/
commonjs
/
ops
/
index.d.ts
9 lines
(8 loc)
•
290 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
'./iou'
;
export
*
from
'./minBbox'
;
export
*
from
'./nonMaxSuppression'
;
export
*
from
'./normalize'
;
export
*
from
'./padToSquare'
;
export
*
from
'./shuffleArray'
;
export
declare
function
sigmoid
(
x
:
number
):
number
;
export
declare
function
inverseSigmoid
(
x
:
number
):
number
;