Skip to content

ar-ohi-srivastav/Irani_Chai_Megathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Irani_Chai_Megathon

Frameworks: PyTorch, OpenCV, Face_Detection

Installation

Navigate to source code directory and install the environment either using conda or requirements.txt followed by pip install command.

conda

conda env create --file conda-gpu.yml

pip

pip3 install -r requirements.txt

How to run

After installation or activating the enviroment, execute the following command to run over live input stream:

python3 object_tracker.py --video 0 --output $path_to_output_video

To run over existing clip, run the following command:

python3 object_tracker.py --video $path_to_input_video --output $path_to_output_video

Finally, .csv and .txt files are generated within the source_code directory after completion of the above command.

Outputs

Link to google drive for model generated output videos, text and csv files are here.

Sample Output

First image

Second image

Thrid image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages