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
b6e661f6
Commit
b6e661f6
authored
4 years ago
by
Devashish Lohani
Browse files
Options
Downloads
Patches
Plain Diff
Added Illustrations in Readme
parent
5756f419
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
+2
-4
2 additions, 4 deletions
README.md
stcae_test.py
+8
-8
8 additions, 8 deletions
stcae_test.py
with
10 additions
and
12 deletions
README.md
+
2
−
4
View file @
b6e661f6
...
...
@@ -61,11 +61,9 @@ All results are in AEComparisons folder.
**Illustrations:**
_**Fall Detection**_
_**1) Fall Detection**_

**_Intrusion Detection_**
**_2) Intrusion Detection_**


\ No newline at end of file
This diff is collapsed.
Click to expand it.
stcae_test.py
+
8
−
8
View file @
b6e661f6
...
...
@@ -9,24 +9,24 @@ if __name__ == "__main__":
# Either Fall Detection or Intrusion Detection
##---Fall Detection----
pre_load
=
'
Models/Thermal_Fall/DSTCAE_UpSamp.h5
'
#
pre_load = 'Models/Thermal_Fall/DSTCAE_UpSamp.h5'
#pre_load = 'Models/Thermal_Fall/DSTCAE_Deconv.h5'
#pre_load = 'Models/Thermal_Fall/DSTCAE_C3D.h5'
##---Intrusion Detection----
# models not released for privacy concerns
#
pre_load = 'Models/Thermal_Intrusion/DSTCAE_UpSamp.h5'
pre_load
=
'
Models/Thermal_Intrusion/DSTCAE_UpSamp.h5
'
#pre_load = 'Models/Thermal_Intrusion/DSTCAE_Deconv.h5'
#pre_load = 'Models/Thermal_Intrusion/DSTCAE_C3D.h5'
##--Choose dataset (corresponding to model intrusion or fall)
#
dset = 'Thermal_Intrusion'
dset
=
'
Thermal_Fall
'
dset
=
'
Thermal_Intrusion
'
#
dset = 'Thermal_Fall'
##--Choose evaluation measure
#RE = 'r_sigma'
#
RE = 'r_mu'
RE
=
'
r
'
RE
=
'
r_mu
'
#
RE = 'r'
##--Evaluation type : per_video or all videos
## per-video not allowed for Intrusion detection -> because we have videos with only non-intrusion also.
...
...
@@ -38,8 +38,8 @@ if __name__ == "__main__":
#evaluation_type = 'all_videos'
## Optional: Animation per video
do_animate
=
Fals
e
use_indicative_threshold
=
Fals
e
do_animate
=
Tru
e
use_indicative_threshold
=
Tru
e
##--Set frame and window size
img_width
,
img_height
,
win_len
=
64
,
64
,
8
...
...
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