Yinan Qin
Yinan Qin
希望能更新一下perl版本(●ˇ∀ˇ●)
Already add some minor changes to the prompts and change the vaiable name to `filePath`. @Balint-H
Or, it is better to create a meta file for the library while copying the library during the installation process.
> How you describe it is one way to do it, although the copied files may disappear from the package folder if the project needs to reimport the git package....
I already open a pr to fix the problem.
Hi jcyhcs, It is not a bug though. The code you mentioned above will convert data from float into string format. That is , for example, from [1, 2, 3,...
Additionally, if you do not convert bbox into strings, you cannot join them using .join() statement.
> 我也是,请问你解决了吗 数据格式的问题,切换到正确安装tensorflow cuda的环境下就可以正常处理了
在Windows下面只能安装tensorflow
> 我在qt design studio中想要导入fluentui的组件,我将FluentUI包放入import目录后报错:无法加载库 fluentuiplugin.dll:找不到指定的模块。Screen01.ui.qml:12, (null))  可以尝试使用作者Demo里的办法,即将这个仓库作为一个submodule包含在你的项目里面。 我暂时就是这样做的。程序可以正常编写和运行,缺点就是编译耗时较长。附上我的CMake配置,希望能帮到你~~ ```cmake cmake_minimum_required(VERSION 3.16) project(client VERSION 0.1 LANGUAGES CXX) #设置版本号 add_definitions(-DVERSION=1,0,0,0) #配置通用编译 set(CMAKE_CXX_STANDARD_REQUIRED ON) if(APPLE) set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" FORCE) endif()...