You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine we have a task for image classification in the deep learning model that takes a tensor with the shape of mnc. Here, m and n are the height and width of the input tensor respectively and c is the number of channels. The Quantus toolkit for GradCAM and Occlusion Sensitivity faces an error that originates from opencv packages and mentions that the number of bands in the input image is more than 3. Wide range of tasks work with more than 3 bands. So, maybe you can modify functions to avoid such errors! Thanks
Hi @BEEILAB thanks for sharing this! Can you paste the code that causes this error? It is helpful to know more e.g., the type fo model (torch or tf) and the dims of your data etc. Thanks!
Description
@annahedstroem
The text was updated successfully, but these errors were encountered: