yolov3 training (zero) start

This series records my process of arranging yolov3.

Students, don’t just follow me to operate this series of files, because this is a record of stepping on the pit, not a tutorial. I just record the entire process for later students to operate. To be able to avoid these pits, I hope you can read the entire series of operation procedures and then operate after consideration


The host used here is
Intel (Intel) NUC11PHKi7C Phantom Canyon, and it has an RTX2060. It’s cool.
Now I see that the price is only about 5,000, which is about 2,000 cheaper than when I bought it.

The system is ubuntu18.04LTS
insert image description here

Then I have installed ROS Melodic Morenia distribution. So some drivers, programs, compilers, etc. have been installed.
The process is installed according to Wikipedia
http://wiki.ros.org/cn/melodic/Installation/Ubuntu

And download the full desktop version and build factory dependencies, that is

sudo apt install ros-melodic-desktop-full
sudo apt-get install python-rosinstall python-rosinstall-generator python-wstool build-essential

So here I took over this host midway, so this process is a record of stepping on the layout of yolov3, which may not be suitable for everyone


The next chapter
yolov3 training (1) download and training

Guess you like

Origin blog.csdn.net/Xiong2840/article/details/127933559