FuryMartin
FuryMartin
添加 Github Action 用于打包
# 软件启动时预加载模型,减少识别时等待时间 ## 问题描述 现阶段,模型会在点击“开始识别后”加载,且加载耗时很长,不方便。 ## 改进方案 将单独开一个QThread用来预加载模型,加载完之后再开始识别
# 当图片加载被打断时,图片会产生无法更改的重叠 ## 问题描述 对人物 A 进行命名,命名结束后,程序会加载合并之后的结果。 当图片仍正在加载时,点击人物 B 的分类结果,则人物 A 的分类结果会置于页面底部,无法通过点击左侧导航栏刷新页面。
Cloud-edge collaborative inference for LLM based on KubeEdge-Ianvs proposal **What type of PR is this?** /kind design **What this PR does / why we need it:** The PR is a...
**Introduction or background of this discussion**: Guide for running the example of robot/lifelong_learning_bench/semantic-segmentation **Contents of this discussion**: These days I was trying to run [examples/robot/lifelong_learning_bench/semantic-segmentation](https://github.com/kubeedge/ianvs/tree/7ea4f4af57114ce3179cd0c0773a4254c5999715/examples/robot/lifelong_learning_bench/semantic-segmentation) to learn the use of...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Cloud-edge collaborative inference for LLM based on KubeEdge-Ianvs **Which issue(s) this PR fixes**:...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Some deprecated interfaces of `pandas>=2.0.0` are used in `rank.py`, which prevents Ianvs from...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: In current Ianvs implementation, the Hard Example Mining(HEM) Module will be loaded as...
**What happened**: The current implementation of Hard Example Mining in Incremental Learning is incorrect, causing the PCB-AoI/IncrementalLearning to fail to run. **What you expected to happen**: Fix this bug to...
**What would you like to be added/modified**: Some outdated interfaces of `pandas` are used in in `rank.py` . We can deprecate them by: 1. Implement `__get_all()` using a more elegant...