From b98adb2a44af15622752b375fd6630be0de221f1 Mon Sep 17 00:00:00 2001 From: liuxingyu <lxy17@foxmail.com> Date: Fri, 6 Jan 2023 15:05:56 +0800 Subject: [PATCH] use ubuntu 20.04 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ef3aef..5069038 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/11.6, python >= 3.7, PyTorch >= 1.9, torchvision +* Ubuntu 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