Skip to content

khaidq97/car-extract-information

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car extract information

Extract car information

Setup

  • Clone project

      git clone https://github.com/khaidoandk97/car-extract-information.git
    
  • create environment name: car_infomation_extraction

      conda env create -f environment.yml
    
  • activate environment

      conda activate car_infomation_extraction
    
  • download trained_models and put it them into the project direction:

Run test

  • Video:

      python test/run_video.py --video-path [absolute path to video] --save-path [absolute path to save video] --show [option]
    
  • example:

      python test/run_video.py --video-path videos/video02.mp4 --save-path out.mp4 --show
      
      python test/run_video.py --video-path videos/video02.mp4 --save-path out.mp4
    

Demo

video demo

Example Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages