I was working on a small assignment on access and trying to export an Access report to Excel. Everything worked when until i opened the exported Excel, to my surprise font colour of all the lines in the excel was very light. I tried to change the field color, font weight and all possible properties, nothing seems to be working. But finally i got the solution. The trick was 1. Make the back style of the the fields to "Transparent" which was default "Normal" 2. Make the Fore Color as Automatic black from the eclipse next to the property. Spent few hours trying to make things work so sharing it for the people. Happy Coding, Parshuram
Computer Vision from the Cognitive service is the way to find meaning in the image, but what to do when we have to find our own custom object? How to create our own model to find our custom object? If you are looking for a simplest way, then Microsoft customvision.ai is the one to look for. Just head over to below link & register yourself. https://customvision.ai/ The Custom Vision Service is an Azure Cognitive Service that lets you build custom image classifiers. It makes it easy and fast to build, deploy, and improve an image classifier. Once you are registered with custom vision, you can create 2 projects for free. Create a new project. Use "Classification" as Project Type, "MultiClass (Single tag per image)" as Classification type (I am using images with only single object in it) and "General (Compact)" as Domain for leaner model for Mobile device use. Refer below image for reference. Now upload the images & provide a t...
Comments