From 8543b59431e1033e430c5d186bd38c8d4113402b Mon Sep 17 00:00:00 2001 From: Taewoon Kim Date: Sat, 11 Dec 2021 20:52:18 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dec3c1c..d866cfc 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,10 @@ After running the container (i.e. `docker run -it --rm -p 10003:10003 tae898/age NB: You also have to run the face-detection-recognition (`docker run -it --rm -p 10002:10002 tae898/face-detection-recognition` for CPU or `docker run --gpus all -it --rm -p 10002:10002 tae898/face-detection-recognition-cuda` for cuda), before running `client.py`. This separation might be annoying but the modularization will help in the future. +## Troubleshooting + +The best way to find and solve your problems is to see in the github issue tab. If you can't find what you want, feel free to raise an issue. We are pretty responsive. + ## Contributing Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.