Putting together VS Code extension, tensorflow.js, and object detection (coco-ssd) into a simple project.
Just for fun. :P
- Open this example in VS Code 1.46+
npm install
npm run watch
ornpm run compile
F5
to start debugging
Open any png or jpg file.
VS Code will render the image with all detected bounding boxes.