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
Copy file name to clipboardExpand all lines: inference/core/workflows/core_steps/classical_cv/size_measurement/v1.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
"Measure the dimensions of objects in relation to a reference object."
25
25
)
26
26
LONG_DESCRIPTION="""
27
-
The [**Size Measurement Block**](https://www.loom.com/share/355116ea17c84af18c4052b3c64303e2) calculates the dimensions of objects relative to a reference object. It uses one model to detect the reference object and another to detect the objects to measure. The block outputs the dimensions of the objects in terms of the reference object.
27
+
The [**Size Measurement Block**](https://www.youtube.com/watch?v=FQY7TSHfZeI) calculates the dimensions of objects relative to a reference object. It uses one model to detect the reference object and another to detect the objects to measure. The block outputs the dimensions of the objects in terms of the reference object.
28
28
29
29
- **Reference Object**: This is the known object used as a baseline for measurements. Its dimensions are known and used to scale the measurements of other objects.
30
30
- **Object to Measure**: This is the object whose dimensions are being calculated. The block measures these dimensions relative to the reference object.
@@ -52,7 +52,7 @@
52
52
53
53
This allows you to obtain the real-world dimensions of the packages based on the reference object's known size.
54
54
55
-
[Watch the video tutorial](https://www.loom.com/share/355116ea17c84af18c4052b3c64303e2)
55
+
[Watch the video tutorial](https://www.youtube.com/watch?v=FQY7TSHfZeI)
0 commit comments