From 90ad5aef902a26b07e3f5ced7cb5d84803040671 Mon Sep 17 00:00:00 2001 From: Hugo Zanini Date: Sun, 31 May 2020 19:33:05 -0300 Subject: [PATCH] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index cf524b4..d4187da 100644 --- a/README.MD +++ b/README.MD @@ -3,7 +3,7 @@ -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 @[DrSleep](https://github.com/DrSleep) 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. +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. ![enter image description here](./git_media/demo.gif)