DINAR icon indicating copy to clipboard operation
DINAR copied to clipboard

Inference code for "DINAR: Diffusion Inpainting of Neural Textures for One-Shot Human Avatars"

Results 12 DINAR issues
Sort by recently updated
recently updated
newest added

(dinar1) root@222:/mounted/home/j222/DINAR-main# python inference.py --ckpt_path=./checkpoints/ddpm-epoch=24.ckpt --log_dir=./logs --data_root=./SnapshotPeople ................................. ................................... Testing: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 24/24 [01:29

Hi, how is the file testseq_azure_amass_merged_poses.pickle generated or where is it fetched from, is there any other action sequence file

can i get an avatar with mesh so i can put it into UE5 or just a different picture of human?

Hi, I am a Master student and I am learning about inpainting stuff. Could you please explain me about how your inpainting process is coloring on the avatar's skin? Could...

When I put my photo trained pkl file in DINAR, it reports: RuntimeError: The size of tensor a (134) must match the size of tensor b (165) at non-singleton dimension...

Hello, I'm trying to run inference with example data ``` python inference.py --ckpt_path checkpoint/ddpm-epoch=24.ckpt --log_dir logs --data_root=data ``` and get this error, have no idea how to fix, can you...

Hello, I tried to put the prepared data's PKL files into Blender to display the mesh, but I didn't succeed. If possible, could you upload the prepared data's mesh results...

So I managed to generate a video with my own animation sequence but the camera point of view was messed up. It was from under the floor to the top....

Hi, thank you for sharing your work. I have several questions about your model. First of all, I want to about can I use my own custom dataset to test...