-
您好!
我成功实现了您的项目,会出现由于漏检、遮挡情况导致的ID跳变问题,所以想要通过增加reID模块缓解这个问题?请问您能给我一些建议吗?
-
How can we integrate the re-id module for deep features with bytetrack tracker, does it improves the accuracy?
-
I have tried to train some epoch and error occur. My mistake message like below and how to solve it:
```
make: Leaving directory '/media/data1/project/BoT-SORT-main/fast_reid/fastreid/evaluation/r…
-
Hello,Thanks for your great work, I am running your code that found train.py there exists an unimplemented module reid_model, or I missed something, can you help me to find out what happened?
-
I am a bit confused on the best setup with your model for REID. In the paper it says you used fairmot for MOT17 reid results. The track example calls byte_tracker.py which seems to only use IOU. I see…
-
### 请提出你的问题 Please ask your question
运行是在aistudio上运行的
发生异常的代码:
import numpy as np
import math
import paddle
import paddle.nn as nn
import paddle.nn.functional as F
from paddle.nn.initi…
-
大佬您好,感谢您的工作!
我想知道您那边是否fix好了Occluded Reid的数据集代码呢?能否公布出来呢?谢谢!
-
Dear authors,
I am interested in this ReID SOTA method and would like to experiment on it. Would you please be so kind to public models for Market and Duke?
Sincerely
-
Why retrain reid config alway get very low accuracy(mAP:50),
From your log & pretrain model, it can achieve about 96% mAP.
-
Dear Author
I didn't find the reid_head in your model net.Could you please tell me where it is?Thanks!