-
-
FastRegistration Public
Code for ECCV 2024 paper "Fast Registration of Photorealistic Avatars for VR Facial Animation"
-
VideoShift Public
A distribution shift benchmark for video-language models
Other UpdatedJun 13, 2024 -
-
-
-
-
Various data structures and algorithms implemented in C or C++
-
TailorNet Public
Code for our CVPR 2020 (ORAL) paper - TailorNet: Predicting Clothing in 3D as a Function of Human Pose, Shape and Garment Style.
-
-
-
SMAI-Assignment-1 Public
Perceptron learning, Decision Tree and KNN classifier
Python UpdatedDec 26, 2021 -
HumanMeshNet Public
Source code for HumanMeshNet: Polygonal Mesh Recovery of Humans, ICCV 2019 Workshop 3DRW
-
Google-File-System Public
A python implementation of Google File System
-
Bloxorz Public
A 3D game implemented in C++ using OpenGL 3.0 . It is similar to : https://www.miniclip.com/games/bloxorz/en/
-
-
Pytorch implementation of the Persistent Advantage reinforcement learning operator proposed in paper 'Increasing the Action Gap: New Operators for Reinforcement Learning'. This repository includes …
-
Attention Modeling for Image Captioning described in 'Show, Attend and Tell'
-
RL-Algorithms-Pytorch Public
Reinforcement Algorithms - Policy Gradient, Q Learning, Double Q Learning, Deep Q Learning and Double Deep Q Learning
-
Two-Phase-Mergesort Public
Basic implementation of two phase mergesort used in database management systems
-
B-Trees-Duplicate-Removal Public
Duplicate Removal from Database Relation using B-Trees and Hashing
Python UpdatedNov 2, 2018 -
Sort Merge Join and Hash Join algorithm for natural join of two database relations
-
VAE-for-Image-Generation Public
Implemented Variational Autoencoder generative model in Keras for image generation and its latent space visualization on MNIST and CIFAR10 datasets
-
Mini-SQL-Engine Public
A mini SQL engine to parse and execute simple sql queries implemented in python
-
Python Implementation of Visual Relative Attributes for Image Classification and Zero Shot Learning
-
An AI agent implemented using Monte Carlo Tree Search (MCTS) using Upper Confidence Bounds (UCT).
-
Content-Aware-Image-Resizing Public
Seam Carving Algorithm for content aware image resizing and object removal
-
Compiler and Interpreter for a c-like language flatB using flex scanner, bison parser and llvm code generator framework
-
Feedforward-Neural-Network Public
A simple implementation of Feedforward Neural Network
-
Implementation of Joint Spectral Correspondence for matching the images with disparate appearance arising from factors like dramatic illumination (day vs. night), age (historic vs. new) and renderi…