arthurdjn commited on
Commit
9980cb5
·
verified ·
1 Parent(s): 636084c

Update model card for pointnet2.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 pointnet2.s3dis-area4.openpoints
@@ -25,6 +37,7 @@ A PointNet++ point cloud segmentation model (hierarchical set abstraction). Trai
25
  - Classes: 13
26
  - Features: 128
27
  - **Dataset:** S3DIS (Area 4)
 
28
  - **Paper:** [PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space](https://arxiv.org/abs/1706.02413)
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: pointnet2.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: 59.96
25
  ---
26
 
27
  # Model card for pointnet2.s3dis-area4.openpoints
 
37
  - Classes: 13
38
  - Features: 128
39
  - **Dataset:** S3DIS (Area 4)
40
+ - **Metrics:** mIoU 59.96
41
  - **Paper:** [PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space](https://arxiv.org/abs/1706.02413)
42
  - **Converted from:** [guochengqian/PointNeXt](https://github.com/guochengqian/PointNeXt) (MIT)
43
  - **Library:** [torch-pointcloud](https://github.com/arthurdjn/pytorch-pointcloud)