Skip to content

Commit

Permalink
Rename last remnants of BodyPix (#92)
Browse files Browse the repository at this point in the history
This fixes the body segmentation examples in #81.
  • Loading branch information
gohai authored Mar 16, 2024
1 parent 13ba73c commit d94f432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as tf from "@tensorflow/tfjs";
import * as tfvis from "@tensorflow/tfjs-vis";
import p5Utils from "./utils/p5Utils";
import setBackend from "./utils/setBackend";
import bodyPix from "./BodySegmentation";
import bodySegmentation from "./BodySegmentation";
import communityStatement from "./utils/communityStatement";
import imageClassifier from "./ImageClassifier";
import preloadRegister from "./utils/p5PreloadHelper";
Expand All @@ -25,7 +25,7 @@ export default Object.assign({ p5Utils }, preloadRegister(withPreload), {
faceMesh,
bodyPose,
setBackend,
bodyPix,
bodySegmentation,
});

communityStatement();

0 comments on commit d94f432

Please sign in to comment.