-
Notifications
You must be signed in to change notification settings - Fork 477
Frequently Asked Questions
Currently, our modified Caffe toolbox and dense_flow toolbox only support Linux platform. You are welcome to make a PR if you manage to run them on Mac/Windows.
Please see README
Dense flow relies on an additional dependency: libzip
. Please use your package manager to install it.
This is due to the dense_flow tool not able to open any video. The reason is usually the failure of building the companioned OpenCV with VideIO support. On systems having other OpenCV installations, the dense_flow is thus linked to those installations, which typically do not have VideoIO support.
-
Errors related to
nppGraphCut
: findnppGraphCut.cpp
in the bundled OpenCV sources and follow the intructions in http://answers.opencv.org/question/95148/cudalegacy-not-compile-nppigraphcut-missing/ -
Link error:
-lopencv_dep_cudart
: update to the latest version of TSN codebase and start again. -
undefined symbols in OpenCV: it is possible that you have multiple versions of OpenCV installed. They are misused during the build. Please check your path settings.
Perhaps the file lists need to be generated again. Please see README for how to do it.
As stated in the paper, the whole video is first divided into K
segments (k=3 by default). One snippet, represented by either an RGB frame or a stack of 5 consecutive optical flow fields are randomly sampled from each segment. The K
snippets sampled are then fed to CNN.
1. Caffe reports way lower accuracies in on-the-fly validation than what you guys reported, what's wrong?
Easy, there is nothing wrong. Numbers you see during training are just for monitoring the training process.
The reported numbers in the paper are the video-level testing results using 25 frames per video. Please follow the intructions provided to test your trained models and check the results
More to be added...
For other questions and inquiries, contact
- Yuanjun Xiong: yjxiong@ie.cuhk.edu.hk
- Limin Wang: lmwang.nju@gmail.com.