rome
rome copied to clipboard
Realistic mesh-based avatars. ECCV 2022
Hi~ When I tested it on videos, I found that there was obvious inter frame jitter in the result, as shown below. https://user-images.githubusercontent.com/17874285/182549247-392a5e21-068a-4a59-8d24-13ebe19ccc50.mp4 Why does it cause such obvious jitter?...
Hi, When I run in the macOS environment, it seems that the path to the data folder is not found correctly. DECA renderer - parent_dir src parametric_avatar - rome_data_dir is...
Can't seem to get the colab notebook running. data_utils is there but I get this error on the second block.
error
Hi, I try to use jenya_driver to drive lincoln like notebooks doing, but meet error like following picture. But I can work well by executing infer.py. Any suggestions? @khakhulin 
Hello team, I try to run the code however it says **reconstruct_shape** attribute is missing. Can you please let me know how can I resolve this? torch.nn.modules.module.ModuleAttributeError: 'FLAME' object has...
when I run "pip install -r requirements.txt", I got a problem as follows.  can you give me any feedback? Thank you so much! I use python 3.8, cuda 11.3.
when I run python3 infer.py --deca DECA --rome data, I got a problem as follows. I dont known the reason, Can you give me some advise。  i think that's...
Hi, I have tried to use the example code: `python3 infer.py --deca DECA --rome data ` And got the following log: `Start infer! creating the FLAME Decoder please check model...
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! (when checking argument for argument grid in method wrapper_CUDA__grid_sampler_2d) whilke running...
Dear authors, Thanks for sharing such an amazing project. May I ask the organization of the training dataset and how to obtain the "train_keys.pkl" and "test_keys.pkl" in this [code](https://github.com/SamsungLabs/rome/blob/main/src/dataset/voxceleb2hq_pairs.py#L372)? Looking...