You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
+
8
15
## Requirements
9
16
The code has been tested with
10
17
- python 3.6.5
@@ -22,7 +29,7 @@ cd model/pointnet2
22
29
python setup.py install
23
30
```
24
31
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
+
26
33
27
34
## Data Processing
28
35
@@ -99,6 +106,20 @@ Qualitative results on REAL275 test set:
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
+
102
123
## Acknowledgements
103
124
104
125
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