Skip to content

Releases: Terkwood/vision

🌳 Upgrade yew

27 Aug 16:22
Compare
Choose a tag to compare

Upgrades the version of Yew to use the latest & greatest. #18, #22

Set coco-ssd version to 0.1.1 📓

15 Mar 15:44
b89122f
Compare
Choose a tag to compare

coco-ssd lib is now on version 1.0, which is presumably compatible with only TFJS 1.0+. We fixed the version of coco-ssd to 0.1.1.

Fix text placement for large bounding boxes

29 Jan 00:14
Compare
Choose a tag to compare

Fixes the placement of the captions when drawing large bounding boxes, so that the text is visible to the user.

Add image download button

24 Jan 00:44
Compare
Choose a tag to compare
Pre-release

Adds a button which provides image downloads of the object detection results.

Shrink WASM size, add privacy notice, add bounding box demo

21 Jan 14:23
cf4c016
Compare
Choose a tag to compare

This release includes modifications which shrink the size of the generated WebAssembly binary, adds a notice about the app's privacy policy, and adds a small bounding box demo based on Paul Irish's multi-touch work. (See the README for attribution.)

The privacy policy is stated when you land at the app's front page. Put simply, all images and video handled by this app will stay local to the device, and will never be transmitted to third party services.

This is an educational demo app, and we have no desire to engage in marketing pursuits. The backbone of this app is tensorflow.js, a product released by Google. Our understanding is that tensorflow.js is limited in scope and won't spy on anyone. Most of the work contained within this project consists of simple user interface controls which allow the object recognition algorithm to be run on pics captured by the user.

Fix behavior in Chrome, add startup instructions

08 Jan 15:06
Compare
Choose a tag to compare

#3 and #7 have been solved, making the experience much nicer for chrome users -- camera defaults to using the rear-facing mode. Also, text instructions are provided (in a lovely resolution) on startup.

Run object detection using device camera

06 Jan 22:07
Compare
Choose a tag to compare

This release predicts bounding boxes for images captured using the device's camera and the javascript getUserMedia API.

Adds camera button

01 Jan 01:52
Compare
Choose a tag to compare
Adds camera button Pre-release
Pre-release

Adds a clickable camera button attached to a trivial greeting.

Fixes initialization

31 Dec 17:59
Compare
Choose a tag to compare
Fixes initialization Pre-release
Pre-release

The app now initializes cleanly with the example image. The code has been cleaned up a bit.

Proof of concept

30 Dec 23:59
Compare
Choose a tag to compare
Proof of concept Pre-release
Pre-release

This simple example invokes coco SSD to infer bounding boxes for a provided image.