We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0683ed commit d50e0a4Copy full SHA for d50e0a4
lib/yolov8n/detect.ts
@@ -1,8 +1,8 @@
1
import * as tf from "@tensorflow/tfjs"
2
import { renderBoxes } from "./renderBox"
3
-import { yoloLabels } from "./label"
+import { cocoDataSet } from "./label"
4
5
-const numClass = yoloLabels.length
+const numClass = cocoDataSet.length
6
//commit
7
/**
8
* Preprocess image / frame before forwarded into the model
0 commit comments