-
|
Hi, I had some errors when build the project of The recommend environment is:
My environment is:
So if it's the environment difference, the only difference is The issue is about this code: *out_ptr_NCHW += static_cast<T2>(inp_ptr_NC[iy_nw * out_sH + ix_nw * out_sW]) * nw;the error message is like this:
The error happens when I have fixed it like this: *out_ptr_NCHW = static_cast<T2>(static_cast<float>(*out_ptr_NCHW) + static_cast<float>(inp_ptr_NC[iy_nw * out_sH + ix_nw * out_sW]) * static_cast<float>(nw)); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
https://github.com/autowarefoundation/bevdet_vendor does not allow issue report, so I create the discussion here for search/discussion for anyone who happens to have a similar issue. |
Beta Was this translation helpful? Give feedback.
https://github.com/autowarefoundation/bevdet_vendor does not allow issue report, so I create the discussion here for search/discussion for anyone who happens to have a similar issue.