The objects you import MUST have animations, else this won’t work. In Unity First import your model by copying the files to your Unity project. When the object is imported, click on it. on the top right, click on Animations. If your animations have end animations, make them separately on the right side by entering […]
Cross-Compiling C++ I2C LCD Program for Raspberry Pi with CLion
A working project is available below Overview This guide shows how to cross-compile a C++ program on x86-64 Linux to control an I2C LCD display on Raspberry Pi 3 (aarch64) using CLion IDE and the standard Linux I2C interface. Development System Setup (x86-64 Linux) 1. Install Cross-Compilation Tools 2. Match Cross-Compiler Version to Target Pi […]
Using my Samsung Fold 6 as a webcam on Arch Linux
The Problem I was trying to use my Android phone as a webcam for Discord using DroidCam OBS on Arch Linux, but ran into several frustrating issues: My Setup The Solution After some googling and troubleshooting, here’s what fixed it: Step 1: Install Git Version of OBS The issue was related to OBS bug #11891. […]
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 Link I use to find game ID’s: https://renascene.com/psv/list Table of contents What is VitaGrafix? Copied from their github repo VitaGrafix is a taiHEN plugin that allows you to change resolution and FPS […]
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: