arthurdjn commited on
Commit
e5afb0a
·
verified ·
1 Parent(s): 848e96d

Update model card for pointnext-base.s3dis-area4.openpoints

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -10,6 +10,18 @@ tags:
10
  - segmentation
11
  datasets:
12
  - s3dis
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Model card for pointnext-base.s3dis-area4.openpoints
@@ -25,6 +37,7 @@ A PointNeXt point cloud segmentation model (scaled PointNet++ with inverted resi
25
  - Classes: 13
26
  - Features: 32
27
  - **Dataset:** S3DIS (Area 4)
 
28
  - **Paper:** [PointNeXt: Revisiting PointNet++ with Improved Training and Scaling Strategies](https://arxiv.org/abs/2206.04670)
29
  - **Converted from:** [guochengqian/PointNeXt](https://github.com/guochengqian/PointNeXt) (MIT)
30
  - **Library:** [torch-pointcloud](https://github.com/arthurdjn/pytorch-pointcloud)
 
10
  - segmentation
11
  datasets:
12
  - s3dis
13
+ model-index:
14
+ - name: pointnext-base.s3dis-area4.openpoints
15
+ results:
16
+ - task:
17
+ type: point-cloud-segmentation
18
+ dataset:
19
+ name: S3DIS (Area 4)
20
+ type: s3dis
21
+ metrics:
22
+ - name: mIoU
23
+ type: mean_iou
24
+ value: 62.61
25
  ---
26
 
27
  # Model card for pointnext-base.s3dis-area4.openpoints
 
37
  - Classes: 13
38
  - Features: 32
39
  - **Dataset:** S3DIS (Area 4)
40
+ - **Metrics:** mIoU 62.61
41
  - **Paper:** [PointNeXt: Revisiting PointNet++ with Improved Training and Scaling Strategies](https://arxiv.org/abs/2206.04670)
42
  - **Converted from:** [guochengqian/PointNeXt](https://github.com/guochengqian/PointNeXt) (MIT)
43
  - **Library:** [torch-pointcloud](https://github.com/arthurdjn/pytorch-pointcloud)