All Projects → joeVenner → Control 3d Character Using Python

joeVenner / Control 3d Character Using Python

Licence: mit
Controlling 3D character's Face Movements using OpenCV and pyhton

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Control 3d Character Using Python

Lume
Create CSS3D/WebGL applications declaratively with HTML. Give regular DOM elements shadow and lighting.
Stars: ✭ 445 (+709.09%)
Mutual labels:  3d-models
Mmmm
Stars: ✭ 645 (+1072.73%)
Mutual labels:  3d-models
Pyntcloud
pyntcloud is a Python library for working with 3D point clouds.
Stars: ✭ 919 (+1570.91%)
Mutual labels:  3d-models
Etlegacy Deprecated
Archived repository. For current repo, see: https://github.com/etlegacy/etlegacy
Stars: ✭ 470 (+754.55%)
Mutual labels:  3d-models
Voca
This codebase demonstrates how to synthesize realistic 3D character animations given an arbitrary speech signal and a static character mesh.
Stars: ✭ 513 (+832.73%)
Mutual labels:  3d-models
Jsketcher
Parametric 2D and 3D modeler written in pure javascript
Stars: ✭ 734 (+1234.55%)
Mutual labels:  3d-models
O Cnn
O-CNN: Octree-based Convolutional Neural Networks for 3D Shape Analysis
Stars: ✭ 432 (+685.45%)
Mutual labels:  3d-models
Melo
melo is mesh loader for OBJ, glTF2 and PLY
Stars: ✭ 41 (-25.45%)
Mutual labels:  3d-models
Hedera
paint 3D ivy in the Unity Editor, watch procedurally generated meshes simulate growth and clinging in real-time
Stars: ✭ 526 (+856.36%)
Mutual labels:  3d-models
Medicaldetectiontoolkit
The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN, Retina Net, Retina U-Net, as well as a training and inference framework focused on dealing with medical images.
Stars: ✭ 917 (+1567.27%)
Mutual labels:  3d-models
Flyover Reverse Engineering
Reversing Apple's 3D satellite mode
Stars: ✭ 485 (+781.82%)
Mutual labels:  3d-models
Faceswap
3D face swapping implemented in Python
Stars: ✭ 508 (+823.64%)
Mutual labels:  3d-models
Compressonator
Tool suite for Texture and 3D Model Compression, Optimization and Analysis using CPUs, GPUs and APUs
Stars: ✭ 785 (+1327.27%)
Mutual labels:  3d-models
Tree Gen
Procedural generation of tree models in blender
Stars: ✭ 465 (+745.45%)
Mutual labels:  3d-models
Plen 3dmodel fusion360
PLEN2's 3D model data implemented by Autodesk Fusion 360.
Stars: ✭ 24 (-56.36%)
Mutual labels:  3d-models
Openastrotracker
3D printed DSLR tracking mount
Stars: ✭ 434 (+689.09%)
Mutual labels:  3d-models
Sdf
Simple SDF mesh generation in Python
Stars: ✭ 683 (+1141.82%)
Mutual labels:  3d-models
3d Tiles
Specification for streaming massive heterogeneous 3D geospatial datasets 🌎
Stars: ✭ 1,054 (+1816.36%)
Mutual labels:  3d-models
Altium Library
Open source Altium Database Library with over 147,000 high quality components and full 3d models.
Stars: ✭ 875 (+1490.91%)
Mutual labels:  3d-models
Android 3d Model Viewer
Android OpenGL 2.0 application to view 3D models. Published on Play Store
Stars: ✭ 809 (+1370.91%)
Mutual labels:  3d-models

Youtube Channel Developer License: MIT

- Demo

- About :

it's a python script to control a 3d character's face movements by capturing user's face landmarks

- Install prerequisites :

  1. Download Blender 2.82 HERE
  2. Install Requirement Modules
    Windows : Open Command Prompt as Administrator
    cd "C:\Program Files\Blender Foundation\Blender 2.82\2.82\python\bin"
    python -m pip install --upgrade pip
    python -m pip install opencv-contrib-python numpy
  3. Download Character file HERE
  4. Download Project Repo HERE
  5. Download Face Landmarks Model HERE

- Youtube Video :

in this tuto i explained how the script works and i will walk you through the Installation process Check it Out
Link : https://youtu.be/tEmdLULBUTQ

- License :

Please see the LICENSE included in this repository for a full copy of the MIT license, which this project is licensed under.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].