Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bhuiyans-dataset-builder

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bhuiyans-dataset-builder

A video processing tool for visual data collection, end-to-end preprocessing, ready-to-go for model training.

  • 0.0.3
  • PyPI
  • Socket score

Maintainers
1

Dataset-builder Build

A video processing tool for visual data collection, end-to-end preprocessing, ready-to-go for model training.

Input

A video or a set of videos. Currently supports .mp4 only.

Features

  • Audio extraction :v:
    • python src/app.py --fileName 001-01.mp4 --extractAudio yes
  • Audio detection :v:
    • python src/app.py --fileName 001-01.wav --detectAudio yes
    • To show plot: python src/app.py --fileName 001-01.wav --detectAudio yes --plot true
  • Audio-video split :v:
    • To separate audio: python src/app.py --fileName 001-01.wav --separateAudio yes
    • To separate video: python src/app.py --fileName 001-01.mp4 --separateVideo yes
  • Audio-video merge :v:
    • python src/app.py --fileName 001-01.mp4 --mergeAudioVideo yes
  • Video player :v:
    • Play the separated videos to see all is good: python src/app.py --fileName 001-01.mp4 --playAll
  • Video compression :v:
    • python src/app.py --fileName 001-01.mp4 --compressBySize 2
  • Face detection and region extraction :v:
    • python src/app.py --fileName 001-01.mp4 --detectLip yes --speaker 001
  • Video data processing utilities :v:

How to use it?

  • Clone the repository: https://github.com/MasumBhuiyan/visual-data-manager.git
  • Open terminal and cd to the directory where requirements.txt is located.
  • Create, activate, and install packages in a virtual environment
    • pip install virtualenv
    • virtualenv env
    • source env/bin/activate
    • pip install -r requirements.txt
  • To split a video run: will be updated

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc