change bold
Browse files
app.py
CHANGED
@@ -69,10 +69,11 @@ with gr.Blocks(theme=gr.themes.Default(text_size="lg", radius_size="none")) as d
|
|
69 |
gr.HTML(
|
70 |
'''<h1 text-align="center">Find Any Part in 3D</h1>
|
71 |
<p style='font-size: 16px;'>This is a demo for Find3D: Find Any Part in 3D! Two modes are supported: <b>segmentation</b> and <b>localization</b>.
|
|
|
72 |
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".
|
73 |
After hitting "Run", the model will segment the object into the provided parts.
|
74 |
<br>
|
75 |
-
For <b>localization mode
|
76 |
Please click on the buttons below "Objaverse" and "In the Wild" for some examples. You can also upload your own .pcd files.</p>
|
77 |
<p style='font-size: 16px;'>Hint:
|
78 |
When uploading your own point cloud, please first close the existing point cloud by clicking on the "x" button.
|
|
|
69 |
gr.HTML(
|
70 |
'''<h1 text-align="center">Find Any Part in 3D</h1>
|
71 |
<p style='font-size: 16px;'>This is a demo for Find3D: Find Any Part in 3D! Two modes are supported: <b>segmentation</b> and <b>localization</b>.
|
72 |
+
<br>
|
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.
|