AaronJackson / vrn

:man: Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
http://aaronsplace.co.uk/papers/jackson2017recon/
MIT License
4.52k stars 746 forks source link

raw2obj Batch Processing #101

Closed camjac251 closed 5 years ago

camjac251 commented 5 years ago

Is it possible to use this script in a batch workflow? I had this idea of trying to create an obj sequence from a video to render out. Is there a way to have the script read all files within a folder and process them all? And then output them to the output folder with the same name?

AaronJackson commented 5 years ago

yes, just modify the code to do what you want.

camjac251 commented 5 years ago

I wouldn't know where to start. I was wondering if you had done something similar for the video (300VW) demonstration on the research page.