RupertLuo / Valley

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

how to download the origin video from your hugginface dataset #30

Closed valencebond closed 10 months ago

RupertLuo commented 10 months ago

You can refer to this issue https://github.com/RupertLuo/Valley/issues/19

You can use the code at line 132 in the ‘Valley/Crawler/parallel_download_jukin.py’ to get all the video URLs, and use the wget command to download.

response = requests.post('https://www.jukinmedia.com/api/public/video/downloadVideo/'+jmId,headers=headers)
valencebond commented 10 months ago

thanks