TRECVID: topic 33 time is incorrect
- Subject: TRECVID: topic 33 time is incorrect
- From: Alexander Hauptmann <alex@cs.cmu.edu>
- Date: Wed, 8 Aug 2001 13:49:56 -0400
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset="us-ascii"
- Importance: Normal
- In-Reply-To: <3B701DCE.B04A5DF0@nist.gov>
- MMDF-Warning: Parse error in original version of preceding line at speech1.cs.cmu.edu
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