Later this month (June 2020), I am speaking at ImageCon, a virtual conference hosted by Cloudinary. We were all supposed to meet in person in April, but like many in person events, it has transitioned into a virtual conference. Virtual conferences place a whole new set of requirements on organisers - do you risk a … Continue reading Building a Virtual Conference Talk
Category: Uncategorized
Online tracking is something we are all aware is happening. And, like it or not - if a product is free - you are not the customer - you are the product being sold. Facebook has gotten in to a load of trouble with how it handles private information... yet it probably has more information … Continue reading Facebook Security: Time for a checkup
Video content on the the web is increasing - with such an immersive medium - it is pretty much a . no brainer. However, a few months ago, I looked into how the web is using video on the web, and found that slow video startup times and stalls are much more common than we … Continue reading Video Playback Metrics: New Synthetic Testing Tool StreamOrNot
The best way to deliver video that starts up quickly and doesn’t stall is to make sure that the file downloads quickly. Since we cannot control the network our customers are using - this means we need to make the files smaller. In a previous post at Cloudinary, I described three techniques to reduce file … Continue reading Deep Dive: Three Tips for Faster, Easier Video Delivery
In my previous post on image processing shortcuts, I showed how object detection libraries can be utilised to detect objects inside images. But how are these libraries trained to identify objects? In this post, I'll walk through the steps to train an image detection model for specific objects. Why do models need to be trained? … Continue reading Image Processing Shortcuts using AI and ML: Part 2