asheshjain399 / B4C

Other
0 stars 1 forks source link

There's no dependancy files for parameter generation from videos #1

Open SathyashreeV opened 4 years ago

SathyashreeV commented 4 years ago

@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'_**;

SathyashreeV commented 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.