-
Hi, an RuntimeError occurred during the run phase:
RuntimeError: Error(s) in loading state_dict for SeqNetDa:
size mismatch for roi_heads.reid_loss.lut: copying a param with shape torch.Size…
-
Thank you for your great work.
I am tring to reimplement your awesome job, so I want to know what specific reid model you use in the paper, and what is the specific training command?
-
你好,请问您可以提供一份详细的readme吗?作为一个reid方面的新手,不知道如何入手复现您的代码。
-
## Compiler version
3.4.3
## Minimized code
Not easily obtainable: a "clean" command to sbt averted the problem and now I can't reproduce.
## Output (click arrow to expand)
```
[info]
…
-
作者你好!
我想把deep_sort.py中的extractor替换成Reid_feature,抱歉我是一个小白,没有看懂你写的,这个提取器是FeatureExtractionDemo里面的吗?
还望指教!谢谢!
-
Hi,
Could you please share the link for Occluded-REID and P-DukeMTMC-reID datasets because I couldn't find them?
Many thanks
Gh
-
this is not working if a person re-appears in after some frames in a video
-
Why your retrain Reid module base on MOT17 data have a very high accuracy(mAP > 80) from your reid_log(https://download.openmmlab.com/mmtracking/fp16/reid_r50_fp16_8x32_6e_mot17_20210731_033055.log.js…
-
請問我要訓練fast_reid,但我使用python3 fast_reid/tools/train_net.py ....的指令跑,他不會報錯或顯示結果,改用python fast_reid/tools/train_net.py .....跑,結果如下,他在GPU available是false的,要怎麼改成true,及我最下面顯示說Torch不支援我的cuda,我的cuda是裝12.4版本,
…
-
您好!
我成功实现了您的项目,会出现由于漏检、遮挡情况导致的ID跳变问题,所以想要通过增加reID模块缓解这个问题?请问您能给我一些建议吗?