Open SathyashreeV opened 4 years ago
There's also a function createParams_for_extractFeatures() which hasn't been declared anywhere within this file. Can you also share this @asheshjain399? So we can try implementing later with an improved model that we can develop after checking how it goes for any cohesive road facing and driver facing video clips to get the work started.
@asheshjain399 I went through the code bulkFeatureExtract in order to generate the parameter files from input files. I don't find the dependancy files for passing path_face_cam_multiple_labels in the code. Can you please share them as well?
Citing for your reference:
addpath ../facetrack; addpath ../sift; addpath '_/home/ashesh/project/Brain4Cars/Software/data/labels_facecam';
load('_path_tovideos.mat');
path_face_cam_multiplelabels = {'**/home/ashesh/project/Brain4Cars/Software/data/labels_face_cam',... '/media/ssd2/assistive_driving/shane/DCIMA/NORMAL/trainlabels**' };
path_face_cam_multiplelabels = **{'/media/ssd2/assistive_driving/hema/DCIMA/NORMAL/train_labels',... '/media/ssd2/assistive_driving/nadia/DCIMA/NORMAL/train_labels',... '/media/ssd2/assistive_driving/driver_7/DCIMA/NORMAL/train_labels',... '/home/ashesh/project/Brain4Cars/Software/data/labels_face_cam',... '/media/ssd2/assistive_driving/shane/DCIMA/NORMAL/trainlabels' }**;
path_tofeatures = **'/home/ashesh/project/Brain4Cars/Software/data/features'_**;