You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
直接下载ZIP包请提供下载日期以及压缩包注释里的git版本(可通过7z l zip包路径命令并在输出信息中搜索Comment 获得,形如Comment = bc80b11110cd440aacdabbf59658d630527a7f2b)。 git clone请提供 git commit 第一行的commit id
Provide date (or better yet, git revision from the comment section of the zip. Obtainable using 7z l PATH/TO/ZIP and search for Comment in the output) if downloading source as zip,otherwise provide the first commit id from the output of git commit
平台(如果交叉编译请再附上交叉编译目标平台): Win10
Platform(Include target platform as well if cross-compiling):
Github版本:3.0.3
Github Version: 8180b48
直接下载ZIP包请提供下载日期以及压缩包注释里的git版本(可通过
7z l zip包路径
命令并在输出信息中搜索Comment
获得,形如Comment = bc80b11110cd440aacdabbf59658d630527a7f2b
)。 git clone请提供git commit
第一行的commit idProvide date (or better yet, git revision from the comment section of the zip. Obtainable using
7z l PATH/TO/ZIP
and search forComment
in the output) if downloading source as zip,otherwise provide the first commit id from the output ofgit commit
编译方式:
Compiling Method
具体代码:
在GPU(CUDA)和CPU下进行了多组不同数据的实验后发现:
GPU模式下ProcBBoxResult函数中bboxTensor->print();打印的第二个值永远都是错误的,而且值很大,其他的三个值都是正确的。下面列出2组数据:
数据①
CPU:
GPU:
数据②
CPU:
GPU:
The text was updated successfully, but these errors were encountered: