<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://projectswiki.eleceng.adelaide.edu.au/projects/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=A1743107</id>
	<title>Projects - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://projectswiki.eleceng.adelaide.edu.au/projects/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=A1743107"/>
	<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php/Special:Contributions/A1743107"/>
	<updated>2026-05-16T07:20:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.4</generator>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2021s1-13252_Feral_Animal_Recognition_Using_Thermal_and_Depth_Sensing&amp;diff=17012</id>
		<title>Projects:2021s1-13252 Feral Animal Recognition Using Thermal and Depth Sensing</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2021s1-13252_Feral_Animal_Recognition_Using_Thermal_and_Depth_Sensing&amp;diff=17012"/>
		<updated>2021-10-24T01:26:30Z</updated>

		<summary type="html">&lt;p&gt;A1743107: Added everything. idk&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2021s1|13252]]&lt;br /&gt;
[[File:244396384 883589395914774 6192061019582818192 n.jpg|thumb|220px|Top View of hardware, including thermal and depth camera]]&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
A passive detection system to record feral animals was developed. A hardware demonstrator was developed to be deployed outside during nighttime to record the presence of any animal that moves in front of it. The system uses a thermal and depth camera to monitor for changes in temperature and distance and store these images in a dataset.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Each year feral animals cause significant harm in Australia, killing both native wildlife and damaging the environment. Common pest species in South Australia include feral cats, rabbits, and foxes, but also larger species such as camels and buffaloes cause significant damage in areas of northern Australia [1]. This research project is an extension of work conducted last year aimed at developing an automated feral animal detection system that could be deployed remotely to monitor for the presence of pest species. This system was based on a Raspberry PI board and made use of optical, thermal (long-wave infrared) and depth sensors to detect the presence of an animal. Machine learning techniques were then used to attempt to distinguish a few simple types (eg. dogs, cats humans etc). The aim of this follow-on project is to:&lt;br /&gt;
Build upon last year&amp;#039;s project to improve detection capabilities and build a dataset for use in training a classification model&lt;br /&gt;
Develop a hardware demonstrator which can be deployed remotely overnight&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Benjamin Weichert&lt;br /&gt;
* Daniel Rohling&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Danny Gibbins&lt;br /&gt;
* Dr Said Al-Sarawai&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
1. Improve the detection capability in a way that minimises power consumption but allows it to operate more effectively between dusk and dawn in the absence of a light source. &lt;br /&gt;
2. Examine techniques in 3D sensing and machine learning that could be used to improve recognition. &lt;br /&gt;
3. Collect data and develop a hardware demonstrator that could be deployed in the field overnight.&lt;br /&gt;
&lt;br /&gt;
== Method ==&lt;br /&gt;
=== Software ===&lt;br /&gt;
First, frames are extracted from each camera where detection programs decide if there is a warm, close subject in the image. The thermal and depth images containing the subject are mapped together and stored. Processing and inference programs then determine what, if any, animal is present.&lt;br /&gt;
[[File:Softwarediagram.png|thumb|center|400px|Diagram of software design]]&lt;br /&gt;
&lt;br /&gt;
=== Hardware ===&lt;br /&gt;
A weatherproof box encloses the system so it can operate outside for long time periods. Depth and thermal cameras are connected to a Raspberry Pi which runs the software. The system can be powered using either an external 12V battery or a power adapter.&lt;br /&gt;
[[File:Hardwaredesign.png|thumb|center|400px|Diagram of hardware design]]&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The images demonstrate the operation of the hardware demonstrator. The thermal camera images the dog using its temperature and the depth camera images the dog using its proximity. &lt;br /&gt;
[[File:Thermaldog.png|thumb|left|300px|Image of dog in thermal camera]] [[File:Depthdog.png|thumb|right|300px|Image of dog in depth camera]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When deployed, the system can passively detect the presence of a warm subject, as shown in the graph to the right, by a statistically significant increase in the pixel values. If a detection occurs, that pixel is added to the binary detection mask, thereby isolating the warm subject from the background.&lt;br /&gt;
[[File:Thermaldetection.png|thumb|center|Results from the thermal camera, measuring thermal values against time. Clear detections can be seen]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A similar approach is then taken with the depth camera where pixels with statistically close depth values are used to form a mask to fix a box around the subject and the real distance from the camera is used to calculate the subject’s height and width in centimetres.&lt;br /&gt;
The system developed provides a robust, energy-efficient detection system, combining thermal and depth imagery to facilitate nocturnal gathering of data and in turn, develop a machine-learning classification system.&lt;br /&gt;
[[File:Misty.png|thumb|center|Result of a detection using the depth camera. The dog is clearly detected and a bounding box is fixed around it]]&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
In conclusion, the group was able to improve the detection and produce a system that could reliably detect and save data. The thermal and depth camera were successfully utilised and combined to produce a system that could operate outside, over long periods of time, and detect wild animals using both sensors. Data saved can be used by future students to train a classification model and determine the species of animals that are detected by the system.&lt;br /&gt;
== References ==&lt;br /&gt;
[1] &amp;quot;Feral Animals.&amp;quot; Invasive Species Council. https://invasives.org.au/our-work/feral-animals/ (accessed 11/05/2021, 2021).&lt;/div&gt;</summary>
		<author><name>A1743107</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Hardwaredesign.png&amp;diff=17009</id>
		<title>File:Hardwaredesign.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Hardwaredesign.png&amp;diff=17009"/>
		<updated>2021-10-24T01:13:47Z</updated>

		<summary type="html">&lt;p&gt;A1743107: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hardware diagram&lt;/div&gt;</summary>
		<author><name>A1743107</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Softwarediagram.png&amp;diff=17008</id>
		<title>File:Softwarediagram.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Softwarediagram.png&amp;diff=17008"/>
		<updated>2021-10-24T01:12:46Z</updated>

		<summary type="html">&lt;p&gt;A1743107: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;software diagram&lt;/div&gt;</summary>
		<author><name>A1743107</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Misty.png&amp;diff=17007</id>
		<title>File:Misty.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Misty.png&amp;diff=17007"/>
		<updated>2021-10-24T00:42:38Z</updated>

		<summary type="html">&lt;p&gt;A1743107: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Depth camera successfully detects dog and fixes a bounding box around it&lt;/div&gt;</summary>
		<author><name>A1743107</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Thermaldetection.png&amp;diff=17006</id>
		<title>File:Thermaldetection.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Thermaldetection.png&amp;diff=17006"/>
		<updated>2021-10-24T00:42:02Z</updated>

		<summary type="html">&lt;p&gt;A1743107: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Operation of thermal camera. Raw thermal value is recorded over time with clear detections present&lt;/div&gt;</summary>
		<author><name>A1743107</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Depthdog.png&amp;diff=17005</id>
		<title>File:Depthdog.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Depthdog.png&amp;diff=17005"/>
		<updated>2021-10-24T00:40:26Z</updated>

		<summary type="html">&lt;p&gt;A1743107: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Depth Dog&lt;/div&gt;</summary>
		<author><name>A1743107</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Thermaldog.png&amp;diff=17004</id>
		<title>File:Thermaldog.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Thermaldog.png&amp;diff=17004"/>
		<updated>2021-10-24T00:40:03Z</updated>

		<summary type="html">&lt;p&gt;A1743107: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thermal dog&lt;/div&gt;</summary>
		<author><name>A1743107</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:244396384_883589395914774_6192061019582818192_n.jpg&amp;diff=17003</id>
		<title>File:244396384 883589395914774 6192061019582818192 n.jpg</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:244396384_883589395914774_6192061019582818192_n.jpg&amp;diff=17003"/>
		<updated>2021-10-24T00:34:37Z</updated>

		<summary type="html">&lt;p&gt;A1743107: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Top view of system&lt;/div&gt;</summary>
		<author><name>A1743107</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2021s1-13252_Feral_Animal_Recognition_Using_Thermal_and_Depth_Sensing&amp;diff=16149</id>
		<title>Projects:2021s1-13252 Feral Animal Recognition Using Thermal and Depth Sensing</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2021s1-13252_Feral_Animal_Recognition_Using_Thermal_and_Depth_Sensing&amp;diff=16149"/>
		<updated>2021-04-13T00:42:56Z</updated>

		<summary type="html">&lt;p&gt;A1743107: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2021s1|13252]]&lt;br /&gt;
Each year feral animals cause significant harm in Australia, killing both native wildlife and damaging the environment. Common pest species in South Australia include feral cats, rabbits, and foxes, but also larger species such as camels and buffaloes cause significant damage in areas of northern Australia. This research project is an extension of work conducted last year aimed at developing an automated feral animal recognition system which could be deployed remotely to monitor for the presence of pest species. This system was based on a Raspberry PI board and made use of optical, thermal (long-wave infrared) and depth sensors to detect the presence of an animal. Machine learning techniques were then used to attempt to distinguish a few simple types (eg. dogs, cats humans etc). The aim of this follow-on project is to improve on the developed system in the following possible ways. 1. Improve the detection capability in a way that minimises power consumption but allows it to operate more effectively between dusk and dawn in the absence of a light source. 2. Examine techniques in 3D sensing and machine learning that could be used to improve recognition. 3. Collect data and develop a hardware demonstrator that could be deployed in the field overnight.&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Project description here&lt;br /&gt;
Something about detecting feral animals, mostly cats, using thermal imagery and depth sensing&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Benjamin Weichert&lt;br /&gt;
* Daniel Rohling&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Danny Gibbins&lt;br /&gt;
* Said Al-Sarawai&lt;br /&gt;
==== Advisors ====&lt;br /&gt;
* &lt;br /&gt;
=== Objectives ===&lt;br /&gt;
Set of objectives&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Topic 1 ===&lt;br /&gt;
&lt;br /&gt;
== Method ==&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] a, b, c, &amp;quot;Simple page&amp;quot;, In Proceedings of the Conference of Simpleness, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] ...&lt;/div&gt;</summary>
		<author><name>A1743107</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2021s1-13252_Feral_Animal_Recognition_Using_Thermal_and_Depth_Sensing&amp;diff=16123</id>
		<title>Projects:2021s1-13252 Feral Animal Recognition Using Thermal and Depth Sensing</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2021s1-13252_Feral_Animal_Recognition_Using_Thermal_and_Depth_Sensing&amp;diff=16123"/>
		<updated>2021-04-12T11:37:25Z</updated>

		<summary type="html">&lt;p&gt;A1743107: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2021s1|13252]]&lt;br /&gt;
