A very simple tool that compresses the overall size of the ONNX model by aggregating duplicate constant values as much as possible

A very simple tool that compresses the overall size of the ONNX model by aggregating duplicate constant values as much as possible. Simple Constant value Shrink for ONNX. If the same constant tensor is found by scanning the entire graph for Constant values, it is aggregated into a single constant tensor. Ignore scalar values. Ignore variables. 1. Setup

Read more

A tool to create pixel-accurate energy diagrams as ChemDraw object

A tool to create pixel-accurate energy diagrams as ChemDraw object. A Chinese version of this article is available. Execution If you don’t have Python environment, there is an executable version (packed by cx_freeze on Windows 10) in the release. Run Draw_Energy_Diagram_XML.exe in the folder. Alternatively, if you have a Python environment with PyQt, openpyxl and matplotlib, call the main script by first cd / dir to the project folder and call: python Draw_Energy_Diagram_XML.py. (On windows, you can also just double […]

Read more

Tool for downloading Coub videos on Windows

This downloader is console application targeted for Windows users and all fans of Coub. For now, this downloader is able to download: LIKED coubs from user’s profile (keyword liked) Bookmarked coubs (keyword bookmarks) Coubs from any channel Channel’s reposts Own list of Coub URLs How it works User will input names of what to download. Then the tool it will gather all the links with Coubs metadata. In the second phase it will download all gathered coubs one by one. […]

Read more

Python tools for running and evaluating DM-VIO

When using this project in academic work, please consider citing: @article{stumberg22dmvio, author = {L. von Stumberg and D. Cremers}, title = {{DM-VIO}: Delayed Marginalization Visual-Inertial Odometry}, journal = {{IEEE} Robotics and Automation Letters ({RA-L})}, year = {2022}, volume = {7}, number = {2}, pages = {1408-1415}, doi = {10.1109/LRA.2021.3140129} } Dependencies: Install dependencies with: pip3 install tqdm ruamel.yaml pyquaternion matplotlib tabulate Step 0: Download and build    

Read more

A tool for evaluating the predictive performance on activity cliff compounds of machine learning models

Molecule Activity Cliff Estimation (MoleculeACE) is a tool for evaluating the predictive performance on activity cliff compounds of machine learning models. MoleculeACE can be used to: Analyze and compare the performance on activity cliffs of machine learning methods typically employed in QSAR. Identify best practices to enhance a model’s predictivity in the presence of activity cliffs. Design guidelines to consider when developing novel QSAR approaches. Benchmark study In a benchmark study we collected and curated bioactivity data on 30 macromolecular […]

Read more

Tool to scan for RouterOS (Mikrotik) forensic artifacts and vulnerabilities

Forensics tool for Mikrotik devices. Search for suspicious properties and weak security points that need to be fixed on the router. This tool’s functionalities include the following: Get the version of the device and map it to CVEs Check for scheduled tasks Look for traffic redirection rules Look for DNS cache poisoning Look for default ports change Look for non-default users Look for suspicious files Look for proxy, socks and FW rules Executing and arguments The arguments: args Description Must […]

Read more

A grapheme to phoneme (G2P) tool for Spanish

A grapheme to phoneme (G2P) tool for Spanish. To use it, simply: Just for one time: cd g2p_spanish && chmod -R 744 ./* Create a UTF-8 file with one word per line: nano original.txt ./doPron.sh original.txt lexicon 1 The final file will be encoded in UTF-8 lexicon.pron.Note: the third parameter takes into account the differences in áéíóúÁÉÍÓÚ for the phonemes (value=1). Otherwise you can just keep value=0. Requires Python2, Linux Credits Transcriptor ortofonético: Andres Marzal, Maria Jose Castro, Salvador España […]

Read more
1 2 3 21