Object Detection using node-red-contrib-tfjs-coco-ssd

So I managed to make the coco-ssd-node work on Jetson Nano!!! This is how it worked for me:

Install both nodes:

In the folder "/home/user/.node-red/node_modules/node-red-contrib-tfjs-coco-ssd/node_modules/@tensorflow" delete the following folders

  • tfjs-node
  • tfjs-converter

and then replace with the same folders from the folder "/home/user/.node-red/node_modules/@tensorflow"

After this the coco-ssd node also works on arm64!

image

1 Like