Outils pour utilisateurs

Outils du site


specification_des_events_sup

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
specification_des_events_sup [2010/01/12 10:58] tiglispecification_des_events_sup [2010/01/12 14:00] (Version actuelle) tigli
Ligne 1: Ligne 1:
 ====== Spécification des mesures SUP ====== ====== Spécification des mesures SUP ======
  
 +==== Format Erwan 1a ====
  
 ---- ----
Ligne 13: Ligne 14:
 </code> </code>
  
-----+<TimeStamp> <ID> <Type> <2D geomtrical model> <2D geomtrical parameters> <3D geomtrical model> <3D geomtrical parameters> 
  
 +==== Format Nadia 1b ====
  
 +----
 +
 +<code>
 <MobFrame ID="1" nbMobiles="1"> <MobFrame ID="1" nbMobiles="1">
         <Mobile ID="0" Type="PERSON">         <Mobile ID="0" Type="PERSON">
Ligne 23: Ligne 28:
         </Mobile>         </Mobile>
 </MobFrame> </MobFrame>
 +</code>
  
 +<TimeStamp> <ID> <Type> <2D geomtrical model> <2D geomtrical parameters> <3D geomtrical model> <3D geomtrical parameters>
 +
 +
 +==== Format Bernard 1c ====
  
 ---- ----
  
 +<code>
 <MobFrame ID="173" timeYear="2004" timeMonth="12" timeDay="21" timeHour="14" timeMin="37" timeSec="47" timeMs="56" nbMobiles="1"> <MobFrame ID="173" timeYear="2004" timeMonth="12" timeDay="21" timeHour="14" timeMin="37" timeSec="47" timeMs="56" nbMobiles="1">
  <Mobile ID="2" StartFrame="160" Type="VEHICLE:50-OTHER:41-PERSON:8" SubType="VEHICLE:100|UNKNOWN:100|PERSON:100" Confidence="0.52">  <Mobile ID="2" StartFrame="160" Type="VEHICLE:50-OTHER:41-PERSON:8" SubType="VEHICLE:100|UNKNOWN:100|PERSON:100" Confidence="0.52">
Ligne 40: Ligne 51:
  </Mobile>  </Mobile>
 </MobFrame> </MobFrame>
 +</code>
 +
 +Questions à Bernard : 
 +
 +  * réécriture unifiant les ID  (fils /parent) (jeu du long term tracking)
 +  * start frame : premier frame de track 
 +  * probabilité sur les type avec type "unknown" (OTHER)  (ici 41 +  1% ? pourquoi pas 42 % ? ) 
 +  * sous-type "sachant le type / proba du sous-type". (ici pas de sous-type ou 1 sous-type pour chaque type donc, tous à 100 %) 
 +  * tracknombre = tracknumber (ici 1 seul / MobileID 2) (il peut y en avoir plusieurs au cas où  une fusion soit faite en amont) 
 +
 +{{https://rainbow.i3s.unice.fr/~tigli/OtherDocuments/COF-IN-Output-formats-V2-Draft1.doc|Draft Document CoFriend Project}}
 +
 +<code>
 +<MobFrame frameID="34" timeYear="2008" timeMonth="11" timeDay="3" timeHour="16" timeMin="26" timeSec="2" timeMs="810" camID="4" nbMobiles="1">
 +     <Mobile mobileID="1" confidence="2.5” type="OTHER:93-VEHICLE:5" subType="UNKNOWN:100|GROUND_POWER_UNIT:100">
 +          <TimeStart frameID="34" timeYear="2008" timeMonth="11" timeDay="3" timeHour="16" timeMin="26" timeSec="2" timeMs="810" camID="4"/>
 +          <Track numParents="1">
 +               <ParentMobile mobileID="1" frameID="34" timeYear="2008" timeMonth="11" timeDay="3" timeHour="16" timeMin="26" timeSec="2" timeMs="810" camID="4" confidence="1.00"/>
 +          </Track>
 +          <Blob>
 +               <CameraViews>
 +                    <Info2D camID="04" xCenter="628" yCenter="701" xCog="281" yCog="356" width="664.00" length="318.50" Orientation="180" nbMovPix="866" xSpeed="45" ySpeed="61" frameID="34" timeYear="2008" timeMonth="11" timeDay="3" timeHour="16" timeMin="26" timeSec="2" timeMs="810"/>
 +               </CameraViews>
 +               <Info3D x="-6.22" y="11.72" z="0.00" w3D="3.59" h3D="2.82" l3D="0.00" orientation="31" xSpeed="5" ySpeed="65" zSpeed="14"/>
 +               <Uncertainty3D m11="11" m12="12" m13="13" m21="21" m22="22" m23="23" m31="31" m32="32" m33="33" />
 +               <Properties>
 +                    <Property name="ColorMean" value="126" />
 +                    <Property name="Histogram" value="126,12,78,6787;78,47,9,85" />
 +              </Properties>
 +          </Blob>
 +     </Mobile>
 +</MobFrame>
 +</code>
 +
 +==== Format mesure capteur (2)  Nadia ====
 +
 +<code>
 +080325-065401.901/PRESENCE/BATHROOM.WASHBOWL/true
 +080325-065405.987/PRESENCE/BATHROOM.WASHBOWL/false
 +080325-090840.183/OPENCLOSE/KITCHEN.CUPBOARD.UPPER.LEFT/open
 +080325-090841.806/PRESENCE/KITCHEN.STOVE/true
 +080325-090850.628/PRESENCE/KITCHEN.STOVE/false
 +080325-090908.283/PRESENCE/KITCHEN.STOVE/true
 +080325-090917.115/PRESENCE/KITCHEN.STOVE/false
 +</code>
 +
 +<Timestamp> <Type> <Name> <Value>
  
 +==== Format Général ====
 ---- ----
  
 Label / Type (si classif) / Probabilité sur le Type / modèle géométrique / paramètres géométriques / Paramètres Cinématiques / Timestamp  Label / Type (si classif) / Probabilité sur le Type / modèle géométrique / paramètres géométriques / Paramètres Cinématiques / Timestamp 
  
specification_des_events_sup.1263293886.txt.gz · Dernière modification : 2010/01/12 10:58 de tigli