-
#Docker – About ports, IPs and more to access a container hosted in a #RaspberryPi
Hi ! So, my CustomVision.ai image is build and running in a container in my Raspberry Pi 3. It’s time to see if I can use it from other devices in the same network. When I run my image I defined IP and Port, but if you want to know these information, the following command… β read more
-
#Docker – Container dies immediately upon successful start in a #RaspberryPi. Of course, it’s all about #TensorFlow dependencies
Hi ! Creating Docker images is a fun process. When I created the CustomVision.ai custom image to be executed in my Raspberry Pi, I faced a couple of errors, so now it’s time to save / share some lessons learned. One of the most frustrating steps was after my 15 min wait time to build… β read more
-
#CustomVision – Building the CustomVision project in #Docker in a #RaspberryPi
Hi ! So my next step in my build process is to host the CustomVision.ai exported model in a RaspberryPi (RPI). RPI supports docker, so it should be easy to work with the exported Linux image. So let’s take a look at the original [DockerFile] in the Linux export FROM python:3.5 ADD app /app RUN… β read more
-
#CustomVision – Analyzing images using PostMan from a #CustomVision project hosted in a #Docker Container
Hi ! Today’s post is a simple one that I’ll use for sure in the future: How to make an HTTP Post Request using Postman to analyze an image using a Custom Vision project hosted in a docker container. In my previous posts I share the necessary steps to export a CustomVision.ai project and run… β read more
-
#Humor – #StarWars fix for errors
Hi ! Been there, done that … Greetings @ Burlington El Bruno β read more
-
#CustomVision – Analyzing images in a Console App using a #CustomVision project in a #Docker Container
Hi ! This is a special post. It’s the 1st one I write completely in my MacBook, so I’m sure that Javier (@jsuarezruiz), Yeray (@JosueYeray), Braulio (@braulio_sl), Luis, Sara, Roberto and other mac users will be proud of me π So, I build and run my Custom Vision Marvel project in Docker for Mac. Smooth… β read more
-
#CustomVision – Running a Custom Vision project in a local #Docker Container
Hi ! So now that I have Docker running in Windows 10, it’s time to use a Custom Vision model in Windows hosted in Docker container. There are 2 version available to export from CustomVision.ai for each one the projects: Linux or Windows I could not sucessfully built the Windows version, so I’ll work with… β read more
-
#Windows10 – Can’t install #docker on Windows 10 Home, need Pro or Enterprise
Hi ! I hold my series of posts onΒ Custom Vision to add another brain reminder, this one is Do not install Windows 10 Home if you are going to use Docker! I recently installed a new dev environment, and when I was going to install Docker Desktop I found this amazing message Docker Desktop… β read more
-
#Humor – Knock Knock Async function
Hi ! Greetings @ Burlington El Bruno Source: https://thecodinglove.com/ β read more
-
#Event – Cold weather? > All the @MVPDays sessions available for offline viewing !
Hi ! While we are enjoying this amazing days with -20C as average temperature, it’s maybe the perfect excuse to watch and learn with all the videos from yesterday’s MVP Days session. All of the recording are available here: https://www.youtube.com/playlist?list=PLW-BLrn2azoSeYbDWqNeQa83B5R8gc2vYΒ And the topics are: MVPDays – Securing Service Accounts The Modern Way – John O’Neill… β read more
-
#VS2019 β Working with #Python Environments now is so cool !
Hi ! Let me start with IANAPU [I am not a Python user], and that’s maybe why, when I need to work and understand what is in my current environment it took me a lot of time to get and deploy the correct tools and the right packages to work with. Iβm not a fan… β read more
-
#Event – 30 min of #MachineLearning.Net on the next @mvpdays on Jan 30!
Hi ! less than 24 hours for a full day of free training, take a look at MVP Days. I was lucky enough to have my slot to share some experiences and a zero to one demo on Machine Learning.Net Getting Started with Machine Learning.Net and Windows Machine Learning Machine Learning has moved out of… β read more
-
#WinML β #CustomVision, object recognition using Onnx in Windows10, calculate FPS
Hi ! Quick post today. And itβs mostly as a brain reminder on the best way to perform a Frames Per Second calculation when we are analyzing images using a ONNX model. In the final UWP app, I added a top right label displaying the current date and time, and the processed FPS And the… β read more
-
#Humor – #10yearchallenge, in BSOD mode
Hi ! Greetings @ Burlington El Bruno β read more
-
#Azure β Single Key for all Services in #CognitiveServices, thatβs cool :D
Hi ! Quick Friday post. And an amazing one, because now we have the chance to create a single Key to be use around a bunch of Cognitive Services. Thatβs mean we donβt need to remember and store different keys for LUIS, Face Emotion, and more. A single key will cover most of these scenarios… β read more
-
#Onnx β Object recognition with #CustomVision and ONNX in Windows applications using Windows ML, drawing frames
Hi ! Custom Vision Allows us to create models of Object recognition. Once these models are trained, we can analyze an image and the model will offer us as an answer A list of [Tags] objects detected in each image For each TAG we will also have the probability [score] associated with it and a… β read more
-
#Onnx β Object recognition with #CustomVision and ONNX in Windows applications using Windows ML
Hi! One of the most interesting options that gives us Custom Vision, is the ability to export a model trained to be used on other platforms, without invoking Custom Vision own web service. The 4 options available that we have today are CoreML, iOS 11 TensorFlow, Android ONNX, Windows ML DockerFile, Azure IoT Edge, Azure… β read more
-
#Onnx β Object recognition with #CustomVision and ONNX in Windows applications using WinML
Hi! After a couple of weeks of almost no posts, mostly because of holidays, family trips and some fever days at home, now it’s time to get back to blogging. One of the outstanding issues I have to write is related on how to use ONNX models exported from Custom Vision projects (CV from now… β read more
-
#Humor – Phones updates vs PC updates, the winner is ….
Hi ! Greetings @ – 17C El Bruno Source: https://www.geeksaresexy.net/2019/01/15/staying-current-comic/ β read more
-
#Personal – My first and amazing #CodeMash
Hi! Last week I was lucky enough to attend my first CodeMash (www.codemash.org). The experience was amazing, you just have to see the agenda and the speakers to see the quality of the event. An interesting detail of the event is that it takes place in Ohio, in January. In other words, it is so… β read more