-
## 오늘 배운 것
- **Multimodal captioning and speaking**
- 시각적인 이미지 뿐 아니라 다양한 감각 (텍스트, 오디오 등)을 모두 사용해 학습하는 방법
- **3D understanding**
- 3D space를 다룰 수 있는 Computer Vision model에 대한 이해
- 3D task,…
-
Hi,
I tried to install / run the code but had quite a few issues, detailed below.
Summary: Could you please provide a clean working version suitable for a Python 3.x environment? (Attached is a …
ghost updated
3 years ago
-
Hey there,
reading your paper I wish to implement some visualization techniques for image embeddings based on your description. I wish to implement GradCAM as you stated for features ***y***. Well…
qbeer updated
4 years ago
-
Is it possible to update the documentation or provide some instructions on how we can reproduce GradCAM like visualizations with the code that is provided?
-
Hello.
Thank you for sharing your work.
I'm studying deep learning in fastai course and trying to visualize my DL model.
I found your work about Grad-CAM and guided Grad-CAM visualization in the f…
-
Hi, thanks for great project. It works very well.
I have technical question about preprocessing the image for the cnn.
I looked into your examples, but normally every image which is input to VGG…
-
I was looking at the code in grad_cam.py for LayerGradCam.attribute() and noticed that there is no Relu operation applied after computing the summed_grads * layer_eval here: https://github.com/pytorch…
-
*The following peer review was solicited as part of the Distill review process. The review was formatted by the editor to help with readability.*
*The reviewer chose to keep anonymity. Distill offe…
-
Hi, really a great job!
I was trying to get a guided-gradcam visualization of a video. But I found as more images have been read, very soon my server shows CUDA out of memory error. Then I discovered…
-
Hi guys,
I have been working with your keras vis tool kit , its a great tool and I have been able to get good results.
However today when I tried visualize_cam its throwing an error which had never…