An MQA (Studio, originalSampleRate) identifier for lossless flac files written in Python

An MQA (Studio, originalSampleRate) identifier for “lossless” flac files written in Python. About The Project This project is a port of the awesome C++ project MQA_identifier by@purpl3F0x and mqaid byredsudo. Getting Started Prerequisites Installation Clone the repo git clone https://github.com/Dniel97/MQA-identifier-python.git && cd MQA-identifier-python Install the requirements pip3 install -r requirements.txt Usage python3 mqa-identifier-python.py “path/to/flac/files”

Read more

Kivy program for identification & rotation sensing of objects on multi-touch tables

ObjectViz is a multitouch object detection solution, enabling you to createphysical markers out of any reliable multitouch solution. It’s easily configurable and pluggable, using TUIO as a communication protocolwith client applications. Documentation To build the documentation (on ubuntu) you need texlive-base texlive-fonts-extra go to the docs directory and run make latexpdf Build & Package A makefile in packaging is used for the various operations: to install the dependencies, ensure python3.6 or newer is installed then: make -f packaging/Makefile Deps To […]

Read more

Vehicle direction identification consists of three module detection , tracking and direction recognization

Vehicle direction identification consists of three module detection , tracking and direction recognization. Algorithm used : Yolo algorithm for detection + SORT algorithm to track vehicles + vector based direction detection Backend : opencv and python Library required: opencv = ‘4.5.4-dev’ scipy = ‘1.4.1’ filterpy lap scikit-image IMPORTANT: I hadn’t uploaded model weights and configuration files (which were used for object detection) here because those were already available in yolo_detection repo download yolo tiny weights , config file and coco.names […]

Read more