BREAKING NEWS
LATEST POSTS
-
iPhone 15 Pro Anamorphic Experiment – “What Makes a Cinema Camera” by Michael Cioni/Strada
For Michael Cioni, a cinema camera has to fulfill five requisites:
- Cinematic resolution
- Intraframe encoding
- High dynamic range
- Wide color gamut (10-bit or more)
- Removable lenses
For now, the iPhone 15 Pro meets four out of these five requirements, all except the last one.
-
Google – Artificial Intelligence free courses
1. Introduction to Large Language Models: Learn about the use cases and how to enhance the performance of large language models.
https://www.cloudskillsboost.google/course_templates/5392. Introduction to Generative AI: Discover the differences between Generative AI and traditional machine learning methods.
https://www.cloudskillsboost.google/course_templates/5363. Generative AI Fundamentals: Earn a skill badge by demonstrating your understanding of foundational concepts in Generative AI.
https://www.cloudskillsboost.google/paths4. Introduction to Responsible AI: Learn about the importance of Responsible AI and how Google implements it in its products.
https://www.cloudskillsboost.google/course_templates/5545. Encoder-Decoder Architecture: Learn about the encoder-decoder architecture, a critical component of machine learning for sequence-to-sequence tasks.
https://www.cloudskillsboost.google/course_templates/5436. Introduction to Image Generation: Discover diffusion models, a promising family of machine learning models in the image generation space.
https://www.cloudskillsboost.google/course_templates/5417. Transformer Models and BERT Model: Get a comprehensive introduction to the Transformer architecture and the Bidirectional Encoder Representations from the Transformers (BERT) model.
https://www.cloudskillsboost.google/course_templates/5388. Attention Mechanism: Learn about the attention mechanism, which allows neural networks to focus on specific parts of an input sequence.
https://www.cloudskillsboost.google/course_templates/537
FEATURED POSTS
-
ComfyUI Tutorial Series Ep 25 – LTX Video – Fast AI Video Generator Model
https://comfyanonymous.github.io/ComfyUI_examples/ltxv
LTX-Video 2B v0.9.1 Checkpoint model
https://huggingface.co/Lightricks/LTX-Video/tree/main
More details under the post
(more…)
-
HDRI Median Cut plugin
www.hdrlabs.com/picturenaut/plugins.html
Note. The Median Cut algorithm is typically used for color quantization, which involves reducing the number of colors in an image while preserving its visual quality. It doesn’t directly provide a way to identify the brightest areas in an image. However, if you’re interested in identifying the brightest areas, you might want to look into other methods like thresholding, histogram analysis, or edge detection, through openCV for example.
Here is an openCV example:
(more…)