Skip to content

Commit 3ee0b9a

Browse files
committed
Adding yarn.lock
1 parent a826708 commit 3ee0b9a

File tree

3 files changed

+10754
-5
lines changed

3 files changed

+10754
-5
lines changed

README.MD

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11

22
# Realtime instance segmentation in the browser
33

4-
4+
55

66
This project uses TensorFlow.js to perform realtime instance segmentation in the browser using [RefineNet](https://arxiv.org/pdf/1611.06612.pdf). Many thanks to [Vladimir Nekrasov](https://drsleep.github.io/) that provided the *.js weights* of the [Light-Weight RefineNet](http://bmvc2018.org/contents/papers/0494.pdf) - a more compact implementation of RefineNet, suitable for tasks requiring real-time performance.
77

8-
8+
99
![enter image description here](./git_media/demo.gif)
10-
11-
10+
1211

1312
### Getting started
1413

1514
TODO
15+

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
work correctly both with client-side routing and a non-root public URL.
1818
Learn how to configure a non-root public URL by running `npm run build`.
1919
-->
20-
<title>Instance Segmentation</title>
20+
<title>Semantic Segmentation</title>
2121
</head>
2222

2323
<body>

0 commit comments

Comments
 (0)