From 9c02c782bb867c0217394963c345f5017de64073 Mon Sep 17 00:00:00 2001 From: Amit Parekh <7276308+amitkparekh@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:15:46 +0800 Subject: [PATCH] add link to discussions for issues --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f45908..4d1c525 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-# EMMA SimBot: Datasets +# EMMA: Datasets Python 3.9 @@ -31,6 +31,14 @@
+> [!IMPORTANT] +> If you have questions or find bugs or anything, you can contact us in our [organisation's discussion](https://github.com/orgs/emma-heriot-watt/discussions). + +## About + +This repository holds the object detector and feature extractor for running things. Essentially, this is the model that takes an image and returns a series of features for that image. This repository can be used as a standalone to extract features before running things on policy, or used as an API to extract features during inference. + + --- To use this package in your project, you can install it by running