GesilaA / deepsort_tensorrt

This is a TensorRT based deepsort project
77 stars 26 forks source link

TRT ERROR #5

Closed PeppermintSummer closed 3 years ago

PeppermintSummer commented 3 years ago

当我在 Windows 10 中运行这个demo时,我遇到了这个错误!为什么会反序列化失败? image

GesilaA commented 3 years ago

在assert(builder != nullptr)处出错了,检查一下tensorrt7是不是已经正确安装了
Selection_017

PeppermintSummer commented 3 years ago

嗯,windows读写文件要添加ios::binary。只是又报了个很奇怪的错,== image

PeppermintSummer commented 3 years ago

已解决!感谢