Yang Bo

Results 7 issues of Yang Bo

您好,想请问下如果我针对自己的数据集(飞机识别),利用YOLOv7训练得到了相应的权重(best.pt),现在我想利用自己训练的权重来跟踪视频中的飞机,该如何设置? ![image](https://github.com/JackWoo0831/Yolov7-tracker/assets/88123195/2687b7c9-8cca-48e3-a770-43d48a7660bf) zhe'yi这一部分需要改成自己的数据集吗?

你好,请问项目还更新吗?按照您的思路,在YOLOv9进行复现时,出现了ValueError: Expected more than 1 value per channel when training的错误,请问您有遇到过相似的问题吗?具体错误代码如下: Traceback (most recent call last): File "E:\paper3 multi task learning\yolov9-multiv5\multi_train_dual.py", line 716, in main(opt) File "E:\paper3 multi task learning\yolov9-multiv5\multi_train_dual.py", line...

question

在运行代码过程中出现报错,报错信息 ![image](https://user-images.githubusercontent.com/88123195/232354319-755ac19c-36d6-40cb-846d-8cbff0609673.png) 在源代码中, ![image](https://user-images.githubusercontent.com/88123195/232354361-08358d72-515a-4060-9912-943097473b43.png) 这几句代码的意思是不能在windows下运行吗?请问有成功在windows下运行成功的吗?怎么改相应的路径?

感谢您做出的杰出工作,想请教下对于分割任务的评价指标,因为在我的研究方向上,大多数是用的miou来做指标,所以想请教下作者项目中可以输出miou吗?另外想请教下作者,关于小目标分割头的设计是用的v5中原有的分割头吗?

Thank you for your excellent work, and I would like to ask what the visual center means?

想请教下论文中的这部分黄色文字内容与结构图的value部分是怎样的一个对应关系?b1=e11....eN1吗? ![image](https://github.com/QY1994-0919/CFPNet/assets/88123195/373d70db-ea36-4cf4-a4a3-bc65421e0ea5) ![image](https://github.com/QY1994-0919/CFPNet/assets/88123195/68122af0-5a81-42b7-a65f-cd9b401af502)

First of all, thank you for your outstanding work. When I was training, I encountered the following error: Traceback (most recent call last): File "train.py", line 18, in fix_b =...