Inferencing perfomance
This commit is contained in:
@@ -165,7 +165,10 @@ export class DetectionEngine {
|
||||
}
|
||||
|
||||
this.frameSkipCounter = 0;
|
||||
console.log('🔄 Running continuous detection frame...');
|
||||
// Only log every 10th detection to reduce noise
|
||||
if (this.metrics.detectionCount % 10 === 0) {
|
||||
console.log(`🔄 Continuous detection running... (${this.metrics.detectionCount} inferences)`);
|
||||
}
|
||||
|
||||
try {
|
||||
const startTime = performance.now();
|
||||
|
||||
Reference in New Issue
Block a user