From cd58b7729e4731c93c3a54933928b400d6e761e6 Mon Sep 17 00:00:00 2001 From: Herman Ye Date: Thu, 7 Sep 2023 17:10:25 +0800 Subject: [PATCH] Fixed bug for readme Installation folder error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65af65c..a5e74ec 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Fork of implementation of paper "Graspness Discovery in Clutters for Fast and Ac Get the code. ```bash git clone https://github.com/rhett-chen/graspness_implementation.git -cd graspnet-graspness +cd graspness_implementation ``` Install packages via Pip. ```bash