X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=README.txt;h=13cf224f7e3f8797f5c061bfe1bd0d5fe7713588;hp=2ce7e3149d7a3e06b074258ef1b9b5e71f66f120;hb=2bee794949c48671540bc70690d0b77c9168f953;hpb=c7d5cdf1982dacc5451f79599041b2e95524d3f7 diff --git a/README.txt b/README.txt index 2ce7e31..13cf224 100644 --- a/README.txt +++ b/README.txt @@ -64,9 +64,9 @@ The MTPTracker class allows - the allowed motions between them (a Boolean flag for each pair of locations from/to) - - the entrances (a Boolean flag for each location) + - the entrances (a Boolean flag for each location and time step) - - the exits (a Boolean flag for each location) + - the exits (a Boolean flag for each location and time step) (2) to define a number of time steps @@ -106,11 +106,13 @@ bool:allowed_motion_from_1_to_1 ... bool:allowed_motion_from_1_to_L ... bool:allowed_motion_from_L_to_1 ... bool:allowed_motion_from_L_to_L -bool:force_empty_first_frame bool:force_empty_last_frame - -bool:is_an_entrance_1 ... bool:is_an_entrance_L +bool:entrance_1_1 ... bool:entrance_1_L +... +bool:entrance_T_1 ... bool:entrance_T_L -bool:is_an_exit_1 ... bool:is_an_exit_L +bool:exit_1_1 ... bool:exit_1_L +... +bool:exit_T_1 ... bool:exit_T_L float:detection_score_1_1 ... float:detection_score_1_L ...