Skip to content

FileNotFoundError When Running generate_caption.py on Detic Caption Mode #59

@Kezia-Nathania

Description

@Kezia-Nathania

Hi, thanks for the great work on this project! I was trying to generate the Detic captions, but ran into the following error.

Traceback (most recent call last): File "generate_caption.py", line 911, in <module> processor.process_detic_crop_caption_with_raw_pred() File "generate_caption.py", line 586, in process_detic_crop_caption_with_raw_pred detic_infos = pickle.load(open(args.detic_info, 'rb')) FileNotFoundError: [Errno 2] No such file or directory: 'nuscenes_v1.0-mini_detic_pred_results.pkl'

It seems that args.detic_info points to nuscenes_v1.0-mini_detic_pred_results.pkl, but I couldn't find this file in the repository. Could you please clarify where I can find this file or how to generate it? Thanks in advance for your help!

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