MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / predictClass

Function predictClass

webcam-transfer-learning/ui.js:47–50  ·  view source on GitHub ↗
(classId)

Source from the content-addressed store, hash-verified

45}
46
47export function predictClass(classId) {
48 google.pacman.keyPressed(CONTROL_CODES[classId]);
49 document.body.setAttribute('data-active', CONTROLS[classId]);
50}
51
52export function isPredicting() {
53 statusElement.style.visibility = 'visible';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected