-
hello author
I run your code on the cpu and it seems that I get some problems which I can't get through. could you do me a favor? as follows
False
720 1280
yolov7 running with cpu
Model detect…
-
i run your code with new dataset(MSMT17),but it occured :
[INFO] Making model...
[INFO] Making loss...
1.000 * CrossEntropy
1.000 * Triplet
[INFO] Epoch: 1 Learning rate: 2.00e-04
[INFO] [1/160]…
-
您好,我在尝试复现posetrack18数据集上的跟踪性能时发现结果与论文结果(下图)存在较大差距,不知道是什么问题导致的...
请问是因为pose model #563 没有在posetrack18上finetune的原因吗?还是因为re-id model也需要在posetrack18上再训练?希望可以提供这些finetune后的模型,非常感谢!
![image](https://git…
-
### Weekreview:
1:根据github的代码 issue提问,重新跑了程序,得出了最高结果,和论文基本一样。
2:仔细看了论文,研究了网络结构和细节。
3:分享了该篇论文。
### Next:
1:根据代码改写数据集,将规模更大的MSMT17训练出结果检验网络的性能。
2:测试提取特征的时间,以及资源消耗情况。
3:根据结果能够进行数据出错的分析,知道哪些数据影响性能…
-
-
我是刚接触行人reid问题,我这边有一些问题想要咨询一下。因为reid模型实际是一个特征提取模型,那这个模型在我理解来应该是有不错的泛化性的,比如现在使用market1501数据集和DG-Market数据集训练了一个特征提取模型,然后我用test.py加载这个模型去跑msmt17的验证,我发现结果的map几乎等于0。
我想知道这个的原因是什么,是reid模型不具有泛化性呢,还是验证的流程会有一些…
-
Where can I download the dataset?
-
1) Instead of `from strong_sort import StrongSORT`
it's neccessary to write
`from strongsort import StrongSORT`
2)Also, it require yolov5
it think it's much better to make iе independent of cla…
-
Dear authors, would you mind publish your train commend?
-
Hi it might be a simple question but I need assistance regarding training model for video reid dataset. I have specified an engine as follows:
datamanager = torchreid.data.ImageDataManager(
ro…