Spaces:
Running
on
Zero
Running
on
Zero
xinjie.wang
commited on
Commit
·
d0ad63f
1
Parent(s):
d1fdb19
update
Browse files
embodied_gen/validators/urdf_convertor.py
CHANGED
|
@@ -102,6 +102,7 @@ class URDFGenerator(object):
|
|
| 102 |
view_desc
|
| 103 |
+ """of the 3D object asset,
|
| 104 |
category: {category}.
|
|
|
|
| 105 |
Give the category of this object asset (within 3 words),
|
| 106 |
(if category is already provided, use it directly),
|
| 107 |
accurately describe this 3D object asset (within 15 words),
|
|
@@ -109,9 +110,19 @@ class URDFGenerator(object):
|
|
| 109 |
weight range (unit: kilogram), the average static friction
|
| 110 |
coefficient of the object relative to rubber and the average
|
| 111 |
dynamic friction coefficient of the object relative to rubber.
|
| 112 |
-
Return response format as shown in Example.
|
| 113 |
-
|
| 114 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
Category: cup
|
| 116 |
Description: shiny golden cup with floral design
|
| 117 |
Height: 0.1-0.15 m
|
|
|
|
| 102 |
view_desc
|
| 103 |
+ """of the 3D object asset,
|
| 104 |
category: {category}.
|
| 105 |
+
You are an expert in 3D object analysis and physical property estimation.
|
| 106 |
Give the category of this object asset (within 3 words),
|
| 107 |
(if category is already provided, use it directly),
|
| 108 |
accurately describe this 3D object asset (within 15 words),
|
|
|
|
| 110 |
weight range (unit: kilogram), the average static friction
|
| 111 |
coefficient of the object relative to rubber and the average
|
| 112 |
dynamic friction coefficient of the object relative to rubber.
|
| 113 |
+
Return response format as shown in Output Example.
|
| 114 |
+
|
| 115 |
+
IMPORTANT:
|
| 116 |
+
Inputed images are orthographic projection showing the front, left, right and back views,
|
| 117 |
+
the first image is always the front view. Use the object's pose and orientation in the
|
| 118 |
+
rendered images to estimate its **true vertical height as it appears in the image**,
|
| 119 |
+
not the real-world length or width of the object.
|
| 120 |
+
For example:
|
| 121 |
+
- A pen standing upright in the front view → vertical height: 0.15-0.2 m
|
| 122 |
+
- A pen lying horizontally in the front view → vertical height: 0.01-0.02 m
|
| 123 |
+
(based on its thickness in the image)
|
| 124 |
+
|
| 125 |
+
Output Example:
|
| 126 |
Category: cup
|
| 127 |
Description: shiny golden cup with floral design
|
| 128 |
Height: 0.1-0.15 m
|