-
Notifications
You must be signed in to change notification settings - Fork 42
Description
I got the camVid dataset as specified in the in the read me file and installed video-decoder
Ientered the following command to start training:
th main.lua --datapath ./data/CamVid/ --cachepath ./dataCache/CamV/ --dataset cv --model ./models/model.lua --save ./Models/CamV/ --saveTrainConf --saveAll --plot
And I got the following error,
Preparing CamVid dataset for data loader
Filenames and their role found in: ./misc/dataDistributionCV.txt
Getting input images and labels for: 01TP_extract.avi
/home/jayp/torch/install/bin/luajit: /home/jayp/torch/install/share/lua/5.1/trepl/init.lua:389: /home/jayp/torch/install/share/lua/5.1/trepl/init.lua:389: error loading module 'libvideo_decoder' from file '/home/jayp/torch/install/lib/lua/5.1/libvideo_decoder.so':
/home/jayp/torch/install/lib/lua/5.1/libvideo_decoder.so: undefined symbol: avcodec_get_frame_defaults
stack traceback:
[C]: in function 'error'
/home/jayp/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require'
main.lua:34: in main chunk
[C]: in function 'dofile'
...jayp/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
I would really appreciate if anyone would help me with this.
Thank You!