RupertLuo / Valley

The official repository of "Video assistant towards large language model makes everything easy"
199 stars 13 forks source link

json.decoder.JSONDecodeError #33

Open ZiqinZhou66 opened 5 months ago

ZiqinZhou66 commented 5 months ago

Hi, I am trying to download the jukinmedia dataset as README.md:

  1. python download_jukin_video_id.py --savefolder /data/XXX/dataset/Jukin/
  2. python parallel_download_jukin.py --save_dir /data/XXX/dataset/Jukin/data --input_file /data/XXX/dataset/Jukin/jukin-100k.json --num_process 5

However the second instruction is failed: File "/home/XXX/anaconda3/envs/valley/lib/python3.10/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Is there any ideas about download failed issue?