TRECVID: topic 33 time is incorrect



The times appear to be wrong on this topic.
All these times should be in seconds rather than minutes.
As currently written:
>>	<videoTopic num="033"  interactive="Y-I" automatic="Y-A"
knownItems="Y-K">
>>	  <textDescription text="Looking for additional shots of this white
fort."/>
>>	  <videoExample src="NBMW628D_S1_01_004" start="00m00s" stop="21m00s"/>
>>	  <!-- frames 0-525 -->
>>	  <knownItem src="NBMW628D_S1_01_003" start="06m00s" stop="07m00s"/>
>>	  <!-- frames 150-175 -->
>>	</videoTopic>

should be:
<videoTopic num="033"  interactive="Y-I" automatic="Y-A" knownItems="Y-K">
  <textDescription text="Looking for additional shots of this white fort."/>
  <videoExample src="NBMW628D_S1_01_004" start="00m00s" stop="00m21s"/>
  <!-- frames 0-525 -->
  <knownItem src="NBMW628D_S1_01_003" start="00m06s" stop="00m07s"/>
  <!-- frames 150-175 -->
</videoTopic>

	Alex







Date Index | Thread Index | Problems or questions? Contact list-master@nist.gov