ashawkey / RAD-NeRF

Real-time Neural Radiance Talking Portrait Synthesis via Audio-spatial Decomposition
MIT License
878 stars 153 forks source link

TypeError: 'NoneType' object is not callable #3

Closed chivalrousS closed 1 year ago

chivalrousS commented 1 year ago

hello, when i run the "Pre-processing Custom Training Video" ,and run a specific step 8, use the script data_utils/face_tracking/face_tracker.py to generate the "track_params.pt" , encountered such an error:

image

thank you.

ashawkey commented 1 year ago

@chivalrousS Hi, could you give more details, like checking if the renderer object is None? I cannot reporduce this error in the my environment. This part of code is from AD-NeRF, maybe you could refer to their repo too.

pegahs1993 commented 1 year ago

@chivalrousS, Maybe this will help you!

https://github.com/YudongGuo/AD-NeRF/issues/58