-
I am currently using tensorflow 2.17 with keras 3.4.1 under Ubuntu 24.04 LTS. I have also reproduced the issue with tf-nightly 2.18.0.dev20240731 (keras nightly 3.4.1.dev2024073103).
I encountered …
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
norm_factor = np.sum(gradient, axis=(1, 2)) # [C]归一化
for i in range(len(norm_factor)):
norm_factor[i] = 1. / norm_factor[i] if norm_factor[i] > 0. else 0. # 避免除零
…
-
Most of the functions such as GradCAM ,smoothGrad and others require us to provide a class index as well. Incase we use a CNN model with a linear activation layer with 1 node, so as to implement a reg…
-
I have tried your code in Koniq10k and LIVEc. In Koniq10k, the result is close to your paper while LIVEc is not. I guess this is because of the alpha value. Since if mostype=ss(default), the mos range…
-
**First I generated the .h5 file using the following code:**
```
train_dir = 'D:/thesisSupport/code/dataSets/train'
train_generator = train_datagen.flow_from_directory(
train_dir,
targe…
-
In the file 'MPANet/models/baseline.py', the 'train_forward' function calculates the final loss composed of multiple components. In the following code snippet, I notice that 'v_cls_loss' and 'i_cls_lo…
-
Hello, I do not find the script to generate heatmap.pkl for complex
-
hi @szagoruyko thanks for your great work.
but, how do i use my own caffe (just follow your instruction to install it: `CAFFE_DIR=/*path-to-caffe-root*/ luarocks install caffe`), to make it behave as…
-
Hi!
This is a very nice work. And I have a question. Could you please tell me how you drew the saliency maps in the paper? If possible, please provide some details. Thanks!