Blank
Blank
### The location of the bug file is as follows: BasicSR/basicsr/utils/matlab_functions.py The imresize() function is very clear and accurate, which is excellent work, But when I used the imresize ()...
I'm calculating the Chamfer Distance for the point cloud, but I'm getting an error when using a torch array instead of a numpy array. The calculation of torch array is...
Hello! Line 167 in __main__.py `vortices_counterclockwise, vortices_clockwise = fitting.direction_rotation(vorticity, peaks)` Should it be changed to `vortices_clockwise, vortices_counterclockwise = fitting.direction_rotation(vorticity, peaks)` Because the direction_rotation() function in fitting.py return is `return vortices_clockwise,...
**问题描述** 目前在使用中切换模型,可以切换同一个模型提供商的不同模型,但是如果要切换模型提供商,就必须在设置里进行切换,中间流程有点复杂。 **解决思路** 能否在目前对话界面模型切换选项的左侧,增加一个选项切换按钮,这样就有两个模型切换按钮,左侧那妞切换模型服务提供商,右侧按钮切换统一厂商的不同模型; 或者在目前对话界面模型切换选项的基础上,增加二级菜单,一级菜单切换模型服务提供商,二级菜单按钮切换统一厂商的不同模型; **附加上下文** 请提供任何其他上下文或信息,以便更好地理解您的功能请求,例如截图、示例或用例。 --- **Problem Description** Currently switching models in use allows you to switch different models from the same model provider, but if you want...
## 功能描述 目前的各大模型都支持temperature、topk等参数,是否可以将这些参数作为超参数嵌入命令行中,允许设置。 Current major models all support parameters such as temperature and top-k. Is it possible to embed these parameters as hyperparameters into the command line, allowing them to...
### Description Currently, OCR accuracy based on LLMs (such as Gemini pro 2.5, Mistral AI OCR) is far superior to traditional OCR models based on deep learning technology. Can you...
### 🥰 Feature Description Currently, LobeChat lacks a way to save and reuse frequently-used input message prompts during conversations. Users must repeatedly type the same prompts with only minor variations,...