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'?
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'?