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!