rome icon indicating copy to clipboard operation
rome copied to clipboard

Realistic mesh-based avatars. ECCV 2022

Results 17 rome issues
Sort by recently updated
recently updated
newest added

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.

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 ![image](https://user-images.githubusercontent.com/20398890/181750451-325388cc-146e-420e-b313-c10d2ab669ff.png)

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. ![image](https://user-images.githubusercontent.com/62093939/191831584-51c053f8-a4fc-4d19-8c39-48774944e646.png) 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。 ![2022-09-22_17-21](https://user-images.githubusercontent.com/100210045/191710966-40ad2617-0950-4676-80c1-8773e9b9c3c6.png) 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...