I tried the following to load an image from disk using face-api.js:
faceapi.fetchImage(path.resolve(INPUT_DIR, 'input1.jpg');
It throws the following error: Error: fetch - missing fetch implementation for nodejs environment
Is there any other way of load image from disk and displaying using nodejs?