Official implementation of AdaTime: A Benchmarking Suite for Domain Adaptation on Time Series Data

by: Mohamed Ragab*, Emadeldeen Eldele*, Wee Ling Tan, Chuan-Sheng Foo, Zhenghua Chen, Min Wu, Chee Kwoh, Xiaoli Li AdaTime is a PyTorch suite to systematically and fairly evaluate different domain adaptation methods on time series data. Requirmenets: Python3 Pytorch==1.7 Numpy==1.20.1 scikit-learn==0.24.1 Pandas==1.2.4 skorch==0.10.0 (For DEV risk calculations) openpyxl==3.0.7 (for classification reports) Wandb=0.12.7 (for sweeps) Datasets Available Datasets We used four public datasets in this study. We also provide the preprocessed versions as follows: Adding New Dataset Structure of data To […]

Read more

Towards Data-Efficient Detection Transformers

By Wen Wang, Jing Zhang, Yang Cao, Yongliang Shen, and Dacheng Tao This repository is an official implementation of DE-CondDETR and DELA-CondDETR in the paper Towards Data-Efficient Detection Transformers. For the implementation of DE-DETR and DELA-DETR, please refer to DE-DETRs. Introduction TL; DR. We identify the data-hungry issue of existing detection transformers and alleviate it by simply alternating how key and value sequences are constructed in the cross-attention layer, with minimum modifications to the original models. Besides, we introduce a […]

Read more

Local-Global Context Aware Transformer for Language-Guided Video Segmentation

This repository is an official PyTorch implementation of paper: Local-Global Context Aware Transformer for Language-Guided Video Segmentation. Chen Liang, Wenguan Wang, Tianfei Zhou, Jiaxu Miao, Yawei Luo, Yi Yang arXiv 2022. News & Update Logs: [2022-03-17] Repo created. Paper, code, and data will come in a few days. Stay tuned. [2022-03-18] Inference code, pretrained weights, and data for A2D-S+ released. [2022-03-21] arXiv (full paper available) Instructions on usage Training code and detailed instructions Code for dataset creation Abstract We explore […]

Read more

A Dual Weighting Label Assignment Scheme for Object Detection

This repo hosts the code for implementing the DW, as presented in our CVPR 2022 paper. Introduction Label assignment (LA), which aims to assign each training sample a positive (pos) and a negative (neg) loss weight, plays an important role in object detection. Existing LA methods mostly focus on the design of pos weighting function, while the neg weight is directly derived from the pos weight. Such a mechanism limits the learning capacity of detectors. In this paper, we explore […]

Read more

VISTA: Boosting 3D Object Detection via Dual Cross-VIew SpaTial Attention

VISTA: Boosting 3D Object Detection via Dual Cross-VIew SpaTial Attention Shengheng Deng, Zhihao Liang, Lin Sun and Kui Jia* (*) Corresponding author Introduction Detecting objects from LiDAR point clouds is of tremendous significance in autonomous driving. In spite of good progress, accurate and reliable 3D detection is yet to be achieved due to the sparsity and irregularity of LiDAR point clouds. Among existing strategies, multi-view methods have shown great promise by leveraging the more comprehensive information from both bird’s eye […]

Read more

A Minimal Example of Isaac Gym with DQN and PPO

This repository provides a minimal example of NVIDIA’s Isaac Gym, to assist other researchers like me to quickly understand the code structure, to be able to design fully customised large-scale reinforcement learning experiments. The example is based on the official implementation from the Isaac Gym’s Benchmark Experiments, for which we have followed a similar implementation on Cartpole, but with a minimal number of lines of code aiming for maximal readability, and without using any third-party RL frameworks. Note: The current […]

Read more

A huggingface transformers implementation of Transformer Memory as a Differentiable Search Index

A huggingface transformers implementation of Transformer Memory as a Differentiable Search Index, Yi Tay, Vinh Q. Tran, Mostafa Dehghani, Jianmo Ni, Dara Bahri, Harsh Mehta, Zhen Qin, Kai Hui, Zhe Zhao, Jai Gupta, Tal Schuster, William W. Cohen, Donald Metzler Requirements: python=3.8 transformers=4.17.0 datasets=1.18.3 wandb Note: This is not the official repository. Goal of this repository Reproduce the results of DSI Large, Naive String Docid, NQ10K. According to Table 3 in the original paper, we should have [email protected]=0.347,[email protected]=0.605 Step1: Create […]

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

Defense your python project by hiding it using encryption with remaining functionality and output

Defense your python project/separated file by hiding it using encryption with remaining functionality and output ❕ This tool will be useful if you want to share your Python project/separated file without revealing its source code. All contents of the files are encrypted and cannot be read by a person, while this does not affect the functionality and the output of the code. 🛠 Usage: > cd ../SourceCodeDefencer >> python run_defencer.py ./path_target_project” readability=”32″> >> cd ../SourceCodeDefencer >> python run_defencer.py ./path_target_project ℹ️ℹ️ℹ️ […]

Read more
1 188 189 190 191 192 928