hedonismbot24 commited on
Commit
8aeb8de
·
verified ·
1 Parent(s): 9c031a6

Add README

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,10 +1,23 @@
1
  ---
2
- title: Megapose 6d Pose Estimation
3
- emoji: 👀
4
  colorFrom: indigo
5
- colorTo: yellow
6
  sdk: docker
 
7
  pinned: false
 
 
 
 
 
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
1
  ---
2
+ title: "MegaPose 6D Object Pose Estimation"
3
+ emoji: 🎯
4
  colorFrom: indigo
5
+ colorTo: blue
6
  sdk: docker
7
+ app_port: 7860
8
  pinned: false
9
+ tags:
10
+ - computer-vision
11
+ - 6d-pose-estimation
12
+ - object-detection
13
+ - robotics
14
+ - megapose
15
+ short_description: "6D pose from RGB + CAD mesh (MegaPose)"
16
  ---
17
 
18
+ # 🎯 MegaPose 6D Object Pose Estimation
19
+
20
+ Estimates the full 6D pose (position + orientation) of any object from a single RGB image + a 3D CAD mesh.
21
+ No object-specific training required — works zero-shot on novel objects.
22
+
23
+ Based on [MegaPose](https://megapose6d.github.io/) (Labbé et al., CoRL 2022) via [HappyPose](https://github.com/agimus-project/happypose).