Skip to content

abhikjain360/automated-electricity-bill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUTOMATED ELECTRICTY BILL

Installantion Instructions(LINUX)

  • Clone the darknet repository.

    $ git clone https://github.com/AlexeyAB/darknet
    $ cd darknet/
    
  • Before make, set options in Makefile as needed:

    • GPU=1 to build with CUDA to accelerate by using GPU (CUDA should be in /usr/local/cuda)
    • CUDNN=1 to build with cuDNN v5-v7 to accelerate training by using GPU (cuDNN should be in /usr/local/cudnn)
    • CUDNN_HALF=1 to build for Tensor Cores (on Titan V / Tesla V100 / DGX-2 and later) speedup Detection 3x, Training 2x
    • OPENCV=1 to build with OpenCV 4.x/3.x/2.4.x - allows to detect on video files and video streams from network cameras or web-cams
    • DEBUG=1 to bould debug version of Yolo
    • For other options head here..
  • Then run the following command

    $ make
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published