vita-epfl / bounding-box-prediction

Bounding box prediction library. Official implementation of two papers on human 2D/3D bounding box prediction
48 stars 14 forks source link

ValueError: too many values to unpack (expected 4) when runing test code with jaad #20

Open theekshana1987 opened 1 year ago

theekshana1987 commented 1 year ago

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)

theekshana1987 commented 1 year ago

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