support moto g51

This commit is contained in:
2023-11-08 11:22:16 +01:00
parent 24db353002
commit 90d1daf154
2 changed files with 3 additions and 9 deletions
-1
View File
@@ -1,7 +1,6 @@
const path = require('path');
const fs = require('fs');
const { cv, drawBlueRect } = require('opencv4nodejs/ut');
// const { extractResults } = require('./dnn/ssdUtils');
if (!cv.xmodules.dnn) {
throw new Error('exiting: opencv4nodejs compiled without dnn module');