abhisheklalwani
Gradute Student in Computer Science at University of Massachusetts, Amherst
University of Massachusetts AmherstAmherst, Massachusetts
Pinned Repositories
3DStyleTransfer
This repository contains the implementation of style transfer on 3D meshes. The code leverages the technique mentioned in the Neural 3D Mesh Renderer Paper by Hiroharu Kato, Yoshitaka Ushiku, and Tatsuya Harada.
60DaysofUdacity
The repository contains my logs of the 60 Days of Udacity challenge undertaken by me as a part of Secure and Private AI challenge by Udacity.
ActionCLIP
This repository contains the research and development of a fine-grained action recognition pipeline for sports action recognition. This project was developed as a part of 696DS course at University of Massachusetts Amherst, in collaboration with Microsoft Corporation.
Book-Store
LeetcodeSolutions
This repository contains my solution to various Leetcode Problems in Python.
NSFW-Detector
Following project depicts the usage of Resnet101 backbone for detecting obscene content in images.
pytorch-CycleGAN-and-pix2pix
This repository highlights my research over the Summer of 2021 at the Computer Vision Lab, University of Massachusetts Amherst, under the supervison of Professor Subhransu Maji.
Sketch2Texture
This repository highlights the development of the pre-processing and the dataset generation pipeline of my research at the Computer Vision Lab, University of Massachusetts Amherst.
StyleTransfer
The repository contains my code and relevant images which i used to participate in the #sg_project_t-shirt challenge organized as a part of Secure and Private AI challenge hosted by Udacity.
Online-Book-Store-Pygmy.com-V1.0
This repository contains a client-server architecture that uses RestAPI for implementing an online book store. Flask is used as the framework to achieve the same.
abhisheklalwani's Repositories
abhisheklalwani/NSFW-Detector
Following project depicts the usage of Resnet101 backbone for detecting obscene content in images.
abhisheklalwani/3DStyleTransfer
This repository contains the implementation of style transfer on 3D meshes. The code leverages the technique mentioned in the Neural 3D Mesh Renderer Paper by Hiroharu Kato, Yoshitaka Ushiku, and Tatsuya Harada.
abhisheklalwani/LeetcodeSolutions
This repository contains my solution to various Leetcode Problems in Python.
abhisheklalwani/pytorch-CycleGAN-and-pix2pix
This repository highlights my research over the Summer of 2021 at the Computer Vision Lab, University of Massachusetts Amherst, under the supervison of Professor Subhransu Maji.
abhisheklalwani/Sketch2Texture
This repository highlights the development of the pre-processing and the dataset generation pipeline of my research at the Computer Vision Lab, University of Massachusetts Amherst.
abhisheklalwani/StyleTransfer
The repository contains my code and relevant images which i used to participate in the #sg_project_t-shirt challenge organized as a part of Secure and Private AI challenge hosted by Udacity.
abhisheklalwani/60DaysofUdacity
The repository contains my logs of the 60 Days of Udacity challenge undertaken by me as a part of Secure and Private AI challenge by Udacity.
abhisheklalwani/ActionCLIP
This repository contains the research and development of a fine-grained action recognition pipeline for sports action recognition. This project was developed as a part of 696DS course at University of Massachusetts Amherst, in collaboration with Microsoft Corporation.
abhisheklalwani/Book-Store
abhisheklalwani/CV
Repository for hosting my CV
abhisheklalwani/DeepLabv3FineTuning
Tutorial on fine tuning DeepLabv3 segmentation network for your own segmentation task in PyTorch.
abhisheklalwani/DeepLabV3FineTuning-1
Semantic Segmentation : Multiclass fine tuning of DeepLabV3 with PyTorch
abhisheklalwani/detr
End-to-End Object Detection with Transformers
abhisheklalwani/fastai-v3
Smog detection Model Deployment repository
abhisheklalwani/GameHighlightsAudioCue
This repository contains my script for listening to the user audio and recording the last 10 seconds of his/her gameplay based upon an audio cue given by the user (Currently the predefined trigger word is Capture). It's currently in a very preliminary stage and there are quite a few bugs but the POC works as expected. Will be cleaning up the code sometime in the near future.
abhisheklalwani/JavaP2PRMI
abhisheklalwani/jenkins
Jenkins automation server
abhisheklalwani/mmaction
An open-source toolbox for action understanding based on PyTorch
abhisheklalwani/mmaction2
OpenMMLab's Next Generation Video Understanding Toolbox and Benchmark
abhisheklalwani/neural_renderer
A PyTorch port of the Neural 3D Mesh Renderer
abhisheklalwani/nnfl-resources
Python assignments, tests and tutorials developed for "Neural Networks & Fuzzy Logic" course at BITS Pilani.
abhisheklalwani/Online-Book-Store-Pygmy.com-V2.0
This repository implements Pygmy, an Online Book Retail Shop which explores various concepts of distributed systems such as replication, caching, consistency, and fault tolerance. The code contained in the repository was developed as a part of the 677 course at UMass Amherst in Spring 2021.
abhisheklalwani/pixel2style2pixel
Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation" (CVPR 2021) presenting the pixel2style2pixel (pSp) framework
abhisheklalwani/SmogDetection
abhisheklalwani/SmogDetection_DataCollection
Repository for creating the dataset for Smog detection for #sg_planetearth as a part of Secure and Private AI Challenge by Facebook on Udacity. Final link of the complete dataset - https://www.kaggle.com/berenice18/smog4000
abhisheklalwani/Style-Transfer-3D
abhisheklalwani/style_transfer_3d
Code of 2D-to-3D style transfer in the paper "Neural 3D Mesh Renderer" by H. Kato, Y. Ushiku, and T. Harada.