-
Hi, I'm trying to use heatmap during training. it's ok when I process the cam using one GPU, but when I do the multi-GPU training, the default cam setting doesn't seem to work.
RuntimeError: Expect…
-
Hello, this is not an issue. However I wanted to open the discussion, and don't know of a better forum.
Are there any methods similar to (grad)-cam except applied to ANN's other than CNN architectu…
-
Thank you for your outstanding work. I have attempted to apply your methods as described in the paper to RT-4DGS, specifically in the following segment:
`
render_pkg = render(viewpoint_cam, gaussian…
xi-zc updated
3 months ago
-
@jbeomlee93 ! Sorry for disturbing you again. I still have two questions about the released code.
(1) In obtain_CAM_masking_super_pixel.py. Since you have used grad-cam to generate the class activ…
-
Hello
I'm trying to visualize the grad cam of my timeSformer model
I tried differents target layer name but without success
The error is either :
AttributeError: 'NoneType' object has no attribute…
-
`import warnings
warnings.filterwarnings('ignore')
from torchvision import models
import numpy as np
import torch
import cv2
import yaml
import requests
from models.experimental import attempt…
-
## Summary
Loss.backward() would raise Segmentation Fault when defining a new integrator to render the scene and compute loss on this image.
## System configuration
System infor…
-
If it's convenient to provide the code for Grad-CAM++ visualization?
-
Hello everybody
Please what is the appropriate target layer name to visualise the grad cam of a video
Thanks for your help
-
我使用grad cam做语义分割的可解释性,我训练好的模型也是单通道训练的,我是用gradcam的时候也是单通道,会报下面这个错误,请问我该怎么修改呢
---------------------------------------------------------------------------
AssertionError Tr…