Skip to content

Commit 5305f7b

Browse files
authored
Update README.md
1 parent 0f85bc5 commit 5305f7b

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Self-Supervised Deep Prior Deformation Network
22
Code for "Category-Level 6D Object Pose and Size Estimation using Self-Supervised Deep Prior Deformation Networks". ECCV2022.
33

4+
[[Paper]](https://link.springer.com/chapter/10.1007/978-3-031-20077-9_2) [[Arxiv]](https://arxiv.org/abs/2207.05444)
5+
46
Created by [Jiehong Lin](https://jiehonglin.github.io/), Zewei Wei, Changxing Ding, and [Kui Jia](http://kuijia.site/).
57

68
![image](https://github.com/JiehongLin/Self-DPDN/blob/main/pic/overview.jpg)
79

10+
11+
## News
12+
- 2023/08: Our another work named [VI-Net](https://github.com/JiehongLin/VI-Net) is accepted by ICCV2023.
13+
- 2023/07: [Codes](https://github.com/JiehongLin/Self-DPDN/tree/main/DPDN-Pytorch1.9.0-Cuda11.2) tested with Pytorch 1.9.0 and CUDA 11.2 are also provided.
14+
815
## Requirements
916
The code has been tested with
1017
- python 3.6.5
@@ -22,7 +29,7 @@ cd model/pointnet2
2229
python setup.py install
2330
```
2431

25-
[Codes](https://github.com/JiehongLin/Self-DPDN/tree/main/DPDN-Pytorch1.9.0-Cuda11.2) tested with Pytorch 1.9.0 and CUDA 11.2 are also provided.
32+
2633

2734
## Data Processing
2835

@@ -99,6 +106,20 @@ Qualitative results on REAL275 test set:
99106
| supervised | 83.4 | 76.0 | 46.0 | 50.7 | 70.4 | 78.4 |
100107

101108

109+
## Citation
110+
If you find our work useful in your research, please consider citing:
111+
112+
@inproceedings{lin2022category,
113+
title={Category-level 6D object pose and size estimation using self-supervised deep prior deformation networks},
114+
author={Lin, Jiehong and Wei, Zewei and Ding, Changxing and Jia, Kui},
115+
booktitle={European Conference on Computer Vision},
116+
pages={19--34},
117+
year={2022},
118+
organization={Springer}
119+
}
120+
121+
122+
102123
## Acknowledgements
103124

104125
Our implementation leverages the code from [NOCS](https://github.com/hughw19/NOCS_CVPR2019), [DualPoseNet](https://github.com/Gorilla-Lab-SCUT/DualPoseNet), and [SPD](https://github.com/mentian/object-deformnet).

0 commit comments

Comments
 (0)