From acb11494e98eb4704d157089307f084604a78d39 Mon Sep 17 00:00:00 2001
From: liuxingyu <lxy17@foxmail.com>
Date: Fri, 6 Jan 2023 19:37:44 +0800
Subject: [PATCH] use ubuntu 20.04/18.04

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5069038..d7f700f 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Download the trained models at [Onedrive](https://mailstsinghuaeducn-my.sharepoi
 
 
 ## Requirements
-* Ubuntu 20.04, CUDA 10.1/10.2/11.6, python >= 3.7, PyTorch >= 1.9, torchvision
+* Ubuntu 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