From f8edafb9c02198122694bf75828d5c3f94a10b8b Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Tue, 23 Sep 2025 16:34:48 +0000 Subject: [PATCH] =?UTF-8?q?feature(train):=20=E9=87=8D=E6=9E=84=E5=89=8D?= =?UTF-8?q?=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/run.html | 188 ++++++++++++++++++++++++++++++++++++++++++ frontend/train.html | 195 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 383 insertions(+) create mode 100644 frontend/run.html create mode 100644 frontend/train.html diff --git a/frontend/run.html b/frontend/run.html new file mode 100644 index 0000000..2ae0aeb --- /dev/null +++ b/frontend/run.html @@ -0,0 +1,188 @@ + + + + + + + Bootstrap demo + + + + +
+
+
+ +
+ +
+
+
+
+ flow threshold: + +
+ +
+ cellprob threshold: + +
+ +
+ diameter: + +
+ + + +
+
+
+
+ + +
+
+
+


+ + + + + + + + + \ No newline at end of file diff --git a/frontend/train.html b/frontend/train.html new file mode 100644 index 0000000..e33bf23 --- /dev/null +++ b/frontend/train.html @@ -0,0 +1,195 @@ + + + + + + + Bootstrap demo + + + + +
+
+
+
选择训练文件
+ +
+
+
选择测试文件
+ +
+ +
+
+
+
+ model name: + +
+ +
+ image filter: + +
+ +
+ masks filter + +
+ + + +
+
+
+
+ + +
+
+
+


+ + + + + + + + + \ No newline at end of file