RAFT_CPP icon indicating copy to clipboard operation
RAFT_CPP copied to clipboard

The optical flow algorithm RAFT implemented with C++(Libtorch+TensorRT)

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

我现在想在xavier(arm64)平台上部署该工程,现在遇到torchvision存在问题? 我下载的数libtorch1.8,请问一下您可以提供一下从哪里下载与之匹配的torchvision源码链接,对其进行编译吗?目前我只找到了x86的torchvision源码。非常感谢

hi, thank you for your project! may I ask if you modify the original RAFT Network in order to convert it to onnx ? because I found the input is...

Hi there, I didn't find any other possibility to contact you, so I created this issue. Could you let me know why you decided to do three separate exports of...

你好,感谢你的工作! RAFT是由多个部分组成,我好奇这里的feature encoder网络和context encoder网络得到的engine能否在GPU上同时运行呢?如果可以的话,应该可以覆盖其中一个的时间?这两个卷积网络似乎都是比较轻量级的,如果是2080Ti也许可以异步起来?