theEricMa / OTAvatar

This is the official repository for OTAvatar: One-shot Talking Face Avatar with Controllable Tri-plane Rendering [CVPR2023].
306 stars 37 forks source link

can you share your pretrained model? #5

Closed amerssun closed 1 year ago

amerssun commented 1 year ago

can you share your pretrained model?

And when doing inference,i met this error : python: /opt/conda/conda-bld/magma-cuda113_1619629459349/work/interface_cuda/interface.cpp:899: void magma_queue_create_from_cuda_internal(magma_device_t, cudaStream_t, cublasHandle_t, cusparseHandle_t, magma_queue*, const char, const char*, int): Assertion `queue->dBarray != null' failed.

image

theEricMa commented 1 year ago

Hi, the model weight is now uploaded. As for the error, I haven't seen this one before. Our code is based on PIRender and EG3D, you can check if the same question exists in their repositories.