Results 17 comments of Taras Khakhulin

Do you use DECA camera or a camera from the mobile-net?

So, it should be ok, with the natural jitter from the deca (see video on the site).

@nlml I just suggest using the original camera from the DECA, not the distiller version. I think if the jitter is a real problem. then you need to optimize the...

Could you provide more information?

I'm just check it locally on macbook everything works fine with this flag: ` python3 infer.py --deca DECA --rome data --use_distill True` Are you sure, that you are specifying correct...

Just skip this line. Maybe the working path should be changed earlier to run this relative importing.

be sure that you are in the right working directory to import those files. Also, you don't need to comment the line of adding model arguments. I suggest to verify...

The problem with colab is that DECA and FLAME licenses don't allow sharing them, as I can understand.

I checked the colab without weights: ``` ! git clone https://github.com/SamsungLabs/rome.git import os; os.chdir('rome') ``` Comment os.chdir('..') line. Then you need to install pytorch3d and some libs smth like this...

Follow this official [script](https://github.com/YadiraF/DECA/blob/master/fetch_data.sh) to download DECA. Separetly download ROME and MODNet. Please be sure that you in the `rome` dir when you run importing.