Skip to content
Snippets Groups Projects
Commit e7df0816 authored by Ioan-Marius Bilasco's avatar Ioan-Marius Bilasco
Browse files

Edit Video_3D_LOO_SRunMSingleDense.cpp

parent 4f5fdc8c
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,8 @@ int main(int argc, char **argv)
experiment.add_train<dataset::Video>(input_path + subject + "/train", _video_frames, _frame_gap_train, _th_mv, _train_sample_per_video, _grey, experiment.name(), _draw, _frame_size_width, _frame_size_height);
experiment.add_test<dataset::Video>(input_path + subject + "/test", _video_frames, _frame_gap_test, _th_mv, _test_sample_per_video, _grey, experiment.name(), _draw, _frame_size_width, _frame_size_height);
//float t_obj = 0.65;
float t_obj = 0.99;
float t_obj = 0.65;
//float t_obj = 0.99;
float th_lr = 0.09f;
float w_lr = 0.009f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment