From 4f71a08353a0155d18f4fff158d306d328baa2e0 Mon Sep 17 00:00:00 2001 From: Xu Ma Date: Wed, 16 Feb 2022 01:37:53 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 060ec33..8df8570 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ Overview of one stage in PointMLP. Given an input point cloud, PointMLP progress ## Model Zoo - The codes/models/logs for submission version (without bug fixed) can be found here [commit:d2b8dbaa](http://github.com/13952522076/pointMLP-pytorch/tree/d2b8dbaa06eb6176b222dcf2ad248f8438582026). -- On ModelNet40, fixed pointMLP achieves a result of **91.5% mAcc** and **94.1% OA ** without voting, logs and pretrained models can be found [[here]](https://web.northeastern.edu/smilelab/xuma/pointMLP/checkpoints/fixstd/modelnet40/pointMLP-20220209053148-404/). -- On ScanObjectNN, fixed pointMLP achieves a result of **84.4% mAcc** and **86.1% OA ** without voting, logs and pretrained models can be found [[here]](https://web.northeastern.edu/smilelab/xuma/pointMLP/checkpoints/fixstd/scanobjectnn/pointMLP-20220204021453/). +- On ModelNet40, fixed pointMLP achieves a result of **91.5% mAcc** and **94.1% OA** without voting, logs and pretrained models can be found [[here]](https://web.northeastern.edu/smilelab/xuma/pointMLP/checkpoints/fixstd/modelnet40/pointMLP-20220209053148-404/). +- On ScanObjectNN, fixed pointMLP achieves a result of **84.4% mAcc** and **86.1% OA** without voting, logs and pretrained models can be found [[here]](https://web.northeastern.edu/smilelab/xuma/pointMLP/checkpoints/fixstd/scanobjectnn/pointMLP-20220204021453/). - Stay tuned. More elite versions and voting results will be uploaded.