All Projects → piaxar → kinetics-downloader

piaxar / kinetics-downloader

Licence: other
Simple tool to download videos from kinetics dataset.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to kinetics-downloader

Pget
The fastest file download client
Stars: ✭ 724 (+2485.71%)
Mutual labels:  downloader, parallel
lbvh
an implementation of parallel linear BVH (LBVH) on GPU
Stars: ✭ 67 (+139.29%)
Mutual labels:  parallel
castget
A simple, command-line based RSS enclosure downloader, primarily intended for automatic, unattended downloading of podcasts.
Stars: ✭ 76 (+171.43%)
Mutual labels:  downloader
shortcut-comparison
Performance comparison of parallel Rust and C++
Stars: ✭ 74 (+164.29%)
Mutual labels:  parallel
YoutubePlayer
Play and download YouTube videos. Extract audio from video. With minimalist beautiful gui.
Stars: ✭ 19 (-32.14%)
Mutual labels:  downloader
TumblTwo
TumblTwo, an Improved Fork of TumblOne, a Tumblr Downloader.
Stars: ✭ 57 (+103.57%)
Mutual labels:  downloader
su-downloader3
nodejs HTTP downloader with pause/resume support and segmented downloading
Stars: ✭ 14 (-50%)
Mutual labels:  downloader
executive
🕴Elegant command execution for Node.
Stars: ✭ 37 (+32.14%)
Mutual labels:  parallel
trembita
Model complex data transformation pipelines easily
Stars: ✭ 44 (+57.14%)
Mutual labels:  parallel
photo-dl
A photo album downloader
Stars: ✭ 44 (+57.14%)
Mutual labels:  downloader
m3u8 downloader 4 yingke
映客m3u8格式历史直播记录下载器
Stars: ✭ 50 (+78.57%)
Mutual labels:  downloader
Cloud-Mail.Ru-Downloader
📩 Многопоточное скачивание из облака Mail.Ru по публичной ссылки. Авторизация в Mail.Ru не требуется.
Stars: ✭ 94 (+235.71%)
Mutual labels:  downloader
YouTubeDownloader
A simple to use youtube playlists/videos/audios downloader.
Stars: ✭ 33 (+17.86%)
Mutual labels:  downloader
run-parallel-limit
Run an array of functions in parallel, but limit the number of tasks executing at the same time
Stars: ✭ 70 (+150%)
Mutual labels:  parallel
twitch-downloader
Download Twitch VODs and Clips
Stars: ✭ 37 (+32.14%)
Mutual labels:  downloader
Autonomx
Autonomx provides a complete testing platform for UI (Web, iOS, Android, Win) and API testing. It provides a feature rich and viable testing solution for end to end testing. It's designed to be fast, scalable, reliable and adaptable to any requirements for ever growing projects.
Stars: ✭ 14 (-50%)
Mutual labels:  parallel
stanford-dl
A dead simple script to download videos or pdfs from Stanford Engineering Everywhere.
Stars: ✭ 57 (+103.57%)
Mutual labels:  downloader
BulkDownloader
BulkDownloader is used for multiple downloading process easy. It provides progress listener for each files and for whole file. It guarantees completion of download files as it runs on work manager
Stars: ✭ 24 (-14.29%)
Mutual labels:  downloader
MultiHttp
This is a high performance , very useful multi-curl tool written in php. 一个超级好用的并发CURL工具!!!(httpful,restful, concurrency)
Stars: ✭ 79 (+182.14%)
Mutual labels:  parallel
video-downloader
Video Downloader for Facebook.
Stars: ✭ 63 (+125%)
Mutual labels:  downloader

kinetics-downloader

Simple tool to download videos from kinetics dataset.

Also have functionality to trim downloaded videos to the length of action. To support trimming, ffmpeg should be installed and added to environment variable PATH.

Usage

Install requirements first

pip install -r requirements.txt

You should download and unzip csv files with links to videos. You can download such files here. For example here is link to kinetics-600 training.zip

Downloading

cd kinetics-downloader
python download.py /path/to/kinetic_train.csv /path/to/videos/

Downloading and trimming

cd kinetics-downloader
python download.py /path/to/kinetic_train.csv /path/to/videos/ --trim

Parallel processing

One can run downloading and trimming in several processes. To do so, just add flag --num-jobs with number of jobs running in parallel. For example:

cd kinetics-downloader
python download.py /path/to/kinetic_train.csv /path/to/videos/ --trim --num-jobs 10
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].