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)
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)