28 Commits

Author SHA1 Message Date
7075d341cf Docs: Update README and remove update diary
- Update project structure to reflect current codebase
- Add Custom Model feature description
- Remove update_diary.md
2025-12-30 16:52:34 +08:00
17deba3bdb Refactor: Clean up codebase and improve documentation
- Remove unused files (model_controller.py, model_service.py, device_connection_popup.py)
- Clean up commented code in device_service.py, device_popup.py, config.py
- Update docstrings and comments across all modules
- Improve code organization and readability
2025-12-30 16:47:31 +08:00
09156cce94 Feature: Add custom model upload and inference support
- device_controller: Add connect_device, disconnect_device, get_device_group methods
- inference_controller: Add select_custom_tool method for custom model inference
- custom_inference_worker: New worker thread for custom model inference with YOLO V5 post-processing
- custom_model_block: New UI component for uploading custom .nef model and firmware files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 02:38:18 +08:00
c8be1db25e Fix: Add timeout mechanisms to prevent blocking on device scan and camera open
- device_service: Add timeout mechanism for device scanning
- video_thread: Add timeout mechanism for camera opening
- device_list: Fix height and hide scrollbars to prevent scroll issues
- mainWindows: Adjust UI startup order, delay device refresh and camera start
- utilities_screen: Temporarily disable auto refresh to prevent blocking
- .gitignore: Add new ignore entries

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 02:37:46 +08:00
0c33dd059f 修正 video inference 回傳為 none 時會出現大量的 popup 導致 crash, 更新 update_diary.md 2025-04-16 17:50:11 +08:00
89fcb4e6bb 添加 mutiple bounding boxes 顯示 2025-04-11 15:22:25 +08:00
Mason Huang
706b5553fe
Delete build directory 2025-04-11 14:35:52 +08:00
Mason Huang
7b011d710c
Delete dist/main.exe 2025-04-11 14:35:37 +08:00
9ddbf25e2f Remove tracked files now ignored by .gitignore 2025-04-11 14:31:50 +08:00
f08923eefa 重新記錄 update_diary.md from 0411 2025-04-11 02:23:32 +08:00
22d208897e 移除原先被記錄的 .DS_Store 和__pycache__ 2025-04-11 02:15:36 +08:00
b7f2faf5d0 添加 .whl file's gitignore 2025-04-11 02:15:36 +08:00
Mason Huang
b5f299bcfe
Delete KneronPLUS-3.1.0-py3-none-any.whl 2025-04-11 02:06:43 +08:00
Mason Huang
8bc03808e2
Delete main.spec 2025-04-11 02:03:44 +08:00
Mason Huang
aa131537f6
Delete .DS_Store 2025-04-11 02:03:31 +08:00
Mason Huang
6e7779a3a6
Delete build/main directory 2025-04-11 02:03:15 +08:00
Mason Huang
572ef6a554
Delete dist/main.exe 2025-04-11 02:02:59 +08:00
Mason Huang
e3ba054cc4
Delete dist/Output directory 2025-04-11 02:02:44 +08:00
564e3eba64 Merge commit '4c220c84bab78f9bc62605b7688c8da7329db8d4' 2025-04-11 01:58:05 +08:00
78290bbea5 增加 gitignore 2025-04-11 01:56:44 +08:00
4c220c84ba 添加 yolov5s installer function 2025-04-10 12:41:30 +08:00
2d14543f06 添加 Utilies 中的 upload fw function 2025-04-10 12:41:00 +08:00
527b183576 優化 Inference process, 增加Utilities頁面和功能, 修改UI介面 ( 20250324 in update diary) 2025-03-24 02:55:31 +08:00
d58cec837b Modulize the code structure & add utilites' UI element 2025-03-20 20:51:30 +08:00
af5b3835d5 將 utilities flowchart 轉換成 .md 格式 2025-03-13 16:56:53 +08:00
c12bbd29fd 刪除 demogui 原先的 folder 2025-03-07 11:48:03 +08:00
a8ed1ac592 改成雙層config架構,調整app處理config資料, 增加inno setup的iss file, auto renew global config 2025-03-07 00:12:14 +08:00
75e5925046 first commit - demo version w\o bbox 2025-03-06 18:13:47 +08:00