Pinned Repositories
3DMM_edges
Matlab implementation of algorithm for fitting 3D Morphable Model to images using edge features
AlbedoMM
Albedo Morphable Model
code-vault
Collection of useful notebooks and snippets
coding-interview-university
A complete computer science study plan to become a software engineer.
curated-list-of-awesome-3D-Morphable-Model-software-and-data
The idea of this list is to collect shared data and algorithms around 3D Morphable Models. You are invited to contribute to this list by adding a pull request. The original list arised from the Dagstuhl seminar on 3D Morphable Models https://www.dagstuhl.de/19102 in March 2019.
example-code
Example code for the book Fluent Python
graph
Graphs and Graph Algorithms in C++, including Minimum Cost (Lifted) Multicuts
MatlabRenderer
Deferred shading based offscreen renderer written in pure Matlab with no dependencies. Supports texture/normal mapping, shadowing, visibility and orthographic/perspective/perspective+distortion camera models. Provides metric depth map.
multiview-stereo
multiview-stereo is an attempt to create a 3D structures out of multiple views of 2D images. A volumetric surface is constructed entirely using the images and camera projection matrices. The method involves performing volumetric graph-cuts on visual hull via photo consistency.
numerical-tours
Numerical Tours of Signal Processing
Babaee's Repositories
Babaee/3DMM_edges
Matlab implementation of algorithm for fitting 3D Morphable Model to images using edge features
Babaee/AlbedoMM
Albedo Morphable Model
Babaee/code-vault
Collection of useful notebooks and snippets
Babaee/coding-interview-university
A complete computer science study plan to become a software engineer.
Babaee/curated-list-of-awesome-3D-Morphable-Model-software-and-data
The idea of this list is to collect shared data and algorithms around 3D Morphable Models. You are invited to contribute to this list by adding a pull request. The original list arised from the Dagstuhl seminar on 3D Morphable Models https://www.dagstuhl.de/19102 in March 2019.
Babaee/example-code
Example code for the book Fluent Python
Babaee/graph
Graphs and Graph Algorithms in C++, including Minimum Cost (Lifted) Multicuts
Babaee/MatlabRenderer
Deferred shading based offscreen renderer written in pure Matlab with no dependencies. Supports texture/normal mapping, shadowing, visibility and orthographic/perspective/perspective+distortion camera models. Provides metric depth map.
Babaee/multiview-stereo
multiview-stereo is an attempt to create a 3D structures out of multiple views of 2D images. A volumetric surface is constructed entirely using the images and camera projection matrices. The method involves performing volumetric graph-cuts on visual hull via photo consistency.
Babaee/numerical-tours
Numerical Tours of Signal Processing
Babaee/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Babaee/UVTextureConverter
To convert atlas texuture (defined in Densepose) to normal texture (defined in SMPL), and vice versa.
Babaee/absolute-orientation
Babaee/babaee.github.io
Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll
Babaee/blog-resources
This repo will contain the resources available in my blog for learning
Babaee/CppProjectTemplate
C++ project template with unit-tests, documentation, ci-testing and workflows.
Babaee/ds
Code for Differentiable Stereopsis. Goel, Gkioxari, Malik 2021
Babaee/PythonProjectTemplate
Python project template with unit-tests, documentation, ci-testing and workflows.
Babaee/xatlas
Mesh parameterization / UV unwrapping library