-
Notifications
You must be signed in to change notification settings - Fork 13
Application Folder Layout
Travis Stewart edited this page Aug 30, 2018
·
1 revision
The application is installed inside of the Appdata folder in Windows.
The installer will install it inside \Appdata\Roaming\Computer Vision Emergency Response Toolkit
You can navigate to this folder by typing %appdata% in the Windows search bar. This will open up the AppData\Roaming folder. Finally, open the Computer Vision Emergency Response Toolkit folder.
Documents
Computer Vision Emergency Response Toolkit
-
Batches-
Batch_1-
batch_log.txt- log output generated from back-end
-
checkbox.ini- stores the information from the front-end checkboxes
-
CopyimageName.jpgimageName.jpg
-
Detected- Images that are flagged by one of the algorithms have heatmaps stored here
imageName.jpgimageName.jpg
-
Other- Images that are not flagged by any of the algorithms have heatmaps stored here
imageName.jpgimageName.jpg
-
-
Batch_2- ...
-
Batch_3- ...
-
Computer Vision Emergency Response Toolkit
-
lib-
Algorithms-
DXDetector.py- Debris Detection algorithm based on "Detecting Debris in UAV Imagery of Disasters" -Hegarty, Nguyen, Murphy
-
RXDetector.py- Spectral Detection algorithm based on "Spectral Anomaly Detection with Machine Learning for Wilderness Search and Rescue" - Proft, Suarez, Murphy
-
timer.py- Class for timing the image analysis
-
-
Setup-
checkPythonVersion.bat- Checks that the python version is 3.6.4. (should be updated to any version above 3.6)
-
checkPythonPackages.bat- checks for the python dependencies required
-
installPythonPackages.bat- runs the installation script for all of the python dependencies
-
-
analyze.py- Main entry point to the python back-end
- Processes command-line arguments and fetches parameters from the file
- creates copies of images and the directory structure required
- passes the images into the two algorithms and combines the results
- saves the heat-map Image
-
parameters.ini- Details here.
- Contains the parameters that are read by the two algorithms.
- Any new Algorithms should have their user-set Parameters here.
-
icon.ico
-
-
CVER Toolkit.exe- Executable linked to from the Desktop shortcut
-
CVER Toolkit.exe.config- Setup File generated during installation
-
settings.ini- Contains settings generated during installation