Adding initial model and documentation
Browse files- .gitattributes +1 -0
- README.md +45 -0
- pytorch_model.pth +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
pytorch_model.pth filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,48 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
# OPDMulti: Openable Part Detection for Multiple Objects
|
6 |
+
|
7 |
+
This repository contains the latest model file for the [OPDMulti](https://github.com/3dlg-hcvc/OPDMulti) project.
|
8 |
+
Please refer there for more information about the proect and implementation.
|
9 |
+
|
10 |
+
[arXiv](https://arxiv.org/abs/2303.14087) [Website](https://3dlg-hcvc.github.io/OPDMulti/)
|
11 |
+
|
12 |
+
## Citation
|
13 |
+
If you find this code useful, please consider citing:
|
14 |
+
```bibtex
|
15 |
+
@article{sun2023opdmulti,
|
16 |
+
title={OPDMulti: Openable Part Detection for Multiple Objects},
|
17 |
+
author={Sun, Xiaohao and Jiang, Hanxiao and Savva, Manolis and Chang, Angel Xuan},
|
18 |
+
journal={arXiv preprint arXiv:2303.14087},
|
19 |
+
year={2023}
|
20 |
+
}
|
21 |
+
|
22 |
+
@article{mao2022multiscan,
|
23 |
+
title={MultiScan: Scalable RGBD scanning for 3D environments with articulated objects},
|
24 |
+
author={Mao, Yongsen and Zhang, Yiming and Jiang, Hanxiao and Chang, Angel and Savva, Manolis},
|
25 |
+
journal={Advances in Neural Information Processing Systems},
|
26 |
+
volume={35},
|
27 |
+
pages={9058--9071},
|
28 |
+
year={2022}
|
29 |
+
}
|
30 |
+
|
31 |
+
@inproceedings{jiang2022opd,
|
32 |
+
title={OPD: Single-view 3D openable part detection},
|
33 |
+
author={Jiang, Hanxiao and Mao, Yongsen and Savva, Manolis and Chang, Angel X},
|
34 |
+
booktitle={Computer Vision--ECCV 2022: 17th European Conference, Tel Aviv, Israel, October 23--27, 2022, Proceedings, Part XXXIX},
|
35 |
+
pages={410--426},
|
36 |
+
year={2022},
|
37 |
+
organization={Springer}
|
38 |
+
}
|
39 |
+
|
40 |
+
@inproceedings{cheng2022masked,
|
41 |
+
title={Masked-attention mask transformer for universal image segmentation},
|
42 |
+
author={Cheng, Bowen and Misra, Ishan and Schwing, Alexander G and Kirillov, Alexander and Girdhar, Rohit},
|
43 |
+
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
|
44 |
+
pages={1290--1299},
|
45 |
+
year={2022}
|
46 |
+
}
|
47 |
+
```
|
48 |
+
|
pytorch_model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0aed27ee395731b13a31f25ba1fee72490757658bbe114a2df4f067aea312b61
|
3 |
+
size 176688625
|