Skip to content

Commit 6b045f6

Browse files
author
salim laimeche
committed
Add numClass constant to detect.ts
1 parent c07bc29 commit 6b045f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/yolov8n/detect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { renderBoxes } from "./renderBox"
33
import { yoloLabels } from "./label"
44

55
const numClass = yoloLabels.length
6-
6+
//commit
77
/**
88
* Preprocess image / frame before forwarded into the model
99
* @param {HTMLVideoElement|HTMLImageElement} source

0 commit comments

Comments
 (0)