videosegmentation / video_segment

Main repository for The Video Segmentation Project
Other
167 stars 80 forks source link

Could not open file : INPUT.mp4 #19

Open mangalnimish opened 7 years ago

mangalnimish commented 7 years ago

I try to execute this command- ./seg_tree_sample --input_file=INPUT.mp4 --logging --write_to_file and get an error I0710 17:57:48.883715 28536 seg_tree.cpp:305] Writing result to file INPUT.mp4.pb I0710 17:57:48.884075 28536 seg_tree.cpp:327] Tree layout: I0710 17:57:48.884671 28536 video_unit.cpp:486] Tree layout: video_framework::VideoReaderUnit video_framework::VideoPipelineSink video_framework::VideoPipelineSource video_framework::LuminanceUnit video_framework::DenseFlowUnit video_framework::VideoPipelineSink video_framework::VideoPipelineSource segmentation::DenseSegmentationUnit video_framework::VideoPipelineSink video_framework::VideoPipelineSource segmentation::RegionSegmentationUnit video_framework::VideoPipelineSink video_framework::VideoPipelineSource segmentation::SegmentationWriterUnit E0710 17:57:48.892849 28536 video_reader_unit.cpp:93] Could not open file: INPUT.mp4 E0710 17:57:48.893007 28536 seg_tree.cpp:337] Setup failed. Segmentation fault (core dumped)

YuvalNirkin commented 7 years ago

It's just as the error says: It couldn't find the file: "INPUT.mp4". Are you sure that is the right path?

mangalnimish commented 7 years ago

I don't understand where should the input.mp4 be stored?