Making a Tesseract model for my license plates

Requirements First download the following repository:git clone https://github.com/tesseract-ocr/tesstrain.git Navigate to the folder: cd tesstrain Compile the application:make tesseract-langdata Make a new to save the default language model to: mkdir -p usr/share/tessdata Now download the model: wget -P usr/share/tessdata https://github.com/tesseract-ocr/tessdata_best/raw/main/eng.traineddata Making the dataset I made pictures of random cars outside for my other model. When you […]

Making a license plate AI model Part 2

My previous attempt didn’t quite give me the results I was hoping for, so I looked for another way to train the model. I still use Label Studio to make the dataset, the only thing that changed here is the export. I now use YOLO instead of Pascal. These are my new files:

Making a license plate AI model

Results I have made so far Model 2024-04-06_01 Handy things I have found along the way https://github.com/abdelrahman-gaber/tf2-object-detection-api-tutorial?tab=readme-ov-file#training-object-detection-model-with-your-custom-dataset This is a very rough written down experience of me trying to make my own model. Getting the dataset I simply hooked up a camera (Logitech C920) to my mac and recorded using OBS. Preparing the dataset First […]

Make your own patch for VitaGrafix

WARNING I use Linux as my main OS, I do not know if any of this will work on Windows or MacOS! WARNING Table of contents What is VitaGrafix? Copied from their github repo VitaGrafix is a taiHEN plugin that allows you to change resolution and FPS cap of PS Vita games (to get better […]

Can’t update due to blas

Fix: https://archlinux.org/news/openblas-0323-2-update-requires-manual-intervention/ OpenBLAS >= 0.3.23-2 update requires manual intervention 2023-06-14 – Felix Yan The openblas package prior to version 0.3.23-2 doesn’t ship optimized LAPACK routine and CBLAS/LAPACKE interfaces for compatibility. This decision has been reverted now, and the ability to choose a different default system BLAS/LAPACK implementation while keeping openblas installed is now provided to […]

Determine gender with AI

Setup Usage Using GPU in conda: If you for some reason want to use your GPU instead of CPU:

Faster conda resolving

Conda often takes a significant amount of time when resolving package dependencies, this should speed it up:

Yay slow downloads fix

sudo reflector –country NL –age 12 –protocol https –sort rate –save /etc/pacman.d/mirrorlist

Samsung DeX on Linux

Requirements Usage Stop the network manager: Connect to DeX on your phone to TV. Open a new terminal and type:

Making a voice model with so-vits-svc

Index Hardware used in this guide: Software used in this guide: An example of the Sinon model will be put here. This example comes from a model that is trained on a dataset of 102 voice samples for 2629 epochs. Acquiring a dataset Step 1 Find videos, music, podcasts or whatever that contains the voice […]