You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when trying to train with videos. The standard training does work with training videos. Training avd with .png is fine. When switching to avd mode there is this error:
File "C:\NEURAL\articulated-animation\train_avd.py", line 75, in train_avd
source = x['source'][:6].cuda()
UnboundLocalError: local variable 'x' referenced before assignment
When the background is static, do i just have to set bg_type: 'zero'?
The text was updated successfully, but these errors were encountered:
I get this error when trying to train with videos. The standard training does work with training videos. Training avd with .png is fine. When switching to avd mode there is this error:
File "C:\NEURAL\articulated-animation\train_avd.py", line 75, in train_avd
source = x['source'][:6].cuda()
UnboundLocalError: local variable 'x' referenced before assignment
When the background is static, do i just have to set bg_type: 'zero'?
The text was updated successfully, but these errors were encountered: