Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stcae_pids
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Devashish Lohani
stcae_pids
Commits
766fe7bf
Commit
766fe7bf
authored
4 years ago
by
Devashish Lohani
Browse files
Options
Downloads
Patches
Plain Diff
Updated readme with more instructions
parent
7d374ed9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+26
-4
26 additions, 4 deletions
README.md
environment.yml
+1
-1
1 addition, 1 deletion
environment.yml
with
27 additions
and
5 deletions
README.md
+
26
−
4
View file @
766fe7bf
...
...
@@ -3,6 +3,20 @@
This source code is for submission at workshop RRPR 2020.
We reproduce the results for Fall detection and extend 3D convolutional autoencoder for Intrusion detection task.
**Installation**
1.
Install conda from https://docs.conda.io/en/latest/miniconda.html depending on your OS.
2.
Create conda environment from the given environment.yml file.
Go to root location of this project in your terminal and run the following command
`conda env create -f environment.yml`
3.
Activate conda environment
`source activate stcae`
**Code Usage:**
The code base is split into two main subsets
...
...
@@ -13,11 +27,15 @@ stcae_test.py - For testing different models
**Training:**
To use this code, first run the training module. A model is then saved to Models/Dataset/....
To use this code, first run the training module as:
`python3 stcae_train.py `
Specify:
A model is then saved to Models/Dataset/....
Dataset (Task) - dset = 'Thermal_Intrusion' or 'Thermal_Fall'
Specify in stcae_train.py:
Dataset (Task) - dset = 'Thermal_Intrusion' or 'Thermal_Fall' or 'Thermal_Dummy'
Model - Upsampling, Deconvolution or C3D
...
...
@@ -27,7 +45,11 @@ and other parameters.
**Testing:**
To evaluate the model, run the test module. The results of testing will be saved to AEComparisons.
To evaluate the model, run the test module as:
`python3 stcae_test.py `
The results of testing will be saved to AEComparisons.
Once training has completed, find the saved model under Models/Thermal/{model_name}.
To evaluate the model, set the variable pre_load to the path to this model.
Run stcae_test.py and find the results in AEComparisons.
...
...
This diff is collapsed.
Click to expand it.
environment.yml
+
1
−
1
View file @
766fe7bf
name
:
deepfall
name
:
stcae
channels
:
-
menpo
-
conda-forge
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment