chihyaoma/Activity-Recognition-with-CNN-and-RNN

CNN-Pred-Feat/run_pred-feat_twoStreams.lua error

Ameelisy opened this issue · 1 comments

(around line 401-404)
(existTr = opt.save and paths.filep(namePredTr) and paths.filep(nameFeatTr[1]) and paths.filep(nameFeatTr[2])
Tr = {} -- output prediction & info
featTr = {}
if not existData then)
I think existData should be changed to existTr, because there is no variable existData in the context. is that true?

You're right. Thank you.