You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Hi,
I have installed the latest version and the comparison between images works but it is very slow. On a i9700k 8 cores with 34gb takes 12 to 15 minutes to compare two images with the default settings.
THe same image comparison on the website is almost istantaneous leading me to believe it's a nodejs issue.
I am running nodejs 13.11 on ubuntu 19.10
this is my code :
'use strict';
Hi,
I have installed the latest version and the comparison between images works but it is very slow. On a i9700k 8 cores with 34gb takes 12 to 15 minutes to compare two images with the default settings.
THe same image comparison on the website is almost istantaneous leading me to believe it's a nodejs issue.
I am running nodejs 13.11 on ubuntu 19.10
this is my code :
'use strict';
/* eslint-disable max-len */
import Rembrandt from 'rembrandt/build/node.js';
....
async performAnalisys(session, files, threshold = 0.01, delta = 0.02, offset = 0, render = false) {
console.log('analisys', threshold, delta, offset, render);
Any helps or suggestion is appreciated
The text was updated successfully, but these errors were encountered: