FL77N

Results 12 issues of FL77N

你好,我在多机多卡上训练时,出现了以下问题,想请教一下是不是有什么地方需要改动: RuntimeError: Address already in use ***************************************** Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable...

Hello, thanks for your great work! I want to implement yolov6 in my own project, could you provide yolov6 train log for my implementing, thank you!

您好!我想请教一下,想在 Linux 中运行您工作中的 onnx 模型,需要: * 在类似 vscode 之类中编译吗?还是直接可以在终端完成检测、抠图,就好了 * 除了 opencv 需要安装其他依赖吗 * 因为看到您的仓库中有 onnx,所以可以直接用吗?还是得像您 readme 中说的自己去官方下载

documentation
question
Linux
stale

你好,我想请教一下如果想要增加个人信息,比如推特等账号,应该怎么修改呢 socialLink: qq: github: weibo: email: zhihu:

您好,关于点击特效是不是只有 clicklove,没有其他几种特效呀

Hi, thanks for your great work!I have a problem that I see the format of the box is (cx, cy, w, h) in the paper, when computing loss. But I...

Hi! Thanks for your great works! I have a question about the index of positive, which I find in your onenet paper pseudocode as following: ``` # index of positive...

您好,非常感谢您的工作!我有一个问题希望能得到您的解答:在计算task1的AP值时,计算正样本数量使用了npos = npos + sum(~difficult)这个来计算,请问为什么分类难度为difficult的样本不被计算在正样本之内呢?

大佬!你好,请问有 dn-detr 训练的 log 吗

我在使用您给的服务端部署示例中,已经走通了全部流程,可是只能输出一个结果 输出如下: {'err_no': 0, 'err_msg': '', 'key': ['class_id', 'confidence', 'left_top', 'right_bottom'], 'value': ['[0]', '[0.92535084]', '[[283.15506, 8.095686]]', '[[636.6692, 391.48724]]'], 'tensors': []} 我做的任务是目标检测,在 infer 中,输出有 4 个 boxes,这里只显示了第一个,我换了一张图也是一样,只会输出第一个 boxes 的结果,输出的这个结果是完全和 infer 对的上的,只是还有几个没有输出。...