-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
Not sure if my INSTALL is wrong, but I get this error currently. It seems to occur while rendering, so it may be a problem with leap?
```
(base) ➜ HandAvatar git:(main) ✗ CUDA_LAUNCH_BLOCKING=1 .…
-
### Bug description
When I loaded XGradCAM for the same model twice in a row, I got an error 'cannot register a hook on a tensor that doesn't require gradient'.
Here is my code example
`
`
ERR…
-
Hi,
I use resnet50 to classify images and I want use grad-cam to create heatmap
to identify a defect but it must use a register_forward_hook and I not found this function
What should I do?
-
你好,我看到用的是wbce,但是我看到两个权重分别是0.5
```python
@CRITNS.register_func('WBCE_critn')
def build_weighted_bce_critn(C):
assert len(C['weights']) == 2
pos_weight = C['weights'][1]/C['weights'][0]
…
-
Hello! Could you please tell me how to get the heatmap
-
For batch size N > 1, I used to set targets = [ClassifierOutputTarget(cls)] * N to generate the grayscale_cam with output [N, H, W]
But not sure why, I tried again today and it doesn't work anymore…
-
Hello! Thank you for the excellent work and examples, also really appreciate the time you've taken to respond to queries.
In this spirit, I attempted to implement the mechanism to understand a mult…
-
I tested MSVformer on DTU scan 1 and 4 using weights provided on one drive, however it seems that the ply file generated as output is empty (does not contains 3D points)
![image](https://github.com…
-
I tried to open the cam in the ROS ,and I input the following instruction in the terminal:
roslaunch usb_cam usb_cam-test.launch
but my cam window show like following:
![image](https://us…