Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyaPronina committed Nov 16, 2023
1 parent f1c8026 commit 82af648
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions modules/gapi/3rdparty/vasot/include/vas/ot.hpp
Expand Up @@ -391,10 +391,9 @@ class ObjectTracker::Builder {
/**
* Maximum number of trackable objects in a frame.
* @n
* Valid range: 1 <= max_num_objects. Or it can be -1 if there is no limitation of maximum number in X86. KMB/TBH
* has limitation up to 1024.
* Valid range: 1 <= max_num_objects. Or it can be -1 if there is no limitation of maximum number in X86.
* @n
* Default value is -1 which means there is no limitation in X86. KMB/TBH is -1 means 200.
* Default value is -1 which means there is no limitation in X86.
*/
int32_t max_num_objects;

Expand All @@ -421,8 +420,7 @@ class ObjectTracker::Builder {

/**
* Platform configuration
* You can set various configuraions
* for each platform such as CPU, KMB, and TBH using predefined configurations
* You can set various configuraions for each platform using predefined configurations
* @n
* For Parallelization in KCFVAR mode, use key "max_num_threads" to set the maximum number of threads. Consult the
* following format
Expand Down

0 comments on commit 82af648

Please sign in to comment.