Add link to paper, task category and code
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# HOT3D-Clips
|
2 |
|
3 |
See [HOT3D Toolkit](https://github.com/facebookresearch/hot3d/tree/main/hot3d/clips) for documentation of data format and for Python utilities (for loading, undistorting fisheye images, rendering using fisheye cameras, etc.).
|
4 |
|
5 |
-
More details can be found in the [HOT3D whitepaper](https://arxiv.org/pdf/2406.09598), and [BOP 2024
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- object-detection
|
4 |
+
---
|
5 |
+
|
6 |
# HOT3D-Clips
|
7 |
|
8 |
See [HOT3D Toolkit](https://github.com/facebookresearch/hot3d/tree/main/hot3d/clips) for documentation of data format and for Python utilities (for loading, undistorting fisheye images, rendering using fisheye cameras, etc.).
|
9 |
|
10 |
+
More details can be found in the [HOT3D whitepaper](https://arxiv.org/pdf/2406.09598), and [BOP Challenge 2024 on Model-Based and Model-Free 6D Object Pose Estimation](https://huggingface.co/papers/2504.02812).
|
11 |
+
|
12 |
+
Project page: http://bop.felk.cvut.cz/
|