John Charankattu

Results 21 comments of John Charankattu

Hello friendly bot. This issue still has not been resolved. “Stale issues” are still issues. So can a human maintainer not deem this non-staleable until resolved?

@glenn-jocher [wrote](https://github.com/ultralytics/ultralytics/issues/6405#issuecomment-2027050643): > @johncf hello! Thank you for your patience and for keeping the conversation active. I've flagged this issue to our team, ensuring it stays on our radar and...

Here is another one in AVIF format: https://raw.githubusercontent.com/AOMediaCodec/av1-avif/master/testFiles/Netflix/avif/hdr_cosmos01650_cicp9-16-9_yuv420_limited_qp10.avif On SDR displays, it should look like this: https://raw.githubusercontent.com/AOMediaCodec/av1-avif/master/testFiles/Netflix/avif/sdr_cosmos01650_cicp1-13-6_yuv420_limited_qp10.avif Source: [reddit](https://www.reddit.com/r/AV1/comments/nsifir/hdr_avif_samples_hdr10_for_still_images/) I verified that the latest version of Chrome handles both images...

Example: `re_take_until!("hello|world")` will `take_until` that regular expression is matched. Applying the above on `It's not the end of the world!` should return (remaining input: `world!`, output: `It's not the end...

So far in this issue, there hasn’t been a single response from a human maintainer. So I guess this won’t be resolved, and is just left to tire out the...

@glenn-jocher > Tweaking the anchor box sizes or aspect ratios could potentially help YOLOv8 better understand the specific geometry of your hexagonal objects. > For anchor box sizes and aspect...

Hello. I'm trying to get the HDR gain map aux image, and I see aux image support is yet to be implemented... > with different `auxiliary_type` (e.g. non `hdrgainmap`) Why...

> I'm waiting for Pillow to support HDR images, they seem to be working on it. Are you saying that once Pillow supports HDR images, `pillow_heif` will be refactored to...

Great! I do have some time and started digging in https://github.com/johncf/pillow_heif/tree/aux-images For now, I made [a change](https://github.com/johncf/pillow_heif/commit/cf43c5f87722192e417a3dc15c8f1b1b5ff184a5) that exposes all aux images through `aux_image_list` property in C (and `.info["aux_images"]` in...