Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
KWIVER
R-C3D
Commits
c9efc33c
Commit
c9efc33c
authored
Dec 21, 2018
by
Ameya Shringi
Browse files
experiment configuration for eval-1.b
parent
87694a05
Changes
1
Hide whitespace changes
Inline
Side-by-side
experiments/virat/experiment-1b.yml
0 → 100644
View file @
c9efc33c
# The following files/paths are relative to experiment_root
# (If experiment_root is empty, these paths are treated as relative paths
# from project home)
# - results_path
# - cnn_config
# - train.solver
# - train.weights
# - test.network
#
# The following files/paths are relative to the results_path
# - train.pickle_output
# - test.pickle_output
# - test.model
#
# All the remaining paths are treated as absolute
#
# Specify the intermediate snapshot directory for training in the solver file!
#
# Model parameters are available in cnn_config
gpu
:
1
kpf
:
False
json
:
True
use_flipped
:
False
frame_roots
:
[
'
/data/diva/v1-frames'
,
'
/mnt/usb1/virat/v2-frames'
]
class_index
:
'
/mnt/usb1/virat/nist-json/actev_leaderboard/VIRAT-V1_JSON_test-leaderboard-indices_drop4_20180614/activity-index.json'
experiment_root
:
'
/data/diva/baselines/activity_localization/R-C3D_eval_1.B_experiments'
results_path
:
'
results/'
model_root
:
'
/home/local/KHQ/ameya.shringi/ipc/R-C3D'
train
:
pickle_output
:
'
train_pickle.pkl'
density_annotation_dirs
:
[
'
/mnt/usb1/virat/drop4-activity-density/train/'
,
'
/mnt/usb1/virat/drop4-activity-density/validate/'
]
kpf_annotation_dirs
:
[
'
/data/diva/drop-4-kpf/train-kpf/'
,
'
/data/diva/drop-4-kpf/validate-kpf/'
]
json_annotation_dirs
:
[
'
/mnt/usb3/virat/nist-json/actev/VIRAT-V1_JSON_train-leaderboard_drop4_20180614'
,
'
/mnt/usb3/virat/nist-json/actev/VIRAT-V1_JSON_validate-leaderboard_drop4_20180614'
]
solver
:
'
experiments/virat/solver.prototxt'
restore_iteration
:
0
iterations
:
60000
weights
:
'
pretrain/ucf101.caffemodel'
seed
:
2000
test
:
# resulting pkl is saved to the results_path
pickle_output
:
'
test_pickle.pkl'
json_index_path
:
'
/mnt/usb1/virat/nist-json/eval-1.B/test/1B-file-index.json'
network
:
'
experiments/virat/test.prototxt'
model
:
'
snapshot/virat_iter_60000.caffemodel'
max_detections
:
100
visualize
:
False
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment