<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
This file provides an example of the (minimum) data to be included in submitted results.
-->
<!--
The sequence name must match that in the original configuration file!
-->
<Scenario xmlns="http://www.pets2007.net" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.pets2007.net pets2007.xsd"
	name="PETS 2007 Sequence S1">
	
	<!--
	Only include the active cameras which were used to generate this result.
	-->
	<Camera id="1"/>
	<Camera id="2"/>
	<Camera id="3"/>
	<Camera id="4"/>
	
	<!--
	These parameters must be unchanged from the ground truth file, else it will not be possible to perform comparative evaluation!
	-->
	<AlarmEventParameters>
		<Loiterer time_t_secs="60.0" />
		<LeftLuggage dist_a_metres="2.0" dist_b_metres="3.0" time_t_secs="25.0" />
		<LuggageTheft dist_a_metres="2.0" dist_b_metres="3.0"/>
	</AlarmEventParameters>
	
	<!--
	NB Place any algorithm parameters discussed in the paper here e.g. 
		BACKGROUND_UPDATE_ALPHA = 0.9
		MERGE_DISTANCE_PIXELS = 5
	   Please ensure the names are descriptive!
	-->
	
	<AlarmEvents>
		<Alarm description="LuggageTheft" warning_triggered="1" alarm_triggered="1">
			<!--Elements is an optional result-->
			<LuggageItem x="0.33563157914906405" y="-0.5411137904307928" z="0.0"/>
			<WarningTrigger time_secs="113.2" time_frames="2830"/>
			<AlarmTrigger time_secs="113.8" time_frames="2845"/>
			<!--Visibility is an optional result-->
		</Alarm>
	</AlarmEvents>
</Scenario>

