yjh0410 / YOWOv2

The second generation of YOWO action detector.
MIT License
187 stars 31 forks source link

Support correct TRT/anything inference #29

Open Sem4ik228 opened 6 months ago

Sem4ik228 commented 6 months ago

HI! Thanks for this repo. It seems like needs to add conversation between pytorch and onnx to make inference. I mean, now this repo does not have the functionality for inference, which is strange for the creators of the network that posits itself like best real-time action detection NN. Pls add support for onnx and minimal C++ example on TRT and OpenVINO. Now i don't understand, what I need to do with 5D input tensor in TRT. Thanks!