<!-- Example shot boundary determination results from 
     Sirius Cybernetics research group for two variants 
     of the SB detection system run against 2 files  
     ACTUAL TRECVID SUBMISSIONS MUST BE AGAINST ALL THE
     TEST FILES-->

<!DOCTYPE shotBoundaryResults SYSTEM "shotBoundaryResults.dtd">   

<shotBoundaryResults>

<!-- output of variant 1 of Sirius Cybernetics system  NO ASR-->

<shotBoundaryResult sysId="SirCy1" asr="N">
 <seg src="bor02.mpg">
  <trans type="cut" preFNum="3213" postFNum="3214"/>
  <trans type="grad" preFNum="43213" postFNum="43228"/>
  <trans type="grad" preFNum="3333" postFNum="3358"/>
  <trans type="grad" preFNum="19763" postFNum="19863"/>
 </seg>
 <seg src="bor03.mpg">
  <trans type="cut" preFNum="3213" postFNum="3214"/>
  <trans type="grad" preFNum="43213" postFNum="43228"/>
  <trans type="grad" preFNum="19763" postFNum="19863"/>
 </seg>

</shotBoundaryResult>

<!-- output of variant 1 of Sirius Cybernetics system, ASR used-->

<shotBoundaryResult sysId="SirCy1ASR" asr="Y">
 <seg src="bor02.mpg">
  <trans type="cut" preFNum="3213" postFNum="3214"/>
  <trans type="grad" preFNum="43213" postFNum="43228"/>
  <trans type="grad" preFNum="19763" postFNum="19863"/>
 </seg>
 <seg src="bor03.mpg">
  <trans type="cut" preFNum="3213" postFNum="3214"/>
  <trans type="grad" preFNum="43213" postFNum="43228"/>
  <trans type="grad" preFNum="789" postFNum="810"/>
  <trans type="grad" preFNum="19763" postFNum="19863"/>
</seg>
</shotBoundaryResult>


</shotBoundaryResults>
