-
Hi,
for my project I want to save the parts of an image enclosed by the Bounding Boxes as .jpg for feeding in another CNN for further classification.
How can I adjust the code so i get the sub-…
-
Hi, I try to use _torchvision.utils.save_image()_ to save the output tensor of the test, but got these blank images, and I try to convert tensor to PIL format, the image is still blurry. So, how can I…
-
### 🚀 Torchvision GPU compatible text writing on images
Hi.
Right now, I believe that if you wanna write text on a GPU Tensor, you're gonna have to do it in CPU memory.
This is unfortunate sin…
-
If I create a tensor like this:
```c#
tf.convert_to_tensor( new int[] { 1 } );
```
The tensor works correctly. In contrast, if I create it like this:
```c#
new Tensor( new int[] { 1 } , ne…
-
Hi, thank you for sharing the code!
It seems that you first swap the axis first in the generator. Could you tell me why do you swap axis? More efficient, fewer parameters, or other reasons? Than…
-
Getting a big whopper of an error trying to apply the optimizations shown in the [directions for CogVideoX](https://huggingface.co/THUDM/CogVideoX-2b)
```
-----------------------------------------…
-
This only happens with `BEAM=1`. `BEAM=0`, `BEAM=2`, `BEAM=3` all work fine
This happens because exo runs tinygrad inference on another thread.
Example command to reproduce: `DEBUG=6 BEAM=1 python3 …
-
I want to run [sft](https://github.com/huggingface/peft/tree/main/examples/sft) example and I get some erros, Can you help me to find the problem?
I run [run_peft_fsdp.sh](https://github.com/huggin…
-
Logs:
```
cpu backend was already registered. Reusing existing backend factory.
Platform node has already been set. Overwriting the platform with [object Object].
cpu backend was already regist…
-
when i choose AblationCAM in YOLOv5 notebook,it will promt this issue,
this is my part code about YOLOBoxScoreTarget
`def __init__(self, labels, bounding_boxes, iou_threshold=0.5):
self.l…