Skip to content

Commit

Permalink
New PBCS Model
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronge-2020 committed Jul 29, 2024
1 parent 6ecccf8 commit d56e8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/main2.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const processedImageCanvasID = "segmentationResultsCanvas";

// Load dependencies and return updated state
const loadDependencies = async () => ({
model: await loadModel("../PBCS_models/model/model.json"),
model: await loadModel("https://episphere.github.io/tma-grid/PBCS_models/model/model.json"),
// openCVLoaded: await loadOpenCV(),
});

Expand Down

0 comments on commit d56e8b0

Please sign in to comment.