diff options
Diffstat (limited to 'megapixels/commands/demo/all.py')
| -rw-r--r-- | megapixels/commands/demo/all.py | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/megapixels/commands/demo/all.py b/megapixels/commands/demo/all.py index e447492b..b939a4ec 100644 --- a/megapixels/commands/demo/all.py +++ b/megapixels/commands/demo/all.py @@ -158,8 +158,23 @@ def cli(ctx, opt_fp_in, opt_fp_out, opt_gpu, opt_gif_frames, log.info('') - # x + # ---------------------------------------------------------------------------- + # generate pose from 68 point 2D landmarks + + # done + self.log.debug('Add age real') + self.log.debug('Add age apparent') + self.log.debug('Add gender') + + + # 3DDFA + self.log.debug('Add depth') + self.log.debug('Add pncc') + # TODO + self.log.debug('Add 3D face model') + self.log.debug('Add face texture flat') + self.log.debug('Add ethnicity') # display |
