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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,6 @@ $ python camera/read_camera.py
26
26
## UI
27
27
* On `http://localhost:3000` you will be able to see all the captured frames
28
28
* On `http://localhost:3001` you will see only cats
29
+
30
+
## Limitations
31
+
This demo aimed at ease of setup and is hence heavily relying on docker. Better performance and a higher FPS can be achieved by runninng this demo outside docker. To control the FPS, look [here]](https://github.com/RedisGears/AnimalRecognitionDemo/blob/master/app/gear.py#L53)
0 commit comments