Skip to content

Commit fab247e

Browse files
committed
add feature transform results
1 parent bf91ed3 commit fab247e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ On ModelNet40:
3737
| :---: | :---: |
3838
| Original implementation | 89.2 |
3939
| this implementation(w/o feature transform) | 86.4 |
40-
| this implementation(w/ feature transform) | TBA |
40+
| this implementation(w/ feature transform) | 86.8 |
4141

4242
On [A subset of shapenet](http://web.stanford.edu/~ericyi/project_page/part_annotation/index.html)
4343

4444
| | Overall Acc |
4545
| :---: | :---: |
4646
| Original implementation | N/A |
4747
| this implementation(w/o feature transform) | 98.1 |
48-
| this implementation(w/ feature transform) | TBA |
48+
| this implementation(w/ feature transform) | 96.8 |
4949

5050
## Segmentation performance
5151

@@ -55,7 +55,6 @@ Segmentation on [A subset of shapenet](http://web.stanford.edu/~ericyi/project_
5555
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
5656
| Original implementation | 83.4 | 78.7 | 82.5| 74.9 |89.6| 73.0| 91.5| 85.9| 80.8| 95.3| 65.2| 93.0| 81.2| 57.9| 72.8| 80.6|
5757
| this implementation(w/o feature transform) | 73.5 | 71.3 | 64.3 | 61.1 | 87.2 | 69.5 | 86.1|81.6| 77.4|92.7|41.3|86.5|78.2|41.2|61.0|81.1|
58-
| this implementation(w/ feature transform) | TBA |
5958

6059
Note that this implementation trains each class separately, so classes with fewer data will have slightly lower performance than reference implementation.
6160

0 commit comments

Comments
 (0)