2022/06
training
customized image set
(2022/6/) This section, we will try Darknet training based on my own customized image set.
Darknet requires OpenCV, so install the package first.
$ sudo apt install libopencv-dev
$ git clone https://github.com/AlexeyAB/darknet
$ cd darknet
# Change the setting to enable GPU
$ sed -i "s/GPU=0/GPU=1/g" Makefile
$ sed -i "s/CUDNN_HALF=0/CUDNN_HALF=1/g" Makefile
$ sed -i "s/CUDNN=0/CUDNN=1/g" Makefile
$ sed -i "s/OPENCV=0/OPENCV=1/g" Makefile
$ make
Previous article - Darknet Training1
ChatGPT
back to marconi's blog
(2022/8/14) Collections of Q&A related to Linux. This is to save the time and energy in Google search of some incorrect, and outdated articles, by providing the most effecitve resolutions from my experiences. This content can be brief, with intention for users to get a clear direction to get things solved, with reference links if users want to deep dive further.(latest update on 2022/10/9)
Apr 12, 2025(2023/01/23)Personal collections of Midjourney applicationslatest update on 2023/01/23
Oct 18, 2024<ins>(2022/9/11)</ins> Collections of Q&A related to C language.Latest update on 2022/12/27.
Jun 25, 2023(2022/11/20) 發現這本難得的好書, 對 Unix/Linux kernel 的實作了解大有幫助. 該作者目前已經發行四本(實體)書, 分別是
Feb 28, 2023or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up