当前位置:网站首页>Import requirements in batches during Yolo training Txt

Import requirements in batches during Yolo training Txt

2022-07-07 17:41:00 AI cannon fodder

      We can see yolov5 Before training, we not only need to make data sets , You also need to import more packages , As shown below , If we import one by one, it will be very troublesome .

        Therefore, you can consider using the following commands for batch import :

Before using batch import , The first thing you need to cd To the specified requirement Under the path :

Then execute the following command in this path :

pip install -r requirements.txt

  give the result as follows :

 

We find that our existing configuration will not be installed again , If the configuration is not satisfied, it will be installed  

 

原网站

版权声明
本文为[AI cannon fodder]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/188/202207071529539800.html