You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Building a Object Detection API with Tensorflow.js & COCO SSD pretrained model
1
+
# Building an Image Object Detection API with Tensorflow.js & COCO SSD pretrained model
2
2
3
3
Basic API for posting images and getting the result of detection.
4
4
Uses COCO SSD pretrained model to detect objects in 300x300 px images. List of object [names](https://github.com/tensorflow/tfjs-models/blob/master/coco-ssd/src/classes.ts)
0 commit comments