Video-quality calculates VMAF and (optionally) other video quality metrics

video-quality calculates VMAF and (optionally) other video quality metrics for a distorted video relative to a reference video before outputting them in a csv file and providing a summary. It utilises FFmpeg, FFprobe and VMAF to achieve this. Features Different quality metrics Support for distorted videos that are clips of the reference video Support for distorted videos that are cropped relative to the reference video Limitations Only supports FHD (1080p) video Has a crop feature deigned for the removal of […]

Read more

Necropolis Research and Development

Necropolis Research and Development ADR2/3/22: Development of Necropolis Time Series Research, 3 different example projects Have created 3 different field branches, Artificial Intelligence, Cryptocurrencies, and Programming Techniques Generative Adversarial Network tutorial, Gradient Descent, and mulit layer perceptron Python code has been updated 13 additional tutorials focusing on Generative NFTs and Generative Art, Coding smart contracts and minting NFTs added to cryptocurrency projects Have added two different folders to the Programming Techniques folder, namely a tutorial on how to integrate VIM […]

Read more

Estimation of the CEFR complexity score of a given word, sentence or text

… allows to estimate CEFR (Common European Framework of References) complexity score of a given word, sentence or text.CEFR scores come from database created by https://spraakbanken.gu.se/omhttps://svn.spraakdata.gu.se/sb-arkiv/pub/lexikon/kelly/kelly.xml cefr.find(‘bil’) # returns pd.DataFrame cefr.Complexity.word(‘pröva’) # returns CEFR score cefr.Complexity.sentence(‘Jag kör bil.’) # returns CEFR score cefr.Complexity.text(‘Jag kör bil. Barn kör bilar.’) # returns CEFR score    

Read more

Electrum Vertcoin Wallet With Python

Electrum – Lightweight Vertcoin client Electrum-VTC is a rebase of upstream Electrum and pulls in updates regularly. Donate VTC to support this work: VertionJAZJ7ZMauEdXaagRb4XP7cw6FXV This program uses the verthash datafile to verify block headers and expects verthash.dat to be in the data directory or the directory that the program is run from. Obtain the verthash datafile by running create-verthash-datafile. You may also copy verthash.dat from Vertcoin-Core or build from source. Windows Data Directory Linux Data Directory If you would like […]

Read more

Render LaTeX markup and equations to compact, self-aligning, scalable SVG (Python3 & commandline)

Python wrapper and CLI utility to render LaTeX markup and equations as SVG usingdvisvgm and svgo. Based on the original work by Tino Wagner, this version has enhanced features. The design goals are: Auto vertical alignment without any further styling. by adding a style=”vertical-align:” to the SVG attributes Auto scaling on font size/zoom change. by using em units for width, height and style Unique IDs so multiple SVGs on one page won’t corrupt each other. by generating random 4-character ID […]

Read more
1 243 244 245 246 247 939