Keeping Your Eye on the Ball Trajectory Attention in Video Transformers with python

Motionformer This is an official pytorch implementation of paper Keeping Your Eye on the Ball: Trajectory Attention in Video Transformers. In this repository, we provide PyTorch code for training and testing our proposed Motionformer model. Motionformer use proposed trajectory attention to achieve state-of-the-art results on several video action recognition benchmarks such as Kinetics-400 and Something-Something V2. If you find Motionformer useful in your research, please use the following BibTeX entry for citation. @misc{patrick2021keeping, title={Keeping Your Eye on the Ball: Trajectory […]

Read more

Repository for publicly available deep learning models developed in Rosetta community

trRosetta2 This package contains deep learning models and related scripts used by Baker group in CASP14. Installation Linux/Mac clone the package git clone https://github.com/RosettaCommons/trRosetta2cd trRosetta2 create conda environment using one of the .yml files: casp14-baker-linux-cpu.yml, casp14-baker-linux-gpu.yml, casp14-baker-mac-cpu.yml conda env create -f casp14-baker-linux-gpu.ymlconda activate casp14-baker download network weights [1.1G] wget https://files.ipd.uw.edu/pub/trRosetta2/weights.tar.bz2tar xf weights.tar.bz2 download and install third-party software ./install_dependencies.sh download sequence and structure databases wget http://wwwuser.gwdg.de/~compbiol/uniclust/2020_06/UniRef30_2020_06_hhsuite.tar.gzmkdir -p UniRef30_2020_06tar xf UniRef30_2020_06_hhsuite.tar.gz -C ./UniRef30_2020_06 wget https://files.ipd.uw.edu/pub/trRosetta2/pdb100_2020Mar11.tar.gztar xf pdb100_2020Mar11.tar.gz Obtain a PyRosetta licence and […]

Read more

Build tensorflow keras model pipelines in a single line of code

deep_autoviml Build keras pipelines and models in a single line of code! Build tensorflow keras model pipelines in a single line of code. Created by Ram Seshadri. Collaborators welcome. Permission granted upon request. Motivation ✨ deep_autoviml is a powerful new deep learning library with a very simple design goal: ✨ Make it as easy as possible for novices and experts alike to experiment with and build tensorflow.keras preprocessing pipelines and models in as few lines of code as possible. Watch […]

Read more

A Dataset of Python Challenges for AI Research

Python Programming Puzzles (P3) This repo contains a dataset of python programming puzzles which can be used to teach and evaluate an AI’s programming proficiency. We hope this dataset with grow rapidly, and it is already diverse in terms of problem difficult, domain, and algorithmic tools needed to solve the problems. Please propose a new puzzle or browse newly proposed puzzles or contribute through pull requests. To learn more about how well AI systems such as GPT-3 can solve these […]

Read more

Semi-Supervised 3D Hand-Object Poses Estimation with Interactions in Time

Semi Hand-Object Semi-Supervised 3D Hand-Object Poses Estimation with Interactions in Time (CVPR 2021). Installation Quick Demo (update soon) Training and Evaluation on HO3D Dataset Preparation Download the MANO model files (mano_v1_2.zip) from MANO website.Unzip and put mano/models/MANO_RIGHT.pkl into assets/mano_models. Download the YCB-Objectsused in HO3D dataset. Put unzipped folder object_models under assets. The structure should look like this: Semi-Hand-Object/ assets/ mano_models/ MANO_RIGHT.pkl object_models/ 006_mustard_bottle/ points.xyz textured_simple.obj …… Download and unzip HO3D datasetto path you like, the unzipped path is referred as […]

Read more

LaneAF: Robust Multi-Lane Detection with Affinity Fields

LaneAF LaneAF: Robust Multi-Lane Detection with Affinity Fields Installation Clone this repository Install Anaconda Create a virtual environment and install all dependencies: conda create -n laneaf pip python=3.6source activate laneafpip install numpy scipy matplotlib pillow scikit-learnpip install opencv-pythonpip install https://download.pytorch.org/whl/cu101/torch-1.7.0%2Bcu101-cp36-cp36m-linux_x86_64.whlpip install https://download.pytorch.org/whl/cu101/torchvision-0.8.1%2Bcu101-cp36-cp36m-linux_x86_64.whlsource deactivate You can alternately find your desired torch/torchvision wheel from here. Clone and make DCNv2: cd models/dlagit clone https://github.com/lbin/DCNv2.gitcd DCNv2./make.sh TuSimple The entire TuSimple dataset should be downloaded and organized as follows: └── TuSimple/ ├── clips/ | └── […]

Read more

Hierarchical Point Regression for Whole-Body Human Pose Estimation

HPRNet HPRNet: Hierarchical Point Regression for Whole-Body Human Pose Estimation Official PyTroch implementation of HPRNet. HPRNet: Hierarchical Point Regression for Whole-Body Human Pose Estimation,Nermin Samet, Emre Akbas,Under review. (arXiv pre-print) Highlights HPRNet is a bottom-up, one-stage and hierarchical keypoint regression method for whole-body pose estimation. HPRNet has the best performance among bottom-up methods for all the whole-body parts. HPRNet achieves SOTA performance for the face (76.0 AP) and hand (51.2 AP) keypoint estimation. Unlike two-stage methods, HPRNet predicts whole-body pose […]

Read more

Towards End-to-end Video-based Eye Tracking

The code accompanying our ECCV 2020 publication and dataset, EVE. Authors: Seonwook Park, Emre Aksan, Xucong Zhang, and Otmar HilligesProject page: https://ait.ethz.ch/projects/2020/EVE/Codalab (test set evaluation and public leaderboard): https://competitions.codalab.org/competitions/28954 Setup Preferably, setup a Docker image or virtual environment (virtualenvwrapper is recommended) for this repository. Please note that we have tested this code-base in the following environments: Ubuntu 18.04 / A Linux-based cluster system (CentOS 7.8) Python 3.6 / Python 3.7 PyTorch 1.5.1 Clone this repository somewhere with: git clone [email protected]:swook/EVE […]

Read more

Tensorflow implementation of MIRNet for Low-light image enhancement

MIRNet Tensorflow implementation of the MIRNet architecture as proposed by Learning Enriched Features for Real Image Restoration and Enhancement. Pre-trained Weights Citation @misc{ 2003.06792, Author = {Syed Waqas Zamir and Aditya Arora and Salman Khan and Munawar Hayat and Fahad Shahbaz Khan and Ming-Hsuan Yang and Ling Shao}, Title = {Learning Enriched Features for Real Image Restoration and Enhancement}, Year = {2020}, Eprint = {arXiv:2003.06792}, } GitHub https://github.com/soumik12345/MIRNet    

Read more

Carousel Personalization in Music Streaming Apps with Contextual Bandits

Carousel Personalization in Music Streaming Apps with Contextual Bandits – RecSys 2020This repository provides Python code and data to reproduce experiments from the article Carousel Personalization in Music Streaming Apps with Contextual Bandits published in the proceedings of the 14th ACM Conference on Recommender Systems (RecSys 2020 – Best Short Paper Candidate). Carousel Personalization Media services providers, such as the music streaming platform Deezer, often leverage swipeable carousels to recommend personalized content to their users. These carousels are ranked lists […]

Read more
1 48 49 50 51