GesilaA / deepsort_tensorrt

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

to_tlbr有错误,写反了。 #17

Open DCC-lzhy opened 5 months ago

DCC-lzhy commented 5 months ago

https://github.com/GesilaA/deepsort_tensorrt/blob/d33fed961a77aeaaa6946eeb7c822c0a5cd33f0e/include/model.hpp#L33 应该写成 ret(0, IDX_W) += ret(0, IDX_X) ret(0, IDX_H) += ret(0, IDX_Y)

DCC-lzhy commented 5 months ago

https://github.com/GesilaA/deepsort_tensorrt/blob/d33fed961a77aeaaa6946eeb7c822c0a5cd33f0e/src/featuretensor.cpp#L42

这个操作是啥意思啊?