Leterax

Results 8 issues of Leterax

I'm trying to do some interop between pycuda and OpenGL, however, if I try to create a context using `import pycuda.gl.autoinit` It fails with this error message: ``` import pycuda._driver...

Check OpenGL version before creating a Compute-Shader. ### Description Version is now checked before creating a Compute-Shader ### List of changes - **added** Version check - **removed** ... - **fixed**...

improvement

**Description** When writing to a texture and passing a viewport that is outside of the size of the texture, no error is thrown and the texture stays unchanged. **Proof of...

improvement

A few wishes I have for the geometry module: 1. `quad_2d` should probably come with a `normal` attribute to set the direction of the plane 2. `quad_2d` has a `pos`...

Would it be possible to extend this to also read the barometer data over SPI?

I was just wondering if you ever got around to porting this library over to Cuda. I'm currently working on a Cuda project that required 1024bit unsigned ints, so if...

After converting the L_14 model using `python3 convert_clip.py --model ViT-L/14 --image_output models/CLIP_image_ViT-L_14/` and loading it using `image_encoder = tf.keras.models.load_model("CLIP_image_ViT-L_14/", compile=False) ` it fails to embed an image with this error:...

Have you thought of using the [CIELAB color space](https://en.wikipedia.org/wiki/CIELAB_color_space) instead of HSV/RGB? I have had pretty good success using this, but have only implemented it in golang, not python. The...