-
**System:**
- Python version : 3.8.13
- SAPIEN version sapien==3.0.0b1
- Environment: Docker (build by myself)
- GPU: 550.127.05
- CUDA: 12.4
**Describe the bug**
When I set `sapien.ren…
-
Hey! I've been trying to implement f32 support for a while now, but progress always stops when I try to modify `Pixel` in a backwards-compatible and sane way. While we could probably think of some way…
-
Hi,
I am inferring a large model (~2 MB) on the ESP32 S3, and it takes about 60 seconds, while taking about 50 ms on my PC.
As the tensor arena seem to have to be about 5 MB to satisfy TF lite, …
-
My understanding is that when attempting to decode heic to an output colorspace (such as RGB), libheif does this:
* Use plugin to decode
* Each plugin has its own decode buffer to decode to and call…
-
I use ComfyUI to colorize photos and to get a better result I need to combine Hue and Saturation of the output with the Luminance of the input image. So far I do it with an .exe made in .NET but it wo…
-
import torch.nn as nn
from torchvision.utils import save_image
from torchvision import transforms
import cv2
import PIL
from My_Detector.unet import unet
from My_Detector.utils import *
from PI…
-
Thank you for your excellent work. I encountered the following problems during training. I checked the PNG image and it was normal, but I reported the following error "broken PNG file" during training…
-
### Already reported ? *
- [X] I have searched the existing open and closed issues.
### Regression?
Yes, No
### System Info and Version
System/Version info
```sh
Hyprland, built from branch …
-
Certain operations in the shader generation do not account for the use of `half` in the NVIDIA Cg shading language.
Excerpt of a NVIDIA Cg shader generated with OpenColorIO 1.1.1:
```
out_pixel.r…
-
```
class CR_LoadImageList:
....
# Ensure start_index is within the bounds of the list
start_index = max(0, min(start_index, len(file_list) - 1))
# Calculate the…