Alex18947
Alex18947
If I edit a record and try to modify an INT column (which is not part of any index) to zero, the resulting UPDATE query does not contain this column,...
Hi, thanks for the nice work, it seems however, that there is still a performance problem when running on GPU, i.e. the code cannot fully utilize the GPU and has...
Hi, it seems that creating multiple components (decoders) in one process and for the same GPU can be done either by creating a new AMFContext for each decoder or by...
Thanks for the OpenCV contribution, trying to undestand the code, it seems to me [(see here)](https://github.com/opencv/opencv/blob/a8ec6586118c3f8e8f48549a85f2da7a5b78bcc9/samples/dnn/person_reid.py#L48), that sample images are resized without keeping their aspect ratio (same goes for the...
**Description:** Passing certain JPEGs to the AMF MJPEG decoder crashes the decoder, an access violation error in amdxx64.dll can easily be produced. **To Reproduce:** 1. Create a decoder component with...
Hi, while training with custom fisheye dataset on a pretrained COCO checkpoint, I encounter some "index out of bounds" problems in rapid.py: [here](https://github.com/duanzhiihao/RAPiD/blob/master/models/rapid.py#L280) I am running with CUDA_LAUNCH_BLOCKING=1 to get...