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
Traceback (most recent call last):
File "test.py", line 301, in
test_3d(args, net, test_loader)
File "test.py", line 217, in test_3d
(obs_s, target_s, obs_p, target_p) = values
ValueError: too many values to unpack (expected 4)
The text was updated successfully, but these errors were encountered:
python3 preprocess/jaad_preprocessor.py --data_dir=/path/to/JAAD --train_ratio=0.7 --val_ratio=0.2 --test_ratio=0.1 this one with
--input=16 --output=16 --stride=16
Traceback (most recent call last):
File "test.py", line 301, in
test_3d(args, net, test_loader)
File "test.py", line 217, in test_3d
(obs_s, target_s, obs_p, target_p) = values
ValueError: too many values to unpack (expected 4)
The text was updated successfully, but these errors were encountered: