deep_sort_paddle icon indicating copy to clipboard operation
deep_sort_paddle copied to clipboard

Results 5 deep_sort_paddle issues
Sort by recently updated
recently updated
newest added

ValueError: Unsupported arch: FairMOT, expect {'S2ANet', 'FCOS', 'SSD', 'YOLO', 'RCNN', 'TTFNet'}

你好, 谢谢你提供DeepSORT的Paddle实现。 在阅读源码时我发现您对crops进行特征提取时进行了先缩放后拉伸的处理,请问这么做的目的是什么? https://github.com/jm12138/deep_sort_paddle/blob/3ca83a27dd6b87796e515d9c2d61db8537155dc6/model/embedding.py#L54-L55

大佬我在paddle中导出模型放入model/detection后产生参数错误 ![image](https://user-images.githubusercontent.com/59379249/118243170-b81c6d00-b4d0-11eb-9c43-6cfbe34f6f34.png) 大佬知道这是啥问题吗

大佬开源的这个项目很不错,但里面好像没有加Python的依赖文件,给大佬添加了一个,希望可以被Merge进来~