UNPKG
@tensorflow-models/mobilenet
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
1.0.1
1.0.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.1
Pretrained MobileNet in TensorFlow.js
github.com/tensorflow/tfjs-models
tensorflow/tfjs-models
@tensorflow-models/mobilenet
/
dist
/
imagenet_classes.d.ts
4 lines
(3 loc)
•
78 B
TypeScript
View Raw
1
2
3
4
export
declare
const
IMAGENET_CLASSES
: { [
classId
:
number
]:
string
; };