You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, open the Swagger interface, change the hyperparameters in the train section, and click on train.
232
232
233
233
><span style="color:Blue">**Note:**</span> Please note that the model training process may take some time depending on the size of your dataset and the complexity of your custom backbone. Once the model is trained, you can use the API to perform inference on new images.
among the training arguments, there are options related to augmentation, such as flipping, scaling, etc. The default values are set to automatically activate some of these options during training. If you want to disable augmentation entirely or partially, please review the default values and adjust them accordingly to deactivate the desired augmentations.
234
237
# Inference Methods
235
238
236
239
You can utilize the Swagger interface to upload your images or videos and obtain the following outputs:
Copy file name to clipboardExpand all lines: metadata.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
" solution across diverse tasks such as object detection, oriented bounding boxes detection, tracking, instance segmentation, and",
9
9
" image classification. Its refined architecture and innovations make it an ideal choice for",
10
10
" cutting-edge applications in the field of computer vision.\n",
11
+
"**NOTE**: Among the training arguments, there are options related to augmentation, such as flipping, scaling, etc. The default values are set to automatically activate some of these options during training. If you want to disable augmentation entirely or partially, please review the default values and adjust them accordingly to deactivate the desired augmentations.\n",
11
12
"**References**\n",
12
13
"[1] Jocher, G., Chaurasia, A., & Qiu, J. (2023). YOLO by Ultralytics (Version 8.0.0) [Computer software]. https://github.com/ultralytics/ultralytics\n",
0 commit comments