3D mesh viewer, can hide and show multiple meshes, can record pinhole camera trajectories and replay saved trajectories.
python simple_viewer.py
python simple_viewer.py -i $(ASSET_PATH)
weight files are from https://flame.is.tue.mpg.de FLAME face model viewer, realtime modifying parameter to render facial mesh. Can put sunglasses on facial mesh. Weights files :
python flame_viewer.py
weight files are from https://deca.is.tue.mpg.de
python deca_viewer.py -i $(ASSET_VIDEO_PATH)
python deca_viewer.py -i $(ASSET_VIDEO_PATH) --cool # put sunglasses on face
gunicorn service:app --workers 4 --reload --port 1234 --host 0.0.0.0