bold highlight
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size="lg", radius_size="none")) as d
|
|
73 |
For <b>segmentation mode</b>, please provide multiple part queries in the "queries" text box, in the format of comma-separated string, such as "part1,part2,part3".
|
74 |
After hitting "Run", the model will segment the object into the provided parts.
|
75 |
<br>
|
76 |
-
For <b>localization mode</b>, please only provide one query string in the "queries" text box. After hitting "Run", the model will generate a heatmap for the provided query text.
|
77 |
Please click on the buttons below "Objaverse" and "In the Wild" for some examples. You can also upload your own .pcd files.</p>
|
78 |
<p style='font-size: 16px;'>Hint:
|
79 |
When uploading your own point cloud, please first close the existing point cloud by clicking on the "x" button.
|
|
|
73 |
For <b>segmentation mode</b>, please provide multiple part queries in the "queries" text box, in the format of comma-separated string, such as "part1,part2,part3".
|
74 |
After hitting "Run", the model will segment the object into the provided parts.
|
75 |
<br>
|
76 |
+
For <b>localization mode</b>, please only provide <b>one query string</b> in the "queries" text box. After hitting "Run", the model will generate a heatmap for the provided query text.
|
77 |
Please click on the buttons below "Objaverse" and "In the Wild" for some examples. You can also upload your own .pcd files.</p>
|
78 |
<p style='font-size: 16px;'>Hint:
|
79 |
When uploading your own point cloud, please first close the existing point cloud by clicking on the "x" button.
|