Complementary Trilateral Decoder for Fast and Accurate Salient Object Detection

The PyTorch code for ACM MM2021 paper “Complementary Trilateral Decoder for Fast and Accurate Salient Object Detection” Python 3.6 Pytorch 1.4+ OpenCV 4.0 Numpy TensorboardX Apex Download the SOD datasets and unzip them into data folder. We implement our method by PyTorch and conduct experiments on a NVIDIA 1080Ti GPU. We adopt pre-trained ResNet-18 and ResNet-50 as backbone networks, which are saved in res folder. We train our method on DUTS-TR and test our method on other datasets. After training, […]

Read more

A handy tool to deal with the Library cache file

A handy tool to deal with the Library cache file. Parse Library cache Remove Library cache The script parses the Library cache file into a readable format.It categorizes every URL by their file extension. (.png, .jpg, .room etc.) It also displays the file’s cache date. Once done parsing, it exports the parsed library in a .txt file. This may change in the future to be easier to work with. The script tries to automatically locate the Library file from AppData. […]

Read more

Utilities and information for the signals.numer.ai tournament

Utilities and information for the signals.numer.ai tournament using eodhistoricaldata.com eodhistoricaldata.com provides excellent historical price coverage for the signals universe. There are two main challenges with it: Ticker mapping from bloomberg to eod tickers Lack of coverage for Japan, Czech Republic and New Zealand Building the ticker map To build the mapping from bloomberg_ticker to eodhd, use: python build_eodhd_map.py This will retrieve: live_universe (a small 40 KB file just listing the ~5,340 tickers in current round) historical_targets (a large 150 MB […]

Read more

An open source bot worked on by many people to create a good and safe moderation bot for all

Greetings, I see you have stumbled upon project glow. Project glow is an open source bot worked on by many people to create agood and safe moderation bot for all. Adding to the bot is simple! First create a fork of the bot by clicking on the fork button in the top right coner. Then, create a clone by installing git into your pc. After this is done and setup, run git clone https://github.com/Glowstik-YT/projglow in whatever directory you wish to […]

Read more

StARformer: Transformer with State-Action-Reward Representations

This repository contains the PyTorch implementation for our paper titled StARformer: Transformer with State-Action-Reward Representations.We learn local State-Action-Reward representations (StAR-representations) to improve (long) sequence modeling for reinforcement learning (and imitation learning). Results Installation Dependencies can be installed by Conda: conda env create -f my_env.yml And install Atari ROMs. Datasets Please follow this instruction for datasets. Example usage See run.sh or below:

Read more

FACIAL: Synthesizing Dynamic Talking Face With Implicit Attribute Learning

PyTorch implementation for the paper: FACIAL: Synthesizing Dynamic Talking Face with Implicit Attribute Learning Chenxu Zhang,Yifan Zhao,Yifei Huang,Ming Zeng,Saifeng Ni,Madhukar Budagavi,Xiaohu Guo ICCV 2021 Run demo on Google Colab Requirements conda create -n audio_face conda activate audio_face sudo apt-get install ffmpeg pip install -r requirements.txt you may add opencv by conda. Citation

Read more
1 433 434 435 436 437 940