-
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 2xOPENCV=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-camsDEBUG=1
to bould debug version of Yolo- For other options head here..
-
Then run the following command
$ make
-
Notifications
You must be signed in to change notification settings - Fork 1
abhikjain360/automated-electricity-bill
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published