Maximum Spatial Perturbation for Image-to-Image Translation (Official Implementation)

This repository is by Yanwu Xu and contains the PyTorch source code to reproduce the experiments in our CVPR2022 paper Maximum Spatial Perturbation Consistency for Unpaired Image-to-Image Translation by Yanwu Xu, Shaoan Xie, Wenhao Wu, Kun Zhang, Mingming Gong* and Kayhan Batmanghelich* (* Equal Advising) Purturbation Consistency Spatial Alignment Face Pose Transfer data can be downloaded here Experiments on real data To run the code on the face pose transfer data. 1. download the data from above link 2. unzip […]

Read more

Translation Bot between Ukrainian and Czech

Goal Create translation bot that will be translating messages between Ukrainian and Czech in popular messaging platforms. Results API For the translation we will use UFAL API – https://lindat.cz/translation/ Messaging Platforms Popularity There are various websites with statistics: It looks that Telegram is popular in Ukraine. API Telegram WhatsApp Messenger Viber Status: GitHub View Github    

Read more

Gaussian Multi-head Attention for Simultaneous Machine Translation

Source code for our ACL 2022 paper “Gaussian Multi-head Attention for Simultaneous Machine Translation” (PDF) Our method is implemented based on the open-source toolkit Fairseq. Core code of Gaussian Multi-head Attention is in fairseq/modules/gaussian_multihead_attention.py Requirements and Installation Python version = 3.6 PyTorch version = 1.7 Install fairseq: git clone https://github.com/ictnlp/GMA.git cd GMA pip install –editable ./ Quick Start Data Pre-processing We use the data of IWSLT15 English-Vietnamese (download here) and WMT15 German-English (download here), and apply BPE with 32K merge […]

Read more

GVT is a generic translation tool for parts of text on the PC screen with Text to Speak functionality

GVT is a generic translation tool for parts of text on the PC screen with Text to Speech functionality.I wanted to create it because the existing tools that I experimented with did not satisfy me in ease-to-use experience and configuration.Personally I used it with Lost Ark (example included generated by 2k monitor) to translate simple dialogues of quests in Italian. 📝Requirements Tested Operating Systems : Windows 10/11Python Version: 3.9.6 Easynmt OpenCV2 Easyocr Numpy Deepl (Unofficial API) Pyttsx3 Pywin32 WXWidgets Pygame […]

Read more

Translates English into Mandalorian (Mando’a) utilizing a funtranslations free API

Translates English into Mandalorian (Mando’a) utilizing a “funtranslations” free API I created this app to experiment with a few different things I wanted more exposure to, one of the main points being GUI creation with Tkinter and how to influence functions from those inputs. The API will only accept so many queries per hour unless you pay for a plan on the website The translator is GUI based only at this time (Tkinter) GitHub View Github    

Read more

A hilarious program that translates text to Google’s bork bork bork language

A hilarious program that translates text in a file to Google’s “bork bork bork’ language. How to use Download the main.py file. Change the name of the file from demofile.txt to the file name you want. Run the program. How was this made? This Easter egg can be viewed in Google. Go to Settings icon > Languages and select Bork, bork, bork! The translation dictionary, visible at code/dictionary.py is a reference. Here’s an example: original-text = “Your preferences have been […]

Read more

Some useful blender add-ons for SMPL skeleton’s poses and global translation

There are two blender add-ons for SMPL skeleton’s poses and trans.The first is for making an offline visual demo.The second is to make a live visual demo. Offline Motion Capture Show one demo You need to follow these steps to use the first add-on. Open a blender file and import the fbx file of a model with SMPL skeleton I downloaded a model on Mixamo that happened to be an SMPL skeleton, and I changed the name of each bone […]

Read more

Easy-to-use and powerful offline translation tool

Introduction Virtaal is a graphical program for doing translation. It is meant to be easy to use and powerful at the same time. Although the initial focus is on software translation (localisation or l10n), we definitely intend it to be useful for several purposes. References Installation The easiest way for most users to install Virtaal is through the provided packages, or through the packaging system of their distribution. On the Virtaal website there should be packages for Windows and several […]

Read more
1 2