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
Task List / Check List (WARN: escaping is prevented by mdformat-gfm. Tested by py#-hook)
304
304
.
305
305
- [x] #739
306
306
- [ ] Add delight to the experience when all tasks are complete :tada:
307
307
.
308
-
- \[x\]#739
309
-
- \[\] Add delight to the experience when all tasks are complete :tada:
308
+
- [x] #739
309
+
- [ ] Add delight to the experience when all tasks are complete :tada:
310
310
.
311
311
312
312
Footnotes (WARN: escaping is prevented by mdformat-gfm. Tested by py#-hook)
@@ -319,9 +319,9 @@ You can also use words, to fit your writing style more closely[^note].
319
319
[^note]: Named footnotes will still render with numbers instead of the text but allow easier identification and linking.\
320
320
This footnote also has been made with a different syntax using 4 spaces for new lines.
321
321
.
322
-
Here is a simple footnote\[^1\].
322
+
Here is a simple footnote[^1].
323
323
324
-
You can also use words, to fit your writing style more closely\[^note\].
324
+
You can also use words, to fit your writing style more closely[^note].
325
325
326
326
\[^1\]: My reference.
327
327
\[^note\]: Named footnotes will still render with numbers instead of the text but allow easier identification and linking.\
@@ -1148,7 +1148,7 @@ Example from Ultralytics Documentation (https://github.com/ultralytics/ultralyti
1148
1148
- Finally the image region for the bounding box is cropped using index slicing, where the bounds are set using the `[ymin:ymax, xmin:xmax]` coordinates of the detection bounding box.
1149
1149
1150
1150
??? question "What if I want the cropped object **including** the background?"
1151
-
This is a built in feature for the Ultralytics library. See the `save_crop` argument for [Predict Mode Inference Arguments](../modes/predict.md/#inference-arguments) for details.
1151
+
This is a built in feature for the Ultralytics library. See the `save_crop` argument for [Predict Mode Inference Arguments](../modes/predict.md/#inference-arguments) for details.
0 commit comments