Stack trace:
ReferenceError: fetch is not defined
at /Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:153:17
at step (/Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:49:23)
at Object.next (/Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:30:53)
at /Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:24:71
at new Promise ()
at __awaiter (/Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:20:12)
at processMetadata (/Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:147:52)
at Object. (/Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:360:42)
at step (/Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:49:23)
at Object.next (/Users/***/Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:30:53)
Describe the bug The goal is to create nodejs client, which will make predictions based on the model, generated by TM
However, it's not possible to use tmImage()
To Reproduce Steps to reproduce the behavior:
Stack trace: ReferenceError: fetch is not defined at /Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:153:17 at step (/Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:49:23) at Object.next (/Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:30:53) at /Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:24:71 at new Promise ()
at __awaiter (/Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:20:12)
at processMetadata (/Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:147:52)
at Object. (/Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:360:42)
at step (/Users//Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:49:23)
at Object.next (/Users/***/Desktop/img/node_modules/@teachablemachine/image/dist/custom-mobilenet.js:30:53)
Expected behavior The function works w/o errors