From 7ac761f3bf7f6f922a7ddda48239a97943bcfedd Mon Sep 17 00:00:00 2001 From: liuxingyu <lxy17@foxmail.com> Date: Mon, 17 Oct 2022 13:47:23 +0800 Subject: [PATCH] upd readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4afb7d9..3961bff 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Download the trained models at [Onedrive](https://mailstsinghuaeducn-my.sharepoi ## Requirements -* Ubuntu 16.04/18.04/20.04, CUDA 10.1/10.2, python >= 3.6, PyTorch >= 1.6, torchvision +* Ubuntu 16.04/18.04/20.04, CUDA 10.1/10.2/11.6, python >= 3.7, PyTorch >= 1.9, torchvision * Install `detectron2` from [source](https://github.com/facebookresearch/detectron2) * `sh scripts/install_deps.sh` * Compile the cpp extension for `farthest points sampling (fps)`: -- GitLab