Explaining the Teach detection parameters

The Pickit Teach detection engine is designed to detect complex 3D shapes. This article explains its detection parameters.

HD camera settings

HD cameras have highly configurable capture settings that enables them to capture high-quality point clouds. Less challenging scenes require faster capture times, while more challenging scenes containing combinations of very dark, shiny and reflective materials require slower capture times.

To optimize the camera settings to the current scene, click Teach from scene and select a desired image capture speed. Alternatively, enabling the Expert settings allows selecting from a number of existing camera presets.

../../../_images/hd-teach-from-scene-32.png

Define models

../../../_images/define-model-accordion.png

A list of taught models is shown accompanied by their ID and the number of points. By default, there are no models defined.

Add a model

Press Teach from camera or Teach from CAD to teach your first model. The points currently visible within the ROI are now saved into a model. When the model is successfully created, the model will automatically be shown in the tab.

To add extra models, press + in the model tab. In one product file, up to eight different models can be taught. This means that Pickit Teach is capable of looking for 8 different shapes in one detection. The model ID of a detected part can be queried from the robot program and is part of the information that can be used to implement smart placing strategies.

Re-teach a model

A model taught from the camera can be retaught by pressing Re-teach. By pressing this button, the points currently visible within the ROI are saved into the model.

Warning

When re-teaching a specific model, the point-cloud data from the previous model is overwritten. This action cannot be undone.

It is also possible to crop or expand an existing model, without the need to re-teach it. Refer to the article How to edit an existing Pickit Teach model for further details.

Delete a model

To delete a model, press Delete for the specific model.

Warning

Model ID’s will be reassigned after deleting a model. If you use model ID’s in your robot program, make sure they’re up to date after deleting models.

Warning

Model data will be lost after deletion and cannot be restored.

Select and visualize a model

A model can be selected by clicking on the respective tab. The open model can then be visualized in a specific window inside the tab.

Enable or disable a model

A model is enabled by default, and can be disabled through the toggle switch at the left of the respective tab. If a model is disabled, it will be ignored in subsequent detection runs. Disabling models is a quick and useful way to check the effect of different combinations of models, or to test distinct models in isolation (by disabling all others).

Edit origin location

The location of the model origin can be edited either by setting exact values, or interactively via Enable drag handles in 3D viewer.

../../../_images/editing-model-origin.png

This can be useful for:

  • Setting a meaningful model crop box orientation, especially when teaching from camera.

  • Having an intuitive frame from which to specify pick point locations.

  • Having an intuitive frame for specifying the expected object location.

Crop model

For camera and primitive shape models, the model can be cropped via the Enable cropping button. Learn more about this feature here.

Matching tolerance

If the distance between a detected scene point and a point of your model is below this position tolerance value, then this scene point will confirm the model point. This parameter has a big impact on the scoring of the Minimum matching score.

Learn more about finding a good value for this parameter here.

../../../_images/Teach-matching-tolerance.png

Minimum matching score

Minimum percentage of model points that need to be confirmed by scene points, for the detected object to be considered valid.

Note

For CAD models, only the points that could be visible from the camera are used in the computation of the matching score.

Learn more about finding a good value for this parameter here.

Model priority

In some applications, it is desired that certain models have preference over others. For such cases, Pickit allows setting different priority levels to models. A model can be normal (high priority) or backup (low priority). Backup models are only searched for if no normal model is pickable.

For instance, let’s consider that we are picking white bottles from a bin. The bottles can be either lying down (most common case) or standing up. Let’s suppose that it is easier and faster to pick and place the bottles lying down (less robot motions, firmer grasp). By setting the standing bottle model priority to backup, such bottles are only looked for when there are no pickable or detectable bottles lying down.

../../../_images/model_priorities.jpg

Note

Notice that the above example consists of multiple models captured using teach from camera. If you instead have a CAD model of the white bottle, the complete part shape is contained in a single model. In this case, you can prioritize the bottle pick location by using pick point priorities.

Filter objects

These parameters specify filters for rejecting detected objects. Rejected objects are shown in the Objects table as invalid.

Expected object location

In applications like surface treatment (sanding, deburring) or dispensing (gluing, sealing), the location of the part to process is roughly known in advance, and object detection is used to pinpoint its exact location. In such applications, it is often desired to reject parts that deviate too much from an expected location (learn more).

../../../_images/expected_object_location.png

To use this filter, you need to specify:

  • The expected location of the object Origin (not its pick point). This can be done by taking the location of an existing detection (recommended), by interactively using the 3D drag handles, or by manually setting the values.

  • The allowed deviation of a detected object from its expected location in position, orientation, or both.

../../../_images/expected_object_location_config.png

Optimize detections

Flat objects

This feature allows to detect objects based on their edges. It is especially useful for flat objects, like sheet metal plates. When enabled, an additional input to specify the object thickness is needed.

Models of flat parts can be taught from camera or from a 2D CAD model.

../../../_images/flat-objects-detection.png

Image fusion (SD cameras only)

Image fusion is the combination of multiple camera captures into a single image. Enabling image fusion can provide  more detail in regions that show flickering in the 2D or 3D live streams. Flickering typically occurs when working with reflective materials. There are three possible fusion configurations: None, Light fusion and Heavy fusion.

Image fusion can increase total detection time by up to a second. The recommended practice is to use None in the absence of flickering, and try first Light fusion over Heavy fusion when flickering is present.

Downsampling resolution

The downsampling resolution allows reducing the density of the point cloud. This parameter has a big impact on detection time, and to a lesser extent on detection accuracy. More points lead to higher detection times and higher accuracy, fewer points to lower detection times and lower accuracy.

In the illustration, you can see an example of setting the scene downsampling parameter to 1 mm, 4 mm and 10 mm.

../../../_images/downsampling.png

Detection speed

With this parameter, you can specify how hard Pickit Teach tries to find multiple matches. Slower detection speeds are likely to produce more matches. There are three available options:

  • Fast Recommended for simple scenes with a single or few objects.

  • Normal This is the default choice and represents a good compromise between a number of matches and detection speed.

  • Slow Recommended for scenes with many parts, potentially overlapping and in clutter.

Example: Two-step bin picking.

  1. Pick an individual part from a bin using Normal or Slow detection speed and place it on a flat surface.

  2. Perform an orientation check for re-grasping using Fast detection speed, as the part is isolated. Grasp and place in final location.