xiaobai1217 / RepetitionCounting

Code for "Repetitive Activity Counting by Sight and Sound"
22 stars 7 forks source link

countix dataset #4

Closed StarkYYy closed 3 years ago

StarkYYy commented 3 years ago

Could you please release a compressed file containing all the videos for each dataset?(Google network disk or baidu network disk). Thank you very much!! It would be better if the training code could be released as soon as possible :)

xiaobai1217 commented 3 years ago

Hi, the Extreme Countix-AV has already been released. I will check whether the file size will allow me to release the pre-extracted Countix-AV, and the training code will be released this month.

xiaobai1217 commented 3 years ago

Anyway I think you can download the videos easily by the csv file of Countix-AV we provided, using the following commands in python:

import youtube_dl url = 'https://www.youtube.com/watch?v=' + youtube_id

   cmd = ['youtube-dl', '--user-agent', '""', '--ignore-errors', '-o', save_path, '"{}"'.format(url)]
   os.system(' '.join(cmd))
xiaobai1217 commented 3 years ago

The training code has been released.