RAFT_CPP icon indicating copy to clipboard operation
RAFT_CPP copied to clipboard

NotImplementError

Open chenxingxin-star opened this issue 3 years ago • 6 comments

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 fmap1, fmap2 = self.fnet([image1, image2],True), but the origin RAFT only input two images without the bool element 'True'. Following the Readme.md, I just get the error below: 屏幕截图 2022-02-02 17_33_43

could you give me some help? if you change the original RAFT code ,could you share what you have changed?

chenxingxin-star avatar Feb 02 '22 09:02 chenxingxin-star

I'm sorry, I missed a few notes. You should use my slightly modified RAFT project, that is https://github.com/chenjianqu/RAFT

chenjianqu avatar Feb 02 '22 10:02 chenjianqu

I'm sorry, I missed a few notes. You should use my slightly modified RAFT project, that is https://github.com/chenjianqu/RAFT

Thank you so much for your quick reply!

chenxingxin-star avatar Feb 02 '22 12:02 chenxingxin-star

when compile the code , I get these two error: first: 屏幕截图 2022-02-02 23_17_15 second: 屏幕截图 2022-02-02 23_16_46

my tensorRT version is tensorRT8, and my g++ version is g++-10. so why I get the errors when compile? thanks

chenxingxin-star avatar Feb 02 '22 15:02 chenxingxin-star

The first issue seems to be with the TensorRT version, I'm using TensorRT8.0.1 and there is no problem. The second problem is with the GCC version, which requires GCC to support at least C++17.

chenjianqu avatar Feb 03 '22 06:02 chenjianqu

Or, alternatively, you can modify the code slightly to make the project work.

chenjianqu avatar Feb 03 '22 06:02 chenjianqu

Or, alternatively, you can modify the code slightly to make the project work.

你好,感谢你的工作!你说你对原RAFT网络进行了一些小修改,能否说一下你具体修改了什么?修改了之后你是重新训练了网络,还是想办法用了原作者提供的权重呢?

Cai-RS avatar Mar 15 '24 21:03 Cai-RS