Each year feral animals cause significant harm in Australia, killing both native wildlife and damaging the environment. Common pest species in South Australia include feral cats, rabbits, and foxes, but also larger species such as camels and buffaloes cause significant damage in areas of northern Australia. This research project is an extension of work conducted last year aimed at developing an automated feral animal recognition system which could be deployed remotely to monitor for the presence of pest species. This system was based on a Raspberry PI board and made use of optical, thermal (long-wave infrared) and depth sensors to detect the presence of an animal. Machine learning techniques were then used to attempt to distinguish a few simple types (eg. dogs, cats humans etc). The aim of this follow-on project is to improve on the developed system in the following possible ways. 1. Improve the detection capability in a way that minimises power consumption but allows it to operate more effectively between dusk and dawn in the absence of a light source. 2. Examine techniques in 3D sensing and machine learning that could be used to improve recognition. 3. Collect data and develop a hardware demonstrator that could be deployed in the field overnight.&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Project description here&lt;br /&gt;
Something about detecting feral animals, mostly cats, using thermal imagery and depth sensing&lt;br /&gt;
&lt;br /&gt;
KFC will be used to capture feral animals [Source: https://www.yahoo.com/news/national-park-staff-luring-wildlife-005348039.html]&lt;br /&gt;
&lt;br /&gt;
Leftover KFC will be consumed.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Benjamin Weichert&lt;br /&gt;
* Daniel Rohling&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Danny Gibbins&lt;br /&gt;
* Said Al-Sarawai&lt;br /&gt;
==== Advisors ====&lt;br /&gt;
* &lt;br /&gt;
=== Objectives ===&lt;br /&gt;
Set of objectives&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Topic 1 ===&lt;br /&gt;
&lt;br /&gt;
== Method ==&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] a, b, c, &amp;quot;Simple page&amp;quot;, In Proceedings of the Conference of Simpleness, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] ...&lt;/div&gt;</summary>
		<author><name>A1743107</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2021s1-13252_Feral_Animal_Recognition_Using_Thermal_and_Depth_Sensing&amp;diff=16122</id>
		<title>Projects:2021s1-13252 Feral Animal Recognition Using Thermal and Depth Sensing</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2021s1-13252_Feral_Animal_Recognition_Using_Thermal_and_Depth_Sensing&amp;diff=16122"/>
		<updated>2021-04-12T11:37:03Z</updated>

		<summary type="html">&lt;p&gt;A1743107: edited supervisors and Abstract from project description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2021s1|13252]]&lt;br /&gt;
Each year feral animals cause significant harm in Australia, killing both native wildlife and damaging the environment. Common pest species in South Australia include feral cats, rabbits, and foxes, but also larger species such as camels and buffaloes cause significant damage in areas of northern Australia. This research project is an extension of work conducted last year aimed at developing an automated feral animal recognition system which could be deployed remotely to monitor for the presence of pest species. This system was based on a Raspberry PI board and made use of optical, thermal (long-wave infrared) and depth sensors to detect the presence of an animal. Machine learning techniques were then used to attempt to distinguish a few simple types (eg. dogs, cats humans etc). The aim of this follow-on project is to improve on the developed system in the following possible ways. 1. Improve the detection capability in a way that minimises power consumption but allows it to operate more effectively between dusk and dawn in the absence of a light source. 2. Examine techniques in 3D sensing and machine learning that could be used to improve recognition. 3. Collect data and develop a hardware demonstrator that could be deployed in the field overnight. IMPORTANT: Prior programming experience is required to work on this project. Some prior exposure to Raspberry PI boards (or similar), python etc would also be advantageous.&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Project description here&lt;br /&gt;
Something about detecting feral animals, mostly cats, using thermal imagery and depth sensing&lt;br /&gt;
&lt;br /&gt;
KFC will be used to capture feral animals [Source: https://www.yahoo.com/news/national-park-staff-luring-wildlife-005348039.html]&lt;br /&gt;
&lt;br /&gt;
Leftover KFC will be consumed.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Benjamin Weichert&lt;br /&gt;
* Daniel Rohling&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Danny Gibbins&lt;br /&gt;
* Said Al-Sarawai&lt;br /&gt;
==== Advisors ====&lt;br /&gt;
* &lt;br /&gt;
=== Objectives ===&lt;br /&gt;
Set of objectives&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Topic 1 ===&lt;br /&gt;
&lt;br /&gt;
== Method ==&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] a, b, c, &amp;quot;Simple page&amp;quot;, In Proceedings of the Conference of Simpleness, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] ...&lt;/div&gt;</summary>
		<author><name>A1743107</name></author>
		
	</entry>
</feed>