-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
Hello, I created the data by executing (I only downloaded the .tfrecord files for the testing part; the training and validation folders are empty.):
python tools/create_data.py waymo --root-path ./data/waymo --out-dir ./data/waymo --extra-tag waymo
Then executed:
DIR=fsdv2
WORK=work_dirs
CONFIG=fsdv2_waymo_2x
CUDA_VISIBLE_DEVICES=1,2,3,4,5,6,7,8
bash tools/dist_test.sh configs/$DIR/$CONFIG.py ./$WORK/$CONFIG/latest.pth 8 --eval-options "pklfile_prefix=./$WORK/$CONFIG/results" --eval fast
However, the code throws an error:
May I ask what the problem is? Could you provide the generated .pkl files? Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels