From 6031fe9de69c20e5cbddcc3894539581dc65768b Mon Sep 17 00:00:00 2001 From: ycleeag267 <137708804+ycleeag267@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:52:21 -0600 Subject: [PATCH 1/2] Update README.md typo in capitalization of STNKd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d393b0..27e90bc 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ PointNet takes 3D point clouds(# points, 3) as inputs and extracts a 1024-sized ``` - Fill in the **TODO** in model.py > PointNetFeat class -※ When implementing PointNetFeat, you can utilize `STDkd` we give you in `model.py` code. +※ When implementing PointNetFeat, you can utilize `STDKd` we give you in `model.py` code. ### Task 1. Point Cloud Classification ![image](Figure/cls.png) From 1b5b66abb0ba85c3c8cba9ffa9150e3ee5ef9482 Mon Sep 17 00:00:00 2001 From: ycleeag267 <137708804+ycleeag267@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:54:56 -0600 Subject: [PATCH 2/2] Update README.md typo fix for STNKd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27e90bc..1cfee92 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ PointNet takes 3D point clouds(# points, 3) as inputs and extracts a 1024-sized ``` - Fill in the **TODO** in model.py > PointNetFeat class -※ When implementing PointNetFeat, you can utilize `STDKd` we give you in `model.py` code. +※ When implementing PointNetFeat, you can utilize `STNKd` we give you in `model.py` code. ### Task 1. Point Cloud Classification ![image](Figure/cls.png)