X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=README.txt;h=807f567f0803072d0e39a42bb3759dd6263ac360;hp=c3e14dd36962e6ddbd2cfc859e599438b176b312;hb=22e800d663bb7a6b03ba6735fef54bf12c6cd2b5;hpb=e2859850c6ca6051f81e8b3200251295cc8a2f98 diff --git a/README.txt b/README.txt index c3e14dd..807f567 100644 --- a/README.txt +++ b/README.txt @@ -75,9 +75,9 @@ computation is iterative. The MTPTracker takes as input - (1) a spatial topology composed of + (1) a number of locations and a number of time steps - - a number of locations + (2) a spatial topology composed of - the allowed motions between them (a Boolean flag for each pair of locations from/to) @@ -86,8 +86,6 @@ The MTPTracker takes as input - the exits (a Boolean flag for each location and time step) - (2) a number of time steps - (3) a detection score for every location and time, which stands for log( P(Y(l,t) = 1 | X) / P(Y(l,t) = 0 | X) ) @@ -97,7 +95,7 @@ The MTPTracker takes as input where the probability that the location is occupied is close to 0, and positive when it is close to 1. -From this parameters, an MTPTracker can compute the best set of +From this parameters, the MTPTracker can compute the best set of disjoint trajectories consistent with the defined topology, which maximizes the overall detection score (i.e. the sum of the detection scores of the nodes visited by the trajectories). In particular, if no @@ -151,4 +149,4 @@ structure -- François Fleuret -December 2012 +January 2013