Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def predict_and_plot(velocity, temperature, precipitation, humidity):
|
|
113 |
cleaning_times = calculate_cleaning_time(time_intervals, simulated_contamination_levels)
|
114 |
|
115 |
# Lidar names
|
116 |
-
lidar_names = ['
|
117 |
|
118 |
# Plot the graph
|
119 |
fig, ax = plt.subplots(figsize=(12, 8))
|
@@ -124,8 +124,8 @@ def predict_and_plot(velocity, temperature, precipitation, humidity):
|
|
124 |
if i < len(cleaning_times):
|
125 |
ax.scatter(cleaning_times[i], 0.4, color='k') # Mark the cleaning time point
|
126 |
|
127 |
-
ax.set_title('๊ฐ
|
128 |
-
ax.set_xlabel('์๊ฐ(์ด)')
|
129 |
ax.set_ylabel('์ค์ผ ์์ค')
|
130 |
ax.legend()
|
131 |
ax.grid(True)
|
@@ -139,7 +139,7 @@ def predict_and_plot(velocity, temperature, precipitation, humidity):
|
|
139 |
return [plot_output] + contamination_output + gradients_output + cleaning_time_output
|
140 |
|
141 |
except Exception as e:
|
142 |
-
print(f"
|
143 |
return [plt.figure()] + ["์ค๋ฅ"] * 18
|
144 |
|
145 |
inputs = [
|
@@ -150,35 +150,35 @@ inputs = [
|
|
150 |
]
|
151 |
|
152 |
contamination_outputs = [
|
153 |
-
gr.Textbox(label="
|
154 |
-
gr.Textbox(label="
|
155 |
-
gr.Textbox(label="
|
156 |
-
gr.Textbox(label="
|
157 |
-
gr.Textbox(label="์ง๋ถ
|
158 |
-
gr.Textbox(label="๋ค
|
159 |
]
|
160 |
|
161 |
gradients_outputs = [
|
162 |
-
gr.Textbox(label="
|
163 |
-
gr.Textbox(label="
|
164 |
-
gr.Textbox(label="
|
165 |
-
gr.Textbox(label="
|
166 |
gr.Textbox(label="์ง๋ถ ๊ธฐ์ธ๊ธฐ"),
|
167 |
gr.Textbox(label="๋ค ๊ธฐ์ธ๊ธฐ")
|
168 |
]
|
169 |
|
170 |
cleaning_time_outputs = [
|
171 |
-
gr.Textbox(label="
|
172 |
-
gr.Textbox(label="
|
173 |
-
gr.Textbox(label="
|
174 |
-
gr.Textbox(label="
|
175 |
gr.Textbox(label="์ง๋ถ ์ฒญ์ ์๊ฐ"),
|
176 |
gr.Textbox(label="๋ค ์ฒญ์ ์๊ฐ")
|
177 |
]
|
178 |
|
179 |
with gr.Blocks(css=".column-container {height: 100%; display: flex; flex-direction: column; justify-content: space-between;}") as demo:
|
180 |
-
gr.Markdown("<h1 style='text-align: center;'>ํ๊ฒฝ ์์ธ ๊ธฐ๋ฐ
|
181 |
-
gr.Markdown("์ด ์ ํ๋ฆฌ์ผ์ด์
์ ์๋, ์จ๋, ๊ฐ์๋ ๋ฐ ์ต๋์ ๊ฐ์ ํ๊ฒฝ
|
182 |
|
183 |
# Top Section: Inputs and Car Image
|
184 |
with gr.Row():
|
@@ -187,7 +187,7 @@ with gr.Blocks(css=".column-container {height: 100%; display: flex; flex-directi
|
|
187 |
for inp in inputs:
|
188 |
inp.render()
|
189 |
submit_button = gr.Button(value="์ ์ถ", variant="primary")
|
190 |
-
clear_button = gr.Button(value="
|
191 |
|
192 |
with gr.Column(scale=1):
|
193 |
gr.Markdown("### LiDAR ์์น")
|
@@ -196,7 +196,7 @@ with gr.Blocks(css=".column-container {height: 100%; display: flex; flex-directi
|
|
196 |
# Bottom Section: Outputs (Three columns)
|
197 |
with gr.Row():
|
198 |
with gr.Column(scale=2):
|
199 |
-
gr.Markdown("###
|
200 |
for out in contamination_outputs:
|
201 |
out.render()
|
202 |
|
@@ -212,7 +212,7 @@ with gr.Blocks(css=".column-container {height: 100%; display: flex; flex-directi
|
|
212 |
|
213 |
# Graph below the outputs
|
214 |
with gr.Row():
|
215 |
-
plot_output = gr.Plot(label="์๊ฐ ๊ฒฝ๊ณผ์ ๋ฐ๋ฅธ
|
216 |
|
217 |
submit_button.click(
|
218 |
fn=predict_and_plot,
|
|
|
113 |
cleaning_times = calculate_cleaning_time(time_intervals, simulated_contamination_levels)
|
114 |
|
115 |
# Lidar names
|
116 |
+
lidar_names = ['์/์ผ์ชฝ', '์/์ค๋ฅธ์ชฝ', '์ผ์ชฝ', '์ค๋ฅธ์ชฝ', '์ง๋ถ', '๋ค']
|
117 |
|
118 |
# Plot the graph
|
119 |
fig, ax = plt.subplots(figsize=(12, 8))
|
|
|
124 |
if i < len(cleaning_times):
|
125 |
ax.scatter(cleaning_times[i], 0.4, color='k') # Mark the cleaning time point
|
126 |
|
127 |
+
ax.set_title('๊ฐ LiDAR์ ๋ํ ์๊ฐ ๊ฒฝ๊ณผ์ ๋ฐ๋ฅธ ์ค์ผ ์์ค')
|
128 |
+
ax.set_xlabel('์๊ฐ (์ด)')
|
129 |
ax.set_ylabel('์ค์ผ ์์ค')
|
130 |
ax.legend()
|
131 |
ax.grid(True)
|
|
|
139 |
return [plot_output] + contamination_output + gradients_output + cleaning_time_output
|
140 |
|
141 |
except Exception as e:
|
142 |
+
print(f"Gradio ์ธํฐํ์ด์ค ์ค๋ฅ ๋ฐ์: {e}")
|
143 |
return [plt.figure()] + ["์ค๋ฅ"] * 18
|
144 |
|
145 |
inputs = [
|
|
|
150 |
]
|
151 |
|
152 |
contamination_outputs = [
|
153 |
+
gr.Textbox(label="์ ์ผ์ชฝ ์ค์ผ๋"),
|
154 |
+
gr.Textbox(label="์ ์ค๋ฅธ์ชฝ ์ค์ผ๋"),
|
155 |
+
gr.Textbox(label="์ผ์ชฝ ์ค์ผ๋"),
|
156 |
+
gr.Textbox(label="์ค๋ฅธ์ชฝ ์ค์ผ๋"),
|
157 |
+
gr.Textbox(label="์ง๋ถ ์ค์ผ๋"),
|
158 |
+
gr.Textbox(label="๋ค ์ค์ผ๋")
|
159 |
]
|
160 |
|
161 |
gradients_outputs = [
|
162 |
+
gr.Textbox(label="์ ์ผ์ชฝ ๊ธฐ์ธ๊ธฐ"),
|
163 |
+
gr.Textbox(label="์ ์ค๋ฅธ์ชฝ ๊ธฐ์ธ๊ธฐ"),
|
164 |
+
gr.Textbox(label="์ผ์ชฝ ๊ธฐ์ธ๊ธฐ"),
|
165 |
+
gr.Textbox(label="์ค๋ฅธ์ชฝ ๊ธฐ์ธ๊ธฐ"),
|
166 |
gr.Textbox(label="์ง๋ถ ๊ธฐ์ธ๊ธฐ"),
|
167 |
gr.Textbox(label="๋ค ๊ธฐ์ธ๊ธฐ")
|
168 |
]
|
169 |
|
170 |
cleaning_time_outputs = [
|
171 |
+
gr.Textbox(label="์ ์ผ์ชฝ ์ฒญ์ ์๊ฐ"),
|
172 |
+
gr.Textbox(label="์ ์ค๋ฅธ์ชฝ ์ฒญ์ ์๊ฐ"),
|
173 |
+
gr.Textbox(label="์ผ์ชฝ ์ฒญ์ ์๊ฐ"),
|
174 |
+
gr.Textbox(label="์ค๋ฅธ์ชฝ ์ฒญ์ ์๊ฐ"),
|
175 |
gr.Textbox(label="์ง๋ถ ์ฒญ์ ์๊ฐ"),
|
176 |
gr.Textbox(label="๋ค ์ฒญ์ ์๊ฐ")
|
177 |
]
|
178 |
|
179 |
with gr.Blocks(css=".column-container {height: 100%; display: flex; flex-direction: column; justify-content: space-between;}") as demo:
|
180 |
+
gr.Markdown("<h1 style='text-align: center;'>ํ๊ฒฝ ์์ธ ๊ธฐ๋ฐ ์ค์ผ๋, ๊ธฐ์ธ๊ธฐ ๋ฐ ์ฒญ์ ์๊ฐ ์์ธก</h1>")
|
181 |
+
gr.Markdown("์ด ์ ํ๋ฆฌ์ผ์ด์
์ ์๋, ์จ๋, ๊ฐ์๋ ๋ฐ ์ต๋์ ๊ฐ์ ํ๊ฒฝ ์์ธ์ ๊ธฐ๋ฐ์ผ๋ก ์๋์ฐจ์ LiDAR ์์คํ
์ ๋ค์ํ ๋ถ์์ ๋ํ ์ค์ผ๋, ๊ธฐ์ธ๊ธฐ ๋ฐ ์ฒญ์ ์๊ฐ์ ์์ธกํฉ๋๋ค.")
|
182 |
|
183 |
# Top Section: Inputs and Car Image
|
184 |
with gr.Row():
|
|
|
187 |
for inp in inputs:
|
188 |
inp.render()
|
189 |
submit_button = gr.Button(value="์ ์ถ", variant="primary")
|
190 |
+
clear_button = gr.Button(value="์ด๊ธฐํ")
|
191 |
|
192 |
with gr.Column(scale=1):
|
193 |
gr.Markdown("### LiDAR ์์น")
|
|
|
196 |
# Bottom Section: Outputs (Three columns)
|
197 |
with gr.Row():
|
198 |
with gr.Column(scale=2):
|
199 |
+
gr.Markdown("### ์ค์ผ๋ ์์ธก")
|
200 |
for out in contamination_outputs:
|
201 |
out.render()
|
202 |
|
|
|
212 |
|
213 |
# Graph below the outputs
|
214 |
with gr.Row():
|
215 |
+
plot_output = gr.Plot(label="์๊ฐ ๊ฒฝ๊ณผ์ ๋ฐ๋ฅธ ์ค์ผ๋")
|
216 |
|
217 |
submit_button.click(
|
218 |
fn=predict_and_plot,
|