Skip to content
View mayankgrwl97's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report mayankgrwl97

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
mayankgrwl97/README.md

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ I am a MS in Computer Vision student at Carnegie Mellon University
  • ๐Ÿข Previously, I was a deep learning engineer at Flixstock
  • ๐Ÿค“ I like reading and implementing research papers to solve exciting practical usecases

Pinned Loading

  1. gbt gbt Public

    Official PyTorch implementation of GBT: Geometry-biased Transformers for Novel View Synthesis

    Python 53 1

  2. val-iisc/3d-lmnet val-iisc/3d-lmnet Public

    Repository for 3D-LMNet: Latent Embedding Matching for Accurate and Diverse 3D Point Cloud Reconstruction from a Single Image [BMVC 2018]

    Python 113 24

  3. awesome-gans awesome-gans Public

    Latest resources on Generative Adversarial Networks

    49 6

  4. deep-unsupervised-learning-berkeley deep-unsupervised-learning-berkeley Public

    Deep Unsupervised Learning Course Tracking

    Jupyter Notebook 7 7

  5. parallel_png_to_jpg.py parallel_png_to_jpg.py
    1
    import argparse
    2
    import glob
    3
    import multiprocessing
    4
    import os
    5
    from functools import partial
  6. Image Folder -> Thumbnail Grid Image Folder -> Thumbnail Grid
    1
    import argparse
    2
    import os
    3
    import random
    4
    
                  
    5
    import cv2