Skip to content

Evaluation issues regarding the Waymo dataset #213

@leap233

Description

@leap233

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

Image Image

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:

Image

May I ask what the problem is? Could you provide the generated .pkl files? Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions