Skip to content

adamp87/green-screen-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Person and head extraction with green screen removal

Installation

  1. Clone this repository

    git clone https://github.com/adamp87/green-screen-extractor.git;

  2. Go into the repository

    cd green-screen-extractor;

  3. Create conda environment and activate

    conda create -n gse python=3.8,

    conda activate gse;

  4. Install dependencies

    pip install -r requirements.txt,

  5. Download pretrained model (non-commercial)

    Link from repository by deepakcrk: yolov5-crowdhuman

    Download Link: YOLOv5m-crowd-human

Licensing

Source code uses YOLO5, which is licensed under GPLv3.

Pretrained model is trained on the crowdhuman dataset, which is non-commercial. CrowdHuman

About

Extract people and head from frames

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages