Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Measure the dimensions of objects in relation to a reference object."
)
LONG_DESCRIPTION = """
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.
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.

- **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.
- **Object to Measure**: This is the object whose dimensions are being calculated. The block measures these dimensions relative to the reference object.
Expand Down Expand Up @@ -52,7 +52,7 @@

This allows you to obtain the real-world dimensions of the packages based on the reference object's known size.

[Watch the video tutorial](https://www.loom.com/share/355116ea17c84af18c4052b3c64303e2)
[Watch the video tutorial](https://www.youtube.com/watch?v=FQY7TSHfZeI)
"""


Expand Down