Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def clear():
|
|
31 |
|
32 |
with gr.Blocks() as demo:
|
33 |
gr.Markdown("# Naruto Hand Seal Detection with YOLOv8")
|
34 |
-
with gr.Accordion("README"):
|
35 |
gr.Markdown(
|
36 |
"""
|
37 |
### Introduction
|
@@ -42,8 +42,6 @@ with gr.Blocks() as demo:
|
|
42 |
|
43 |
As a fan of the series, I knew that accurately detecting and classifying hand seals would be a difficult but rewarding challenge, and I was excited to tackle it using my expertise in machine learning and computer vision. One key challenge to overcome would be the lack of a good dataset of labelled images for training, so I had to develop my own. Besides capturing images of myself performing the seals, I augmented my dataset with a YouTube screenshots consisting of both real persons and anime characters performing the seals.
|
44 |
|
45 |
-
<img src="https://huggingface.co/spaces/eeshawn11/naruto_hand_seals/blob/main/assets/Naruto_Hand_Seals_by_Megan.gif">
|
46 |
-
|
47 |
### Problem Statement
|
48 |
|
49 |
The challenge was to develop a model that could accurately identify the hand seal being performed.
|
|
|
31 |
|
32 |
with gr.Blocks() as demo:
|
33 |
gr.Markdown("# Naruto Hand Seal Detection with YOLOv8")
|
34 |
+
with gr.Accordion("README", open=False):
|
35 |
gr.Markdown(
|
36 |
"""
|
37 |
### Introduction
|
|
|
42 |
|
43 |
As a fan of the series, I knew that accurately detecting and classifying hand seals would be a difficult but rewarding challenge, and I was excited to tackle it using my expertise in machine learning and computer vision. One key challenge to overcome would be the lack of a good dataset of labelled images for training, so I had to develop my own. Besides capturing images of myself performing the seals, I augmented my dataset with a YouTube screenshots consisting of both real persons and anime characters performing the seals.
|
44 |
|
|
|
|
|
45 |
### Problem Statement
|
46 |
|
47 |
The challenge was to develop a model that could accurately identify the hand seal being performed.
|