update explain
Browse files- app.py +1 -1
- demo_header.html +1 -1
app.py
CHANGED
|
@@ -564,7 +564,7 @@ with gr.Blocks(css=css, elem_id="demo-container") as demo:
|
|
| 564 |
gr.HTML("<h5>For Rotation sometime differenct to mediapipe's result</h5>")
|
| 565 |
with gr.Row( equal_height=True):
|
| 566 |
bt_test = gr.Button("Estimate by Models")
|
| 567 |
-
average_result = gr.Text(label="stacking(mix of 8 results with
|
| 568 |
gr.HTML("<p>number is max training angle,usually stacking is works well.slow because of etr</p>")
|
| 569 |
with gr.Row( equal_height=True):
|
| 570 |
short_result = gr.Text(label="hgbr-15")
|
|
|
|
| 564 |
gr.HTML("<h5>For Rotation sometime differenct to mediapipe's result</h5>")
|
| 565 |
with gr.Row( equal_height=True):
|
| 566 |
bt_test = gr.Button("Estimate by Models")
|
| 567 |
+
average_result = gr.Text(label="stacking(mix of 8 results with trained weight)")
|
| 568 |
gr.HTML("<p>number is max training angle,usually stacking is works well.slow because of etr</p>")
|
| 569 |
with gr.Row( equal_height=True):
|
| 570 |
short_result = gr.Text(label="hgbr-15")
|
demo_header.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
Accurate detection in MediaPipe requires correct positioning, but I don't know the exact position needed. This is a known <a href="https://github.com/google-ai-edge/mediapipe/issues/4759">issue</a><br>
|
| 13 |
|
| 14 |
center index see <a href="https://github.com/google-ai-edge/mediapipe/blob/a908d668c730da128dfa8d9f6bd25d519d006692/mediapipe/modules/face_geometry/data/canonical_face_model_uv_visualization.png">mediapipe face index image</a><br>
|
| 15 |
-
We trained the model using data generated by rotating frontal views. Because of this rotation, the center points might not align perfectly, potentially causing a shift in the object detection<br>
|
| 16 |
I'll share model and dataset soon.<br>
|
| 17 |
</p>
|
| 18 |
</div>
|
|
|
|
| 12 |
Accurate detection in MediaPipe requires correct positioning, but I don't know the exact position needed. This is a known <a href="https://github.com/google-ai-edge/mediapipe/issues/4759">issue</a><br>
|
| 13 |
|
| 14 |
center index see <a href="https://github.com/google-ai-edge/mediapipe/blob/a908d668c730da128dfa8d9f6bd25d519d006692/mediapipe/modules/face_geometry/data/canonical_face_model_uv_visualization.png">mediapipe face index image</a><br>
|
| 15 |
+
We trained the model using data generated by rotating frontal views(Flux.1 schnell). Because of this rotation, the center points might not align perfectly, potentially causing a shift in the object detection<br>
|
| 16 |
I'll share model and dataset soon.<br>
|
| 17 |
</p>
|
| 18 |
</div>
|