ultralytics 8.0.141
create new SettingsManager (#3790)
This commit is contained in:
@ -85,4 +85,4 @@ sudo swapon /swapfile
|
||||
free -h # check memory
|
||||
```
|
||||
|
||||
Now you have successfully set up and run YOLOv5 on an AWS Deep Learning instance. Enjoy training, testing, and deploying your object detection models!
|
||||
Now you have successfully set up and run YOLOv5 on an AWS Deep Learning instance. Enjoy training, testing, and deploying your object detection models!
|
||||
|
@ -61,4 +61,4 @@ python detect.py --weights yolov5s.pt --source path/to/images # run inference o
|
||||
python export.py --weights yolov5s.pt --include onnx coreml tflite # export models to other formats
|
||||
```
|
||||
|
||||
<p align="center"><img width="1000" src="https://user-images.githubusercontent.com/26833433/142224770-6e57caaf-ac01-4719-987f-c37d1b6f401f.png"></p>
|
||||
<p align="center"><img width="1000" src="https://user-images.githubusercontent.com/26833433/142224770-6e57caaf-ac01-4719-987f-c37d1b6f401f.png"></p>
|
||||
|
@ -46,4 +46,4 @@ python detect.py --weights yolov5s.pt --source path/to/images # run inference o
|
||||
python export.py --weights yolov5s.pt --include onnx coreml tflite # export models to other formats
|
||||
```
|
||||
|
||||
<img width="1000" alt="GCP terminal" src="https://user-images.githubusercontent.com/26833433/142223900-275e5c9e-e2b5-43f7-a21c-35c4ca7de87c.png">
|
||||
<img width="1000" alt="GCP terminal" src="https://user-images.githubusercontent.com/26833433/142223900-275e5c9e-e2b5-43f7-a21c-35c4ca7de87c.png">
|
||||
|
Reference in New Issue
Block a user