wangsun1996

Results 9 issues of wangsun1996

前辈您好,我想实现这样一个功能:已有一段视频,然后想要检测这段视频中是否有某个人。想实现这个功能的话,我需要进行哪些方面的修改呢? 首先需要一个行人检测模型,能够对这个视频的每一帧进行检测。首先对第一帧进行行人检测,然后裁剪到Mark1501数据集大小放到gallery中,然后运行test.py文件生成待查询的query和gallery的结果,然后运行demo.py得到第一帧的检测结果。后续的第二帧清空gallery后,重复进行上述的操作。想请教您一下这样理解对吗?多谢啦!

你好,请问这个工程有您对应的论文能下载阅读吗?

我想把这个网络用于伪装目标的检测,请问能否替代现有通用目标检测框架中的主干部分?作者有试过与通用框架的监测结果相比效果如何吗? 或者用SINET网络有别的方式能实现目标检测吗?

请问在进一步的动作识别上,alphapose有新的进展吗

labels,shapes,self.segments=zip(*cache.values()) not enough values to unpack(except3,got0) 直接用的提供的那一张图运行val,没经过别的处理,出现报错

After the training is completed by train_net.py, the terminal prints the verification results on COCO_val. I understand that according to the self-supervised process, you should fix the self-supervised training part...

I read the questions on the discussion board,use SOCO code to get my custom dataset's filtered_proposals. SOCO code as this: ### Prepare data with Selective Search 1. Generate Selective Search...

前辈您好,想问下我按你提供的命令,显示这个错误,该怎么调整呢

在训练时采用双分支训练(一个辅助分支+主分支),训练完成后我希望将pt模型转为只有主分支的onnx模型,请问该如何处理? I use double branch training (one auxiliary branch + main branch) during training. After the training, I want to convert the pt model into onnx model with only main